MaxDepth
Diamond Member
I hope this is the right sub forum for my question...
I have a thin client that I'd like to use for family to log onto the Internet. Also, I'd like for them to have the ability to store things like pictures or music but with this form factor they would need to store them on a networked drive.
I know how net use works but I need it to go to specific shares (for privacy). That is why I'd like to pass the Active Directory credentials from login to the net use start up command.
Assuming AD login and password as "Login$" and "Pass$"...how can I write
net use S: \\servername\Login$ /user:Login$ Pass$
I have a thin client that I'd like to use for family to log onto the Internet. Also, I'd like for them to have the ability to store things like pictures or music but with this form factor they would need to store them on a networked drive.
I know how net use works but I need it to go to specific shares (for privacy). That is why I'd like to pass the Active Directory credentials from login to the net use start up command.
Assuming AD login and password as "Login$" and "Pass$"...how can I write
net use S: \\servername\Login$ /user:Login$ Pass$