Respuesta :

The command that will use to write the PowerShell script is Get-Process W*.

What is the purpose of PowerShell?

PowerShell is frequently used as a scripting language to automate system management. It is often used in CI/CD setups to develop, test, and release solutions. Built atop the. NET Common Language Runtime is PowerShell (CLR).

Are Python and PowerShell the same?

While PowerShell offers a shell scripting environment for Windows and is a better fit if you decide to automate processes on the Windows platform, Python is an interpreted high-level programming language.

Briefing:

First Open Power Shell

type command :-  Get-Process w*

w* only show process starts with w character

To know more about PowerShell visit;

https://brainly.com/question/29835395

#SPJ4