September 2012
Intermediate to advanced
1680 pages
88h 3m
English
After a GPO is created and configured, the next step is to link the GPOs to the desired Active Directory containers. To link an existing GPO to an Active Directory container, follow these steps:
1. Log on to a designated Windows Server 2012 administrative system.
2. Open Windows PowerShell, type Import-Module GroupPolicy, and press Enter.
3. For this example, we will link the GPO named MyNewGPO to the OU Local Workstations that is located at the root of the companyabc.com domain by typing in New-GPLink –Name “MyNewGPO” –Target “OU=Local Workstations, DC=companyabc,DC=Com” and then pressing Enter.
4. The PowerShell window returns the results of that command if successful. Close the Windows PowerShell window. ...
Read now
Unlock full access