小编Bar*_*ggs的帖子

无法连接到Azure文件共享

在门户中创建Azure文件共享并复制PowerShell脚本以将其连接为驱动器Q :(已验证未使用).响应:

New-PSDrive : The network resource type is not correct
At line:3 char:1
+ New-PSDrive -Name Q -PSProvider FileSystem -Root "\\xxxx.file.c ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo          : InvalidOperation: (Q:PSDriveInfo) [New-PSDrive],  Win32Exception
+ FullyQualifiedErrorId :      CouldNotMapNetworkDrive,Microsoft.PowerShell.Commands.NewPSDriveCommand
Run Code Online (Sandbox Code Playgroud)

其中"xxxx"是共享名称.PS命令直接从门户复制而不是更改.

azure azure-files

8
推荐指数
1
解决办法
1881
查看次数

标签 统计

azure ×1

azure-files ×1