Removes revocation configuration from Online Responder.
Remove-OnlineResponderRevocationConfiguration -RevocationConfiguration <OcspResponderRevocationConfiguration[]> [<CommonParameters>]
Remove-OnlineResponderRevocationConfiguration -OnlineResponder <OcspResponder[]> -Name <String[]> [<CommonParameters>]
Removes revocation configuration from Online Responder.
Note: this action shall be executed on array controller. Otherwise, these changes may be overwritten during array member synchronization with array controller.
Specifies the revocation configuration to remove.
Required? | True |
Position? | named |
Default value | |
Accept pipeline input? | False |
Accept wildcard characters? | False |
Specifies the Online Responder object to remove revocation configuration from. This object can be retrieved by calling Connect-OnlineResponder command.
Required? | True |
Position? | named |
Default value | |
Accept pipeline input? | True |
Accept wildcard characters? | False |
Specifies the revocation configuration to remove.
Required? | True |
Position? | named |
Default value | |
Accept pipeline input? | True |
Accept wildcard characters? | False |
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, InformationAction, InformationVariable,
WarningAction, WarningVariable, OutBuffer, PipelineVariable and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216)
SysadminsLV.PKI.Management.CertificateServices.OcspResponder
None.
PS C:\> Connect-OnlineResponder -ComputerName "ocsp1.example.com" | Remove-OnlineResponderRevocationConfiguration -Name "Example Org v0.0"
Removes "Example Org v0.0" revocation configuration from Online Responder on "ocsp1.example.com".
PS C:\> Connect-OnlineResponder "ocsp1.example.com" | Get-OnlineResponderRevocationConfiguration | Remove-OnlineResponderRevocationConfiguration
This example removes all revocation configurations from Online Responder on "ocsp1.example.com"