List of Commands

Command Description
Certutil -adtemplate -v | select-string distinguishedName,msPKI-Cert-Template-OID,pKIExpirationPeriod,pKIOverlapPeriod
This command fetches AD templates from AD server during automatic fetch in WAEP configuration.
(Get-ADForest).Domains | %{ Get-ADDomainController -Filter * -Server $_ } | Where-Object { $_.IsGlobalCatalog -eq 'True'}
This command is executed in the policy server to fetch Global Catalog from AD. This is executed during automatic global catalog fetch on the WAEP Settings page.