Tuesday, December 13, 2016

Powershell: User Accounts With Kerberos Pre-Authentication Disabled


Use the following Powershell command:

Get-ADUser -Filter 'useraccountcontrol -band 4194304' -Properties useraccountcontrol | Out-GridView

No comments:

Post a Comment