Remove-CACrlDistributionPoint

Remove-CACrlDistributionPoint is accessible with the help of adcsadministration module. To install adcsadministration on your system please refer to this link.

Synopsis
Removes the URI for the certificate revocation list (CRL) distribution point (CDP) from the certification authority (CA).

Description
The Remove-CACRLDistributionPoint cmdlet removes the uniform resource identifier (URI) for the certificate revocation list (CRL) distribution point from the certification authority (CA).

Parameters

 -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

Syntax

Remove-CACrlDistributionPoint [-Uri]  [-AddToCertificateCdp ] [-AddToCrlCdp ] [-AddToCrlIdp ] [-AddToFreshestCrl ] [-Force ] [-PublishDeltaToServer ] [-PublishToServer ] []      

————————– EXAMPLE 1 ————————–
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”).

————————– EXAMPLE 2 ————————–
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.

————————– EXAMPLE 3 ————————–
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).

You can check the Version, CommandType and Source of this cmdlet by giving below command.

Get-Command Remove-CACrlDistributionPoint

Remove-CACrlDistributionPoint powershell scripts cmdlet

You can also read about
Add-CACrlDistributionPoint
Get-CACrlDistributionPoint

Click on this Link for an Single place where you get all the PowerShell cmdlet sorted based on the modules.

You can also refer other blogs on PowerShell at link

You can also refer other blogs on Microsoft at link

And also if you required any technology you want to learn, let us know below we will publish them in our site http://tossolution.com/

Like our page in Facebook and follow us for New technical information.

References are taken from Microsoft

Leave a Reply

Your email address will not be published. Required fields are marked *