The term 'Get-ADUser' is not recognized as the name of a cmdlet

前端 未结 6 1876
走了就别回头了
走了就别回头了 2020-12-07 12:58

I have used the following query to list the users in a windows 2008 server, but failed and got the below error.

$server=\'client-pc-1\';$pwd= convertto-secur         


        
6条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-07 13:34

    get-windowsfeature | where name -like RSAT-AD-PowerShell | Install-WindowsFeature
    

提交回复
热议问题