DHCP and NPS Backup Script There is no possibility to backup DHCP and NPS except using native Windows Backup System State which is not so convenient for very quick recovery of some failures or wrong modifications in these systems. That’s why this script is very helpful when you need a quick recover. It uses native export and...
Group Policy Module in Windows 7 I’ve tried to import group policy module on my Windows 7 workstation using following command: Get-Command -module "Grouppolicy" After that successfully backed up a group policy objects to share folder (size of that uncompressed backup is 217 MB) Backup-Gpo -All -Path \\server\Backups\GPO But when I...