Setting the user's profile path to blank in AD
- From: "Phill prescott" <pap@xxxxxxxx>
- Date: Fri, 23 Jun 2006 14:04:23 -0400
I need a script that will cause the profile path to be blank.
I have tried the following:
Set objUser = GetObject
(LDAP://cn=JoeBlow,ou=MyOgranizationUnit,dc=DomainName,dc=com")
objUser.ProfilePath = ""
objUser.SetInfo
Also:
Set objUser = GetObject
(LDAP://cn=JoeBlow,ou=MyOgranizationUnit,dc=DomainName,dc=com")
objUser.ProfilePath = Null
objUser.SetInfo
I get a "syntax invalid" error.
Any suggestions?
.
- Follow-Ups:
- Re: Setting the user's profile path to blank in AD
- From: Richard Mueller
- Re: Setting the user's profile path to blank in AD
- Prev by Date: Re: Is there a way to pass a current XP user's password into an IE form?
- Next by Date: Re: All users logged on domain
- Previous by thread: All users logged on domain
- Next by thread: Re: Setting the user's profile path to blank in AD
- Index(es):
Relevant Pages
|