Automatically install Group Managed Service account and create Docker credential spec file

This script was created to to perform automated installations of gMSA (Group Managed Service Accounts) on servers that are allowed to use such accounts. A gMSA is protected so that only members of a specific domain group or assigned computer accounts can install the account and retrieve the password. You define such restrictions during the […]

Continue reading

Gather Active Directory account information using ADSI

I created this function because sometimes you don’t have the Active Directory PowerShell module installed on your system. This function works on various Operating Systems such as Windows 7, 8.x, 10 and also on Server 2008 and higher. It is ideal to include in login scripts or startup scripts to gather information about the current […]

Continue reading