Powershell Command
- Test Connection with Computer
- #Test-NetConnection -ComputerName MyComputer -Port 135
- Check Count of Bad Password
- dsquery * -filter "(&(objectCategory=User)(objectClass=Person)(sAMAccountName=%username%))" -attr givenName sn badPwdCount
- View Account Locked
- Search-ADAccount –LockedOut
Comments
Post a Comment