$AzureCred = Get-AutomationPSCredential -Name 'AzureADCred' Connect-MsolService -Credential $AzureCred $UserPrincipalName = 'anders@mytenant.onmicrosoft.com' $AccountSkuId = 'mytenant:O365_BUSINESS_PREMIUM' $LicenseOptions = New-MsolLicenseOptions -AccountSkuId $AccountSkuId -DisabledPlans $null...
There is a basic tenant in engineering. If you have a problem that appears to be impossible to solve, break it down into smaller pieces until you have a problem you can solve. Solve that, then go on to the next, and then the next, and so on until the problem that was too big is...
This way of thinking completely discounts the even more earth-shattering “trim-your-stuff-simplify-your-life-say-goodbye-to-stress” aspect of freewheeling that attracted me to full-timing. While at-a-moment’s-notice-hinterland-splitting is certainly awesome, life on the road involves more (...
using the same instance of ACA-Py to interact with VC holders as required. Likewise, an ACA-Py instance could be a "cloud wallet" for many holders (e.g. people or organizations) that, for whatever reason, cannot use a mobile device for a wallet. Learn more about multi-tenant deployments...
Likewise, an ACA-Py instance could be a "cloud wallet" for many holders (e.g. people or organizations) that, for whatever reason, cannot use a mobile device for a wallet. Learn more about multi-tenant deployments here.Mediator Service...
ACA-Py releases and release notes can be found on the GitHub releases page.Multi-TenantACA-Py supports "multi-tenant" scenarios. In these scenarios, one (scalable) instance of ACA-Py uses one database instance, and are together capable of managing separate secure storage (for private keys, ...