Webinar: PKI Insights - Best Practices for Improving your PKI Posture Management Program for your Digital Certificates and Encryption by PKI Solutions

PowerShell PKI Module Documentation

Documentation Home
This command is not available in non-domain environments
This command requires installed Remote Server Administration Tools (RSAT)

Remove-OnlineResponderArrayMember

Synopsis

Removes Online Responder from existing Online Responder array.

Syntax

Remove-OnlineResponderArrayMember [-ArrayController] <OcspResponder> [-ComputerName] <String[]> [<CommonParameters>]

Description

Removes Online Responder from existing Online Responder array.

This command does:

— removes specified Online Responder from existing array to a new one
— removes all revocation configurations from specified Online Responder
— promotes specified Online Responder to Array Controller in new array

Parameters

-ArrayController <OcspResponder>

Existing array's array controller instance.

Required? True
Position? 0
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? False

-ComputerName <String[]>

Array member computer name to remove from existing array.

Required? True
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? False

<CommonParameters>

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).

Inputs

SysadminsLV.PKI.Management.CertificateServices.OcspResponder

Outputs

SysadminsLV.PKI.Management.CertificateServices.OcspResponder

Notes

Examples

Example 1

PS C:\> Connect-OnlineResponder -ComputerName "ocsp1.example.com" | Remove-OnlineResponderArrayMember -ComputerName "ocsp3.example.com"

Removes Online Responder hosted on "ocsp3.example.com" from an existing array with array controller "ocsp1.example.com".

Related links

Connect-OnlineResponder
Add-OnlineResponderArrayMember

Minimum PowerShell version support

  • Windows PowerShell 3.0

Operating System Support

  • Windows 7
  • Windows 8
  • Windows 8.1
  • Windows 10
  • Windows 11
  • Windows Server 2008 R2 all editions
  • Windows Server 2012 all editions
  • Windows Server 2012 R2 all editions
  • Windows Server 2016 all editions
  • Windows Server 2019 all editions
  • Windows Server 2022 all editions