The command that will use to write the PowerShell script is Get-Process W*.
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).
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.
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