I live in Massachusetts and went to college in New York. I graduated from Hofstra University in 2017 with a BBA in Information Technology and a minor in Computer Science. I've been working in some form of system administration since 2017. I am always interested in playing with the newest hardware and software.
Some relevant classes taken were:
In my free time, I enjoy photography, playing guitar, and some video games.
I have a homelab setup and use VMs to play with the newest technology as well as software or operating systems that I don't use for my job.
I use powershell to make a lot of the administration part of my job easier. I wrote a script for setting up user accounts that adds all the correct information so I don't have to worry about typos. It also adds the correct security groups based on location and title parameters and sets their home directory in the correct location. I reused some of this script to create one that moves the user to a different office location. This makes sure I don't forget to change something. It changes their address in AD, removes their old location security group, and adds the new one. It then opens their old home directory and the new one in the new location in explorer. The remove user script changes the password, disables the account, and moves it to a different OU.
I also made a few simple scripts that just start various services on some servers when they don't start correctly on their own.
Instead of physically doing it or buying software to do it, I wrote a script to remotely upgrade from Office 2010 to Office 2016. It runs an unistall script to get rid of 2010. It then runs the Office 2016 installer with parameters from the Office Deployment Tool. When the Office 2016 installer finishes, it verifies that Office 2016 was actually installed. If the install failed, it will send me an email so I can check on it. I modified this script to uninstall Office 2016 and roll out Microsoft365. I also have a simpified script to upgrade to the newest Windows 10 Feature Update.
You can contact me at Contact@StephenBarnard.com