Skip to content

Instantly share code, notes, and snippets.

@Computer-Tsu
Created December 7, 2023 18:06
Show Gist options
  • Save Computer-Tsu/cff7bb1719b98278b5499affcf7af6ee to your computer and use it in GitHub Desktop.
Save Computer-Tsu/cff7bb1719b98278b5499affcf7af6ee to your computer and use it in GitHub Desktop.
Script list Windows user accounts, identify MSA or Local
Get-LocalUser | SelectObject Name,PrincipalSource,Enabled,LastLogon,PasswordExpires,PasswordRequired | FT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment