Install RSAT from PowerShell
This script will detect if RSAT is installed, and if it’s not, then install. At the end it will return as $true or $false.
This script will detect if RSAT is installed, and if it’s not, then install. At the end it will return as $true or $false.
This PowerShell script will check the registry for the last time the Group Policy ran, calculate the current date and compare to a set value (30 Days). It will the result is greater than the set value it will return $true or $false.
I wrote this script to run during an operating system upgrade, you can capture the current Power Config and store it to the system drive. Then after the system has upgraded, you can run the following command to restore the Power Config. If you use SCCM, this can be added as a PowerShell script before […]
This script will check if BitLocker is currently in an active state, and if so it will run the Suspend-BitLocker cmdlet.
From the PowerShell command line run: