Loading |
VBScript |
JavaScript |
Powershell |
Search Options: WMI root_aspnet AuthenticationFailureAuditEvent QueryContent of WMI root_aspnet AuthenticationFailureAuditEvent Query.ps1MD5 Hash: 10D6A40D9F7283F14B28B935B300A61F |
||
$computer = "LocalHost"
$namespace = "root\aspnet" Get-WmiObject -class AuthenticationFailureAuditEvent -computername $computer -namespace $namespace | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |