Connects to ADCS Online Responder.
Connect-OnlineResponder [[-ComputerName] <String>] [<CommonParameters>]
Connects to ADCS Online Responder. This is the main command used to call other Online Responder-related commands.
Specifies the Online Responder host name.
Required? | False |
Position? | 0 |
Default value | Localhost |
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)
None.
SysadminsLV.PKI.Management.CertificateServices.OcspResponder
PS C:\> $ocsp = Connect-OnlineResponder -ComputerName ocsp1.example.com
Connects to Online Responder server named 'ocsp1.example.com' and stores in a variable. Object stored in a variable is used to call other Online Responder-related commands.