Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Create OUContent of Create OU.ps1MD5 Hash: 8B4F4E6A19A6EF2AA497221D7F63CDB4 |
||
$strCLass = "organizationalUnit"
$StrOUName = "ou=MyTestOU" $objADSI = [ADSI]"LDAP://dc=nwtraders,dc=com" $objOU = $objADSI.create($strCLass, $StrOUName) $objOU.setInfo() | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |