Here are some common used cmdlets in Powershell:
get-help process
– retrieves a list of commands available on a specific topic. For example, process
get-process
– returns information on processes
get-service
– returns information on the services that are installed on the computer
get-item C:\
– Gets the item at the specified location
get-content C:\file.txt
– returns the contents of the specified item