Scripts
Get AD User Last Logon and Last Logon AD Server Script
Save this as .ps1 file and run as admin in the Domain Controller Import-Module ActiveDirectory ...
KMS Activation Script
Save this at .bat file and run as admin @echo off :: For unattended mode, run the script with...
Get AD Group Member List Script
Save this as .ps1 file and run as admin in Domain Controller. Simple $groups = (Get-ADGroup -Fi...
Reset Local Account Script
Change line 8 and 9. # Check if the script is running as an administrator if (-not ([Security.P...
Offline WSUS Scan Script
Step 1 - Download Wsusscan2.cab file Download Wsusscn2.cab from official MS website and save it ...