Saving Credentials for Mapped Network Drive
Tired of having users ask you to map network drives because the password and username are not persistent? Try this command in Powershell or Command Prompt: net use Z: \\Hostname\ShareFolder …
Tired of having users ask you to map network drives because the password and username are not persistent? Try this command in Powershell or Command Prompt: net use Z: \\Hostname\ShareFolder …
Here is a cool Powershell command that will find a removable drive, quick format the drive, then name the drive. This command is special because it searches for the drive …
Converting to Server 2012 Core from GUI is very easy. Microsoft said that 90% of their Windows Updates are GUI patches. Which is why they came out with Server 2008 …