Examples/03-Get-ConnectorHealth.ps1
|
<# Tests reachability for every connector. Inspect the returned objects to determine your tenant's exact success/failure field names - CyberArk's published schema for this response was not fully captured during module development (see docs/LIMITATIONS.md). #> Get-SIAConnector | Test-SIAConnector | Format-List * |