Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Set an Active Directory Attribute Value to NULLContent of Set an Active Directory Attribute Value to NULL.vbsMD5 Hash: 1A2F5C6A67294CD7C57F2C5AF2AD28E3 |
||
Const ADS_PROPERTY_CLEAR = 1
Set objUser = GetObject _ ("LDAP://cn=ken myer, ou=finance, dc=fabrikam, dc=com") objUser.PutEx ADS_PROPERTY_CLEAR, "telephoneNumber", 0 objUser.SetInfo | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |