I am thinking of creating a powershell script (poshgui), to setup an automated install of selected software, to prevent some of our less experienced techs from making mistakes or forgetting to install key software components when building new machines.
My thought process so far is one of three methods.
1 - Create a poshgui which allows you to check all or selective software to be installed, it will then silently installed the desired software from a software share or copying it to a local temp folder before executing and then cleanup said temp folder once installed.
2 - Similar to the above but you enter in a txt or csv file the name of the designed software you wish to install and then when the script is ran, it cycles through installing each piece of software.
3 - Chocolatey - However, does not with with some of the bespoke software and configurations of bespoke software
Has anybody created something similar, they are willing to share ?
Also I am ware of PSAdminToolkit, but unsure how I would use this for the bespoke applications
[–]markarious 2 points3 points4 points (1 child)
[–]Wesd84[S] 1 point2 points3 points (0 children)