Windows Powershell
Copyright (C) Microsoft Corporation. All rights reserved.
PS C:\Windows\System32> $me = Get-LocalUser -name "Blake" | select *
PS C:\Windows\System32> $me
Description :
Enabled : True
FullName : Blake Bourgeois
Email : [email protected]
Role : Security Operations Manager
Interests : {infosec; dfir; system administration; powershell; azuread; nintendo; whiskey}
Linkedin : https://www.linkedin.com/in/blakebourgeois/
Github : https://github.com/blakebourgeois
Blog : https://quicksand.tech
PS C:\WINDOWS\system32> _