DavidMoore-intY
Results
2
comments of
DavidMoore-intY
@aunCoreyGood I've ended up implementing the calls I need myself as separate functions ``` Function Get-MSCustomerSubscriptions { [CmdletBinding()] Param ( [Parameter(Mandatory = $true)] [GUID]$TenantID ) $result = (Invoke-RestMethod -Method GET...
On a similar note, the BillingCycle 'Triennial' isn't supported by the powershell module so anything that involves getting details of a product that supports that billing type will fail.