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