Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
psSCA
0.1.0
Examples/08-Get-WorkspaceDelegations.ps1
#Requires -Module psSCA
<#
Lists workspace delegations across the tenant.
#>
Get-SCAWorkspaceDelegation
|
Format-Table
-AutoSize