我正在尝试在 PowerShell 2.0 中映射驱动器并收到此错误?
New-PSDrive –Name ftp –PSProvider FileSystem –Root “\\server\folder” -Credential $credential
The provider does not support the use of credentials. Perform the operation again without specifying credentials.
但是,Get-Help New-PSDrive
显示-Credential
为有效选项?
这是PS的版本问题吗?有没有另一种方法可以做同样的事情......我更愿意将它保存在 PS 中(因为驱动器只有 PS)并且不会退出NET USE - NET USE /d
但需要必须!