Tag: Scripting

New System’s Administrator/Engineer Script

September 30, 2021 By JeffTechs

A few months ago I started looking for a new job. I wasn’t excited to start over again, but I wanted more challenges and technologies to work on. I remember starting my first few technology jobs, and thinking how difficult it was to find documentation for the servers and networks–I was even left to figure […]

Azure Group License Assignment

August 17, 2021 By JeffTechs

Adding Office 365 licenses to users isn’t necessarily an arduous task, but letting security group assignment (whether on-premise or in Azure) provision the licenses for you is a nice way to automate the process. This can also make licensing reporting easier by simply looking at group assignment. To start, create a group with a relevant […]

Storing PowerShell Credentials

May 24, 2021 By JeffTechs

I really enjoy a fully realized script with almost no required interaction. When working with on-premise or cloud accounts one of the things that can break the flow of a script is user credentials. While its not incredibly taxing to put the required username and password in each time, having PowerShell automatically import them feels […]