Forum

Windows PowerShell
 
Bildirimler
Hepsini Temizle

Windows PowerShell

2 Yazılar
2 Üyeler
0 Likes
1,860 Görüntüleme
(@KenanDogan)
Gönderiler: 938
Noble Member
Konu başlatıcı
 

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

 
Gönderildi : 27/06/2016 13:56

(@OzcanSAHIN)
Gönderiler: 198
Estimable Member
 

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

 

 
Gönderildi : 28/06/2016 00:31

Paylaş: