https://tryhackme.com/room/powershell

https://medium.com/@CyberOPS.LittleDog/tryhackme-hacking-with-powershell-834d8b86ec4a

Pwned Date - 21st July 2022

Task 1 - Objectives

Username: Administrator
Password: BHN2UVw0Q

Task 2 - What is PowerShell?

Approved Verbs for PowerShell Commands - PowerShell

Common verbs to use include:

Get
Start
Stop 
Read
Write
New
Out

Task 3 - Basic PowerShell Commands

Using Get-Help

Get-Help Command-Name

Using Get-Command

Get-Command Verb-*
Get-Command *-Noun

Running Get-Command New-* to view all the *cmdlets* for the verb new displays

Get-Command New-*

Object Manipulation

Get-Command | Get-Member -MemberType Method

Where is the location of the file “interesting-file.txt”