Examples/08-Get-WorkspaceDelegations.ps1

#Requires -Module psSCA
<#
    Lists workspace delegations across the tenant.
#>


Get-SCAWorkspaceDelegation | Format-Table -AutoSize