Question: OBJECTIVES Script that will create multiple folders using a do loop and variable CREATE MULTIPLE FOLDER SCRIPT GUIDELINES SETTING UP THE VARIABLES: Open PowerShell

OBJECTIVES Script that will create multiple folders using a do loop and variable CREATE MULTIPLE FOLDER SCRIPT GUIDELINES SETTING UP THE VARIABLES: Open PowerShell ISE Create a variable Sintfolders that has a value of 10 Create a variable SintPad that has a value of 0 Create a variable Si that has a value of 1 . Create a variable for the new folder o New-Variable -Name strPrefix -Value "testfolder"-Option constant
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
