Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Please help me to understand the assignment. Will be grateful who can explain me the assignment. Thanks Create the following PowerShell program (script ps1 File)
Please help me to understand the assignment. Will be grateful who can explain me the assignment. Thanks
Create the following PowerShell program (script ps1 File) 1. List current services running in Descending Order filtered by a wild card. 2. Output this list to a CSV file. 3. Before outputting the CSV file check to see the folder where the output is going to go to exists. If it doesn't exist create the folder 4. If the folder exists check to see if the file already exists within the folder. 5. If the file exists within the folder, make a back up of the file to a backup subfolder. Check to see if the subfolder exists first. 6. Once copied to the Back up subfolder rename the file to the current date and time. 7. Then finally export the new file. First Step of the assignment is to create a flow diagram (Flowchart), using Visio Diagram. Second Step create the program (ps1) file that aligns with your flow chartStep 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