Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Run powershell in Admin mode

Pressing TAB will help to complete the command

1) Star- transcript (Everything we do will so in transcript file)


2) Get- Command ( This shows every commands and function in this powershell)
3) Get- Command –noun s* (Displays all the command which starts from letter s)
4) Get-command –noun service ( Displays all the command of service)
5) Get-service
6) Get-help get-service –examples
7) Get-help get-service –online
8) Get- alias cls (Provides the fullform of it)
9) Get- alias (Provides all the short forms of words)
10) Get- process
11) Get –process –name microsoftedge
12) Get –process –name microsoftedge | get-member
13) Get –process –name microsoftedge | select-object * ( display all in details about
microsoftedge)
14) Get-history ( Displays all the commands we used recently)
15)

https://mva.microsoft.com/en-us/training-courses/getting-started-with-microsoft-powershell-8276?
l=r54IrOWy_2304984382

You might also like