我在使用 New-Item 点时遇到脚本失败的问题
New-Item -ItemType Directory -Force -Path \\hv02\VMShare\sdn-NC02
VMShare 是通过invoke-command远程创建的
New-SmbShare -Name VMShare -Path C:\ClusterStorage\Vol1-1\VMs -FullAccess DOMAIN\administrator -Temporary
错误总是
New-Item : The path is not of a legal form.
Google 帮助不大(搜索结果为 C# 错误)
有人知道实际错误可能是什么吗?
谢谢