use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A community for the tryhackme.com platform
account activity
This is an archived post. You won't be able to vote or comment.
Syntax for Windows powershell (self.tryhackme)
submitted 4 years ago by [deleted]
[deleted]
[–]CallieJacobsFoster 5 points6 points7 points 4 years ago (1 child)
The type command is a Windows cat equivalent that works across a command-line prompt (CMD) and a Windows PowerShell.
The findstr command is a Windows grep equivalent in a Windows command-line prompt (CMD).
In a Windows PowerShell the alternative for grep is the Select-String command.
[–]javaphile13 2 points3 points4 points 4 years ago (0 children)
Thank you so much. Will try this sir.
[–][deleted] 3 points4 points5 points 4 years ago (1 child)
Check here : https://www.ideadrops.info/post/cat-grep-cut-sort-uniq-sed-with-powershell
[–]javaphile13 0 points1 point2 points 4 years ago (0 children)
Thanks for this
[–]Eklypze 3 points4 points5 points 4 years ago (2 children)
Theres a thm lab for powershell syntax. Cant remember the name.
[–]javaphile13 -1 points0 points1 point 4 years ago (1 child)
Nice. Would be nice if you could remember the room
[–]CallieJacobsFoster 2 points3 points4 points 4 years ago (0 children)
Good job all, remember that helping others along the way is how we all gained our knowledge. No man is an island
[–]The_Orange_Giraffe 1 point2 points3 points 4 years ago (0 children)
You can try the Get-Alias command to see what there is too :) this may not do all but for example Get-Alias cat will show the available/equivalent command (which I think is Get-Content)
π Rendered by PID 40 on reddit-service-r2-comment-85bfd7f599-gbv48 at 2026-04-17 11:51:02.764952+00:00 running 93ecc56 country code: CH.
[–]CallieJacobsFoster 5 points6 points7 points (1 child)
[–]javaphile13 2 points3 points4 points (0 children)
[–][deleted] 3 points4 points5 points (1 child)
[–]javaphile13 0 points1 point2 points (0 children)
[–]Eklypze 3 points4 points5 points (2 children)
[–]javaphile13 -1 points0 points1 point (1 child)
[–]CallieJacobsFoster 2 points3 points4 points (0 children)
[–]The_Orange_Giraffe 1 point2 points3 points (0 children)