W
Wade Rocco
Hey All,
I'm looking for a way to bulk change the 'Home Folder' attribute of a user
account to a blank local path. I did some research and I think I can use
dsmod to accomplish this, I'm just uncertain of how the syntax should be.
I've been using:
dsquery user "OU=test,DC=domain,DC=com" | dsmod user -hmdir
dsquery user "OU=test,DC=domain,DC=com" | dsmod user -hmdrv
This will allow me to change the existing value for the UNC for the Home
Directory as well as the Drive letter, but I haven't been able to figure out
how to set it to a blank local path.
Any help is greatly appreciated!!!
Thanks,
Wade
I'm looking for a way to bulk change the 'Home Folder' attribute of a user
account to a blank local path. I did some research and I think I can use
dsmod to accomplish this, I'm just uncertain of how the syntax should be.
I've been using:
dsquery user "OU=test,DC=domain,DC=com" | dsmod user -hmdir
dsquery user "OU=test,DC=domain,DC=com" | dsmod user -hmdrv
This will allow me to change the existing value for the UNC for the Home
Directory as well as the Drive letter, but I haven't been able to figure out
how to set it to a blank local path.
Any help is greatly appreciated!!!
Thanks,
Wade