PowerShell PKI Module Documentation
Documentation HomeConnect-OnlineResponder
Synopsis
Connects to ADCS Online Responder.
Syntax
Connect-OnlineResponder [[-ComputerName] <String>] [<CommonParameters>]
Description
Connects to ADCS Online Responder. This is the main command used to call other Online Responder-related commands.
Parameters
-ComputerName <String>
Specifies the Online Responder host name.
Required? | False |
Position? | 0 |
Default value | Localhost |
Accept pipeline input? | true (ByValue, ByPropertyName) |
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
None.
Outputs
SysadminsLV.PKI.Management.CertificateServices.OcspResponder
Notes
Examples
Example 1
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.
Related links
Get-OnlineResponderRevocationConfiguration
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