Microsoft CA Database Cleanup
Performing a Microsoft CA Database cleanup is a fairly simple task that every PKI administrator should complete regularly. Why, you ask. Well, there is no point in keeping expired certificates […]
Read moreIT Matters…
Topics related to PowerShell development.
Performing a Microsoft CA Database cleanup is a fairly simple task that every PKI administrator should complete regularly. Why, you ask. Well, there is no point in keeping expired certificates […]
Read moreQuick Steps: Open Command Prompt as Administrator. Type diskpart. Press Enter. Type list disk. Press Enter. Type select disk #. Press Enter. Substitute # with the appropriate disk number for […]
Read moreA list of common PowerShell commands for AD. Retrieve AD users(s) Check AD User Existence Restore Deleted AD User(s) Retrieve AD Security Groups Modify AD Security Groups AD Cleanup FSMO […]
Read moreHere is an easy way to enable AD object inheritance using Powershell. This can be used for enabling (or disabling) inheritance on multiple AD objects. #$users = Get-ADUser -ldapfilter “(objectclass=user)” […]
Read moreGet-QADUser Retrieve all users in a domain or container that match the specified conditions. Syntax Examples Description Parameters SYNTAX Get-QADUser [[-Identity] <IdentityParameter>] [-AccountExpiresAfter <DateTime>] [-AccountExpiresBefore <DateTime>][-AccountNeverExpires] [-Activity […]
Read more