PowerShell

How to

Mapping SMB to a drive letter

New-SmbMapping z: \\nasj\home
[Console]::OutputEncoding=[Text.Encoding]::Unicode

Backlinks