https://tryhackme.com/room/powershell
https://medium.com/@CyberOPS.LittleDog/tryhackme-hacking-with-powershell-834d8b86ec4a
Username: Administrator
Password: BHN2UVw0Q
Approved Verbs for PowerShell Commands - PowerShell
Common verbs to use include:
Get
Start
Stop
Read
Write
New
Out
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”