I need to know, from within Powershell, if the current drive is a mapped drive or not.
Unfortunately, Get-PSDrive is not working \"as expected\":
PS:
Take this a step further as shown below:
([System.IO.DriveInfo]("C")).Drivetype
Note this only works for the the local system. Use WMI for remote computers.