Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Delete an otherMobile Phone NumberContent of Delete an otherMobile Phone Number.vbsMD5 Hash: 003B3E870881314E8D5867A11EB6F6A7 |
||
' Description: Deletes a phone number from a user account with multiple mobile phone numbers.
Const ADS_PROPERTY_DELETE = 4 Set objUser = GetObject _ ("LDAP://cn=myerken,ou=management,dc=fabrikam,dc=com") objUser.PutEx ADS_PROPERTY_DELETE, _ "otherMobile", Array("(425) 555-3334") objUser.SetInfo | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |