Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Modify an ADAM inetOrgPerson Account PropertyContent of Modify an ADAM inetOrgPerson Account Property.vbsMD5 Hash: 1DD7F9A9A98520EC5D4BDD968179B3F0 |
||
' Description: Modifies the description attribute for an ADAM inetOrgPerson account named Syedabbas.
On Error Resume Next Set objUser = GetObject _ ("LDAP://localhost:389/cn=syedabbas,ou=Accounting,dc=fabrikam,dc=com") objUser.Put "description", "This is a practice inetOrgPerson account." objUser.SetInfo | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |