Executing a Powershell Script to Sync Domain Controllers
Hi, It has been requested that after adding a user to a group in AD, that a powershell script is then executed to sync all the domin controllers. I have been supplied with this PS script:- import-module activedirectory -warningaction "SilentlyContin...