Add-CACrlDistributionPoint
Adds a certificate revocation list (CRL) distribution point uniform resource indicator (URI) where AD CS publishes certification revocations.
The Add-CACRLDistributionPoint cmdlet adds a certificate revocation list (CRL) distribution point URI where the CA publishes certification revocations.
-AddToCertificateCdp
Include in the CDP extension of issued certificates. This parameter is available for use with LDAP, HTTP, UNC, and File paths.
Required? false
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-AddToCrlCdp <SwitchParameter>
Include in the certificate revocation list (CRL). This parameter is available for use with LDAP paths.
Required? false
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-AddToCrlIdp <SwitchParameter>
Include in the IDP extension of issued certificates. This parameter is available for use with LDAP and HTTP paths.
Required? false
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-AddToFreshestCrl <SwitchParameter>
Include in the most recent (freshest) certificate revocation list (CRL). This parameter is available for use with LDAP, HTTP, UNC, and file paths.
Required? false
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-Force <SwitchParameter>
Forces the command to run without asking for user confirmation.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-PublishDeltaToServer <SwitchParameter>
Publish the delta certificate revocation list (CRL). This parameter is available for use with LDAP, UNC, local, and file paths.
Required? false
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-PublishToServer <SwitchParameter>
Publish the certificate revocation list (CRL) to the specified server. This parameter is available for use with LDAP, local, UNC, and file paths.
Required? false
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-Uri <String>
Specifies the uniform resource identifier (URI) for the distribution point location of the certificate revocation list (CRL). This is the location from where status information about certificate revocation will be retrieved and the location the CRL will be published.
Required? true
Position? 2
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
Add-CACrlDistributionPoint [-Uri] [-AddToCertificateCdp ] [-AddToCrlCdp ] [-AddToCrlIdp ] [-AddToFreshestCrl ] [-Force ] [-PublishDeltaToServer ] [-PublishToServer ] []
C:\PS>Add-CACRLDistributionPoint -Uri http:// TOSSolution .com/pki/.crl -AddToCertificateCdp
Adds a certificate revocation list (CRL) distribution point for the URI of http://TOSSolution.com/pki/.crl and sets the CRL URI to be included in issued certificates.
Get-Command Add-CACrlDistributionPoint
Get-CACrlDistributionPoint
Remove-CACrlDistributionPoint