Gets Online Responder's Access Control List (ACL).
Get-OnlineResponderAcl [-OnlineResponder] <OcspResponder[]> [<CommonParameters>]
Gets Online Responder's Access Control List (ACL). This ACL controls the access level to the specified OCSP server.
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 |
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.Security.AccessControl.OcspResponderSecurityDescriptor
PS C:\> Connect-OnlineResponder "ocsp1.example.com" | Get-OnlineResponderAcl
Retrieves ACL from Online Responder hosted on "ocsp1.example.com".