Customize the Windows Desktops - Powershell Scripts

3 important questions on Customize the Windows Desktops - Powershell Scripts

7 pieces of Powershell Syntax


- Verg (Get-...)
- Object (...Service)
- Parameter (-Name)
- Piping ( | )
- Variable ($path)
- Operator (-eq)
- Expression {$_.Status -eq "Running"}

What does this Powershell command do: Get-Service -Name "*net*" | Where-Object {$_Status -eg "Running"}

It searches the system for services that contain the word "net" and are currently running/active.

4 Powershell command that can help and provide information


- Get-Help <command>
- Get-Help <command> -Examples
- Get-Help <command> -Detailed
- Get-Help <command> -Full

The question on the page originate from the summary of the following study material:

  • A unique study and practice tool
  • Never study anything twice again
  • Get the grades you hope for
  • 100% sure, 100% understanding
Remember faster, study better. Scientifically proven.
Trustpilot Logo