Hi,
The New-GPLink cmdlet links a GPO to an OU like below
$OUs = "OU=ou1,DC=contoso,DC=com", "OU=ou2,DC=contoso,DC=com"
$OUs | ForEach-Object {
New-GPLink -Name "MyGPO" -Target $_
}
Best Regards,
Ian Xue
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.