Remove-CACrlDistributionPoint
Remove-CACrlDistributionPoint is accessible with the help of adcsadministration module. To install adcsadministration on your system please refer to this link.
Removes the URI for the certificate revocation list (CRL) distribution point (CDP) from the certification authority (CA).
The Remove-CACRLDistributionPoint cmdlet removes the uniform resource identifier (URI) for the certificate revocation list (CRL) distribution point from the certification authority (CA).
-AddToCertificateCdp
Remove from the CDP extension of issued certificates.
Required? false
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-AddToCrlCdp <SwitchParameter>
Remove from the certificate revocation list (CRL).
Required? false
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-AddToCrlIdp <SwitchParameter>
Remove from the IDP extension of issued certificates.
Required? false
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-AddToFreshestCrl <SwitchParameter>
Remove from the most recent (freshest) certificate revocation list (CRL).
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>
Remove the delta certificate revocation list (CRL).
Required? false
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-PublishToServer <SwitchParameter>
Remove from the base certificate revocation list (CRL).
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 has been retrieved and/or the location the CRL was published.
Required? true
Position? 2
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
Remove-CACrlDistributionPoint [-Uri] [-AddToCertificateCdp ] [-AddToCrlCdp ] [-AddToCrlIdp ] [-AddToFreshestCrl ] [-Force ] [-PublishDeltaToServer ] [-PublishToServer ] []
C:\PS>Remove-CACrlDistributionPoint -URI “http://TOSSolution.com/rootca.crl”
Removes all URIs for all distribition points that contain the specified URI value (“http://TOSSolution.com/rootca.crl”).
C:\PS>Remove-CACrlDistributionPoint -Uri “http://TOSSolution.com/rootcert.crl” -AddToCertificateCdp
Removes only the URIs that are set to a value of “http://TOSSolution.com/rootcert.crl” and for which the AddToCertificateCdp is set.
C:\PS>Remove-CACrlDistributionPoint -Uri “http://www.TOSSolution.com/pki/orca.crl” -AddToCertificateCdp -AddToCrlIdp
Removes only the uniform resource indicators (URIs) that are unique to the URI specified (“http://www.TOSSolution.com/pki/orca.crl”) and the combination of flags that are set or included (AddToCertificateCdp, AddToCrlIdp).
Get-Command Remove-CACrlDistributionPoint
Add-CACrlDistributionPoint
Get-CACrlDistributionPoint