Tag: validate credential

  • Validate Active Directory (AD) Credentials

    To configuring service account for the application after creating generated password causing issue many times, needs to validate active directory (AD) credentials before configuring it. Because enterprise level policy would disable service account with bad password attempts. The PowerShell script helps to validate efficiently. <# .DESCRIPTION Validate AD Account credential .NOTES Author: Sathiya.io #> function…