Good Afternoon,
So my goal is to create a Powershell script which will be based on the desktop. The objective of the script is for it to create a directory of folders for new clients. So i would like to have an input screen where i can type the name and then the folders (all the same for every client, pre-populate).
So if the folder of all clients are in; C:\Program Files (x86) - i would like to have the first folder created as the clients name and then 3 folders under that: PERMANENT, 2015, 2016. Then under 2015 and 2016 i would like 5 folders - folder1 - folder5 (yet to determine the names of the folders yet).
I have been trying to look for certain assistance on youtube and google but couldnt find any assistance in regards to the input screen: of the clients name.
If anyone could provide assistance, it would be much appreciated :)