Cyborg Easy - Level1supporttechnician/Underthewire GitHub Wiki

1 - Get information on what state Chris Rogers lives in

  • Run get-localuser | select *
  • You will see the format of the users as firstname.lastname
  • Run the following command now that you know the name formatting
  • get-aduser chris.rogers -properties * | Select-Object state
  • kansas

2