Very Simple Powershell Ping test or IP scanner script
This simple Powershell script will carry out a quick check against each IP in a 24 bit subnet and return a value of true or false dependent on whether or not it receives a reply. …
This simple Powershell script will carry out a quick check against each IP in a 24 bit subnet and return a value of true or false dependent on whether or not it receives a reply. …
This is a very obscure problem, so I’m recording this more for my own reference in future rather than expecting anyone else to have the same issue! The issue occurs when a migration from a…
BIOS-to-UEFI group – this group will only run if the machine has booted from BIOS rather than UEFI I’ve then added a message specific for a certain model of laptops that require a BIOS downgrade…
This script is used within the SCCM task sequence and performs two functions. Firstly it determines whether or not the machine is a Hyper-V VM, and if it is, it assigns a task sequence variable…
Microsoft’s naming changes for Windows 10 updates can be a little confusing. Here’s a little guide to describe the latest terminology and a mapping between the old and new terms. As you will likely already…
Here’s a script I’ve written that can be added as a scheduled task on the SCVMM server to send a daily report to selected people containing all the currently outstanding checkpoints on the Hyper-V hosts. …