PowerShell PKI Module Documentation
Documentation HomeGet-OnlineResponderAcl
Synopsis
Gets Online Responder's Access Control List (ACL).
Syntax
Get-OnlineResponderAcl [-OnlineResponder] <OcspResponder[]> [<CommonParameters>]
Description
Gets Online Responder's Access Control List (ACL). This ACL controls the access level to the specified OCSP server.
Parameters
-OnlineResponder <OcspResponder[]>
Specifies the Online Responder object to retrieve ACL for. This object can be retrieved by calling Connect-OnlineResponder command.
Required? | True |
Position? | 0 |
Default value | |
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
SysadminsLV.PKI.Management.CertificateServices.OcspResponder
Outputs
SysadminsLV.PKI.Security.AccessControl.OcspResponderSecurityDescriptor
Notes
Examples
Example 1
PS C:\> Connect-OnlineResponder "ocsp1.example.com" | Get-OnlineResponderAcl
Retrieves ACL from Online Responder hosted on "ocsp1.example.com".
Related links
Connect-OnlineResponder
Add-OnlineResponderAcl
Remove-OnlineResponderAcl
Set-OnlineResponderAcl
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