Configures address-related attributes for a user account.
Set objUser = GetObject _("LDAP://cn=myerken,ou=management,dc=fabrikam,dc=com")objUser.Put "streetAddress", "Building 43" & _VbCrLf & "One Microsoft Way"objUser.Put "l", "Redmond"objUser.Put "st", "Washington"objUser.Put "postalCode", "98053"objUser.Put "c", "US"objUser.Put "postOfficeBox", "2222"objUser.SetInfo
This is a VB Script, this can be used by saving the file in .vbs file