Mike Brannigan [MSFT]
Guest
|
Posted:
Wed Jan 12, 2005 10:00 pm Post subject:
Re: migrating to AD |
|
|
"RKM" <RKM@discussions.microsoft.com> wrote in message
news:77D842FB-71A5-4A4B-BC9E-5124046BF397@microsoft.com...
| Quote: | Hi, I am in the process of migrating from NT4 domain to a 2003 AD domain.
During this process, as I am getting things moved to the new server, I
will
need the users to be able to access the resources in the NT4 domain until
everything has been moved. I am trying to set up a login script(.bat) to
map
them to the appropriate shares. I have setup the trusts between the two
domains and they are working. I am just having a problem with the
scripts(more than likely syntax). I dont have a problem when mapping
within
windows.
I guess the problem is passing the domain and password into the NT4
domain.
I am using:
net use j: \\server\share (what is next for passing the creds to map into
the nt4 domain from the ad domain?)
|
net use driveletter: \\server\sharename /U:domain\username password
You can find this in more detail if you open a command prompt and type
net use /?
--
Regards,
Mike
--
Mike Brannigan [Microsoft]
This posting is provided "AS IS" with no warranties, and confers no
rights
Please note I cannot respond to e-mailed questions, please use these
newsgroups
"RKM" <RKM@discussions.microsoft.com> wrote in message
news:77D842FB-71A5-4A4B-BC9E-5124046BF397@microsoft.com...
| Quote: | Hi, I am in the process of migrating from NT4 domain to a 2003 AD domain.
During this process, as I am getting things moved to the new server, I
will
need the users to be able to access the resources in the NT4 domain until
everything has been moved. I am trying to set up a login script(.bat) to
map
them to the appropriate shares. I have setup the trusts between the two
domains and they are working. I am just having a problem with the
scripts(more than likely syntax). I dont have a problem when mapping
within
windows.
I guess the problem is passing the domain and password into the NT4
domain.
I am using:
net use j: \\server\share (what is next for passing the creds to map into
the nt4 domain from the ad domain?)
TIA |
|
|