Displaying 3 results from an estimated 3 matches for "hmdir".
Did you mean:
rmdir
2007 Nov 28
1
Subject: Query a Windows 2003 AD server for specific
...rname" The problem is there are 10000 students
divided between 30 OUs.
Thanks in advance.
-------------------
You need to get dsquery and dsget , should be part of the "bonus pack"
of Win2003 Server, then you can create queries like following
dsquery user -samid $uid|dsget user -hmdir and you get that:
$uid stands for accountname
\\$server\userdirs$\$username
Or dsquery user -name $user_name*|dsget user -hmdir and you will see
that output
$user_name stands for the real name
\\$server\userdirs$\$username
It's a really powerfull command combination
If you want(mus...
2015 Jan 19
1
dsadd doesn't work correct
...g?
With greetings from Hamburg.
Karsten Schultz
dsadd user "CN=firstname.lastname,CN=Users,DC=ks,DC=lan"
-upn "firstname.lastname at ks.lan"
-samid "firstname.lastname"
-fn firstname
-ln lastname
-display "firstname lastname"
-pwd "123Dummy987"
-hmdir "\\serv01\users\firstname.lastname "
-hmdrv "H:"
-profile "\\serv01\profile\firstname.lastname"
-loscr start.bat
-mustchpwd no
-pwdneverexpires yes
2014 Mar 10
1
samba4 and dsadd command
...SD amd64 10.0 operating system software installed Samba 4.1.4 from ports with defaultsettings. From Windows 7 32-bit Enterprise (Hungary) client from the command lineI started a dsadd command, which included the following: dsadd user CN=ValakiJanos,OU=Tart,DC=valami,DC=local -pwd Jelszok_ -hmdrvP: -hmdir \\probal\home\ValakiJanos -profile\\probal\Profiles\ValakiJanos -display "Valaki Janos" -ln Valaki -fnJanos -pwdneverexpires yes. The command set up everything except one, does not automatically create the user's home directory!The "Active Directory Users and Computers"...