Need script assistance

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 :) 

July 26th, 2015 4:02am

Type this in PowerShell:
Help Read-Host -Full
Help New-Item -Full
Free Windows Admin Tool Kit Click here and download it now
July 26th, 2015 4:40am

Type this in PowerShell:
Help Read-Host -Full
Help New-Item -Full
July 26th, 2015 8:37am

Type this in PowerShell:
Help Read-Host -Full
Help New-Item -Full
Free Windows Admin Tool Kit Click here and download it now
July 26th, 2015 8:37am

We do not use "c:\program files(x86" for client files.  Users cannot write to or change this location and should not be given write access here.

From your question it is clear that you are not a Windows technician.  You MUST learn how Windows works and is designed before attempting to make your changes. Making incorrect changes to Windows can make the system unusable.

July 26th, 2015 10:28am

I was using it as an example path. 
Free Windows Admin Tool Kit Click here and download it now
July 27th, 2015 5:25am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics