Correct syntax for adding MachineObjectOU

STARLORD-Killer

New Member
Messages
2
Reaction score
1
new to NTlite here. just wondering what is the correct syntax for adding a machine to a OU.

i know there's an option for that in "machine object ou" i created a OU Computers_New in AD for this cus the default sends it to the container folder "Computers" that does not work with GPOs

View attachment 12771
 
You provide a string to your LDAP path. For example:
Code:
OU=OU_Name,OU=Parent_OU,DC=Domain,DC=Company,DC=com
 
Back
Top