본문 바로가기

카테고리 없음

Active Directory 계정 암호 초기화

반응형

Active Directory Powershell을 통해 수행 가능하며, 아래 명령어를 사용하면, 기본 리셋 기능의 초기화 설정을 진행할 수 있다.

 

Set-ADAccountPassword -Identity ep01 -Reset -NewPassword (ConvertTo-SecureString -AsPlainText "password" -Force)

 

기술 문서 : Set-ADAccountPassword (ActiveDirectory) | Microsoft Learn

 

Set-ADAccountPassword (ActiveDirectory)

Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.

learn.microsoft.com

 

반응형