Forum
windows powershell de aşağıdaki komutu direk yapıştırıyorum bu hatayı alıyorum başka komutlardada aynısını veriyor. acaba probramı acmada yada dizinde yada başka nerede hata yapıyorum.
PS C:\Users\Administrator> Get-ADcomputer -Filter * -Properties *
Get-ADcomputer : The term 'Get-ADcomputer' is not recognized as the name of a cmdlet, function, script file, or
operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try
again.
At line:1 char:1
+ Get-ADcomputer -Filter * -Properties *
+ ~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Get-ADcomputer:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Oncelikle Powershell'de AD modulunu çagirmalisiniz yoksa AD ile ilgili komutlari çalistiramazsiniz.
Kurulu degilse ;
Server Manager --> Features --> Remote Server Admin Tools --> Roles Administration Tools --> AD DS and AD LDS Tools --> AD module for Powershell
Eger client uzerinde çalistiriyorsaniz RSAT kurup ilgili modulu yukleyebilirsiniz.
Sonrasinda;
Import-Module ActiveDirectory
Get-ADComputer -Identity Server1 -Properties *
Kolay gelsin