March 10
2021
Mapped Network Drives: Label
Powershell:
$a = New-Object -ComObject shell.application
$a.NameSpace( “N:\” ).self.name = “LABEL”
Powershell:
$a = New-Object -ComObject shell.application
$a.NameSpace( “N:\” ).self.name = “LABEL”