I'd like to mount an NFS share from Windows 2012 using PowerShell and have this mount be visible in contexts other than the PowerShell session that invoked it. If I use the New-PSDrive command (cmdlet?), e.g.:
New-PSDrive Z -PsProvider FileSystem -Root \\10.40.1.1\export\isos Then it will mount the NFS server to the Z drive, but I can't access this drive in, say, File Explorer.