Select Page

Author:

Total Posts: 60

#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

SCCM – Next Maintenance Window

Figuring out when the next maintenance should be trivial. The Administrators can usually track it down, but sometimes it’s great to empower the users. Teach them to fish and give yourself some time back!

Read More