我无法在PowerShell中执行某些命令

时间:2016-09-09 01:45:42

标签: windows powershell

我使用的是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-ADUserNew-ADUser)。

很多人使用上述命令,但我无法使用它们。

我不知道为什么会这样。请帮帮我

1 个答案:

答案 0 :(得分:0)

默认情况下,客户端操作系统上未安装这些命令的PowerShell模块。您必须为特定的客户端操作系统安装远程服务器管理工​​具才能获取模块。