Search notes:

PowerShell cmdLet New-PSDrive

PS: 13 C:\Users\rene> new-psDrive V -psProvider fileSystem -root '\\rene\shared'
new-psDrive : Cannot process the drive name because the drive name contains one or more of the following characters that are not valid: ; ~ / \ . :


PS: 14 C:\Users\rene> new-psDrive V -psProvider fileSystem -root '\\rene\shared'                                              
Name      Used (GB)     Free (GB) Provider      Root                      CurrentLocation
----      ---------     --------- --------      ----                      ---------------
V                                 FileSystem    \\rene\shared

TODO

What's the thing with @SSL and DavWWWRoot:
new-psDrive V -psProvider fileSystem -root '\\rene@SSL\DavWWWRoot\shared'

Alias

mount is an alias for new-psDrive.
Compare with the shell command mount

See also

The command parameter -credential.
Powershell command noun: psDrive
Compare with net.exe use.
The new-smbMapping cmdlet.
Accessing Sysinternals tools via WebDAV.

Index