我使用的是Windows 8.1,但我无法在PowerShell中使用某些命令。
例如,有关AD用户(public boolean equals(Object other) {
// I am a Dog. If they're not a dog, I can't be equal to them.
if (!(other instanceof Dog))
return false;
// If the other dog's properties are equal to my own, then we're equal.
if (...)
return true;
// If not, we're not equal.
else
return false;
}
,hashCode
)的命令,或有关某些Windows功能的命令(Get-ADUser
,New-ADUser
)。
很多人使用上述命令,但我无法使用它们。
我不知道为什么会这样。请帮帮我
答案 0 :(得分:0)
默认情况下,客户端操作系统上未安装这些命令的PowerShell模块。您必须为特定的客户端操作系统安装远程服务器管理工具才能获取模块。