Removing Revoked User Certificates from Active Directory

Active Directory Certificate Services (ADCS) allows administrators to configure whether the public key of issued certificates should be published to Active Directory (AD). Encrypting File System (EFS) is a great example of why this is a great feature. When granting someone else access to an EFS encrypted file, it is much easier to pull their […]

Audit web.config customErrors with PowerShell

Periodic auditing of web applications is helpful to ensure they’re following best practices. One of these best practices is to have custom errors set to “On” or “RemoteOnly” as it ensures users will not see the detailed exception message better suited for developers. The following PowerShell function can be used to read a web.config and […]