![]() Loading |
| VBScript |
| JavaScript |
| Powershell |
Search Options: Create OU
|
||
|
$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 :: | ||