Home Welcome
Post
Cancel

Welcome

Welcome

Hello and welcome to my script docs site.

Adding a new network drive with New-PSDrive

Required parameters to create a network connection: Parameter Description Name Must be an available drive letter PSProvider Set to FileSystem for network shares and folders Root The network location that you want to map Persist To make it available outside PowerShell (in Explorer)

1
New-PSDrive -Name V -PSProvider FileSystem -Root \\VM-server\Folder-01 -Persist
This post is licensed under CC BY 4.0 by the author.
Trending Tags