Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Programming Project Part 1 Using PowerShell ISE or VSCode, create a PowerShell script that does the following: Launch an application (notepad.exe) Find the process ID
Programming Project Part 1
Using PowerShell ISE or VSCode, create a PowerShell script that does the following:
- Launch an application (notepad.exe)
- Find the process ID of the newly launched application
- Kill the process using the process ID you found
Programming Project Part 2
Using PowerShell ISE or VSCode, create a PowerShell script that does the following:
- Provide a list of all the services that are in the running state and include a total at the end of the display
- Provide a list of all the services that are in the stopped state and include a total at the end of the display
Upload the script. Paste screenshots of the results here include a screenshot for the running and a screenshot for the stopped. Be sure they show the totals.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started