joshstar15
IS-IT--Management
Hi,
I'm working on getting a domain ready to implement for the first time across our network. Everything is in place but I'm haveing trouble with a logon batch file... I know.. I feel a little mentally slow.
the idea is to map a users drive automatically through the batch
Net Use I: \\SERVER\profiles$\"%username%" /USER:domain\"%username%"
i used "%username%" due to the fact that we have login names with spaces (not my call) I want the back to automatically map the drive I to the user's folder on the server using the user name and password they just authenticated with (domain username)
Any hints tips or batch examples would be greatly appreciated..
Thanks !
Buried in batch files.
I'm working on getting a domain ready to implement for the first time across our network. Everything is in place but I'm haveing trouble with a logon batch file... I know.. I feel a little mentally slow.
the idea is to map a users drive automatically through the batch
Net Use I: \\SERVER\profiles$\"%username%" /USER:domain\"%username%"
i used "%username%" due to the fact that we have login names with spaces (not my call) I want the back to automatically map the drive I to the user's folder on the server using the user name and password they just authenticated with (domain username)
Any hints tips or batch examples would be greatly appreciated..
Thanks !
Buried in batch files.