PowerShell PKI Module Documentation

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

Add-OnlineResponderArrayMember

Synopsis

Adds Online Responder server to an Online Responder Array.

Syntax

Add-OnlineResponderArrayMember [-ArrayController] <OcspResponder> [-ArrayMember] <OcspResponder> [<CommonParameters>]

Description

Adds Online Responder server to an Online Responder Array.

This command does:

— removes source Online Responder from its array
— removes all existing revocation configurations
— adds server to new array
— copies revocation configurations from new array's array controller

Parameters

-ArrayController <OcspResponder>

Array controller of an Online Responder array new server is added to. Revocation configuration from this object is copied to new array member specified in '-ArrayMember' parameter.

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

-ArrayMember <OcspResponder>

Array member server that is added to a new array. Can be array controller or array member.

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:\> $NewMember = Connect-OnlineResponder "ocsp3.example.com"
PS C:\> Connect-OnlineResponder "ocsp1.example.com" | Add-ArrayMember -NewMember $NewMember

First line connects to Online Responder server hosted on "ocsp3.example.com" and adds it to a new array with "ocsp1.example.com" array controller.

Related links

Connect-OnlineResponder
Remove-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