PowerShell 技能连载 - 验证 Active Directory 凭据
PowerShell 可以通过 Active Directory 验证 AD 用户名和密码:
1 | Add-Type -AssemblyName System.DirectoryServices.AccountManagement |
请注意这种方法只能作为诊断目的。它以明文的方式输入密码。
PowerShell 技能连载 - 验证 Active Directory 凭据
http://blog.vichamp.com/2019/08/12/validating-active-directory-credentials/