January 2015
Intermediate to advanced
230 pages
5h 4m
English
It is good to remove Group Policy objects and their links when they are no longer in use. Otherwise, it will create additional confusion while reviewing the policies through GPMC UI tools and also analyzing the GP result output from such environments is time-consuming as the computers and users have to process policies that are just linked to an OU but doesn't apply any policy to an object in particular.
The Group Policy module provides two cmdlets for this cleanup work, namely Remove-GPO and Remove-GPLink. As their names indicate, their purpose is to remove Group Policy and its links from an OU, domain, or site as shown by the following command:
Remove-GPO LogonPolicy
This command deletes the LogonPolicy ...
Read now
Unlock full access