Select Page

Month: September 2018

#PowerShell – Reporting on Certificate Templates via #ADSI

All certificate template information is stored in Active Directory. As it’s shared configuration through a forest, it’s stored in the AD Configuration partition. I needed to report which certificate templates and their associated OIDs. Let’s do it with simple code and no external modules.

Read More