Cmd Network Drive List
To add a drive to the list:
Get-PSDrive -PSProvider FileSystem | Where-Object $_.DisplayRoot -ne $null cmd network drive list
Once you have your list, here is how to manage those entries: To add a drive to the list: Get-PSDrive
powershell "Get-PSDrive -PSProvider FileSystem | Select-Object Name, Root" cmd network drive list