mertcangokgoz adlı üyeden alıntı: mesajı görüntüle
Powershell kullanarak aşağıdaki kodu çalıştırın.

Get-EventLog security -after (Get-date -hour 0 -minute 0 -second 0) | ?{$_.eventid -eq 4624 -and $_.Message -match 'logon type:s+(10)s'} | Out-GridView
herhangi bir tepki vermedi hocam