Forum
Merhaba
windows 2008 server ortamında uzun zamandır giriş yapmayan kullanbıcıları nasıl görürüz.
Merhaba
windows 2008 server ortamında uzun zamandır giriş yapmayan kullanbıcıları nasıl görürüz.
Merhaba,
get-aduser -NotLoggedOnFor 30 -SizeLimit 0 | Sort-Object Name | out-file c:\ADUsersLogondays.csv
bu komutu koşturun. csv dosyasına export edecektir. 30 olarak yazan gün sayısıdır. Oraya kaç günü yazarsanzı o şekilde çıkar.
Keyifli çalışmalar.
Hocam çalıştırınca aşağıdaki gibi hata veriyor
Copyright (C) 2009 Microsoft Corporation. All rights reserved.
WARNING: File C:\Windows\system32\WindowsPowerShell\v1.0\Modules\PSDiagnostics\PSDiagnostics.psm1 cannot be loaded
because the execution of scripts is disabled on this system. Please see "get-help about_signing" for more details.
PS C:\Windows\system32> get-qaduser -NotLoggedOnFor 30 -SizeLimit 0 | Sort-Object Name | out-file c:\ADUsersLogondays.cs
v
The term 'get-qaduser' 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:12
+ get-qaduser <<<< -NotLoggedOnFor 30 -SizeLimit 0 | Sort-Object Name | out-file c:\ADUsersLogondays.csv
+ CategoryInfo : ObjectNotFound: (get-qaduser:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Klavyede yanlış harfe basmışım 🙂 yazaraken yukarıda düzelttim. get-qaduser q olmayacak get-aduser olacak.