Public/func_Get-MSPToolboxPartnerList.ps1
function Get-MSPToolboxPartnerList { try { return Invoke-MSPGraphRequest -Endpoint "contracts?`$top=999" -Beta } catch { Write-Error (Format-ErrorCode $_) } } |
function Get-MSPToolboxPartnerList { try { return Invoke-MSPGraphRequest -Endpoint "contracts?`$top=999" -Beta } catch { Write-Error (Format-ErrorCode $_) } } |