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

Popular posts from this blog

การตั้งเวลาระหว่าง Server และ Client

วิธีตั้งค่า NTP บน Primary Domain Controller

Installation and Run Node.JS on IIS