与此帖子类似:http://powershell.com/cs/forums/p/9777/16289.aspx 我正在寻找一个 powershell 脚本,该脚本可以让我查询网络上某个 OU 中的所有计算机,并查看它们已映射的驱动器(按用户或 GP)。我尝试运行帖子中的第二个脚本,但出现了与上一个提问者相同的错误:
Test-Connection:无法验证参数“ComputerName”上的参数。该参数为 null 或为空。提供一个不为 null 或为空的参数,然后重试该命令。在第 22 行,字符:33,如果(Test-Connection -ComputerName <<<< $child.name -Count 1 -Quiet){CategoryInfo:InvalidData:(:) [Test-Connection],ParameterBindingValidationException FullyQualifiedErrorId:ParameterArgumentValidationError,Microsoft.PowerShell.Commands.TestConnectionCommand
如果有人能帮助运行这个脚本或者提出不同的解决方案,我将不胜感激。 -Adam