search
top

How To Map a Network Drive With Encrypted Password with PowerShell

Introduction With the New-PSDrive cmdlet add to PowerShell 3, we can now mount any available PSProvder as a drive. This is great and simple to execute, but the real question is how can I do this and not send the password in clear text, but encrypted. The answer to that question is yes and in this post we will discuss how. The Process The first piece of the puzzle is to create a secure string password for... read more

top