Setup PC Scripts

These set of PowerShell scripts were created when I was working as an IT support at EDMI Limited.

At the time of my employment, the MIS department was in the midst of upgrading their existing batches of employee PCs. These scripts were created to streamline the process of setting up multiple Windows PCs so that I may focus on other critical projects such as the IT audit.

The PowerShell scripts serve to intall essential software on Windows 7 and Windows 10 PCs.

installer.ps1 was the intial version of my installation script. It checks that the essential software were installed on the PC installs them when necessary.

chocoInstaller.ps1 is the updated version of my installation script. It makes use of the Chocolatey package manager to install and download essential software on the PC.

You may view the scripts here.