Removes Online Responder from existing Online Responder array.
Remove-OnlineResponderArrayMember [-ArrayController] <OcspResponder> [-ComputerName] <String[]> [<CommonParameters>]
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
Existing array's array controller instance.
Required? | True |
Position? | 0 |
Default value | |
Accept pipeline input? | True |
Accept wildcard characters? | False |
Array member computer name to remove from existing array.
Required? | True |
Position? | 1 |
Default value | |
Accept pipeline input? | False |
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
SysadminsLV.PKI.Management.CertificateServices.OcspResponder
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".