如何使用powerShell查找远程计算机/ NAS位置的名称?我没有名字,只是在Windows资源管理器中到达那里的路径。我试图在脚本中使用以下命令,但是在网络位置没有NAS的计算机名称\ usa0xxxnas1.na.xxx.net \ directory1:
invoke-command -computername <UnknownNameGoesHere> -credential $globalcred -scriptblock{test-path...}
我一直在查看此链接,但它没有回答我的问题,因为他们需要computerName(london)来运行他们正在讨论的命令,除非我误解了某些内容:
name of remote computer