PowerShell - Active Directory
What is wrong with this command to move an OU?
Move-ADObject -Identity 'OU=Sales,DC=corp,DC=local' -TargetPath 'OU=Marketing,DC=corp,DC=local'
