- Windows Server 2016 Automation with PowerShell Cookbook(Second Edition)
- Thomas Lee
- 22字
- 2021-07-02 18:15:52
Getting ready
Run this recipe from WSUS1 with RSAT installed for working with Group Policy Objects.
$FeatureName = 'RSAT'
Install-WindowsFeature $FeatureName -IncludeAllSubFeature