Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
July 1, 2006
A. Ordinarily, you're prompted for credentials when you access a remote server that's outside of your regular account domain. However, if you use the /savecred switch with the net use command, it will prompt for the credentials to use and store the credentials for any future connection, as the following example shows:
net use * \savdaldc02temp /savecred
You May Also Like