The policy (and few other ones) is exposed under the following Graph endpoint: "https://graph.microsoft.com/beta/legacy/policies"
There is no direct cmdlet to manage it, however you can always use the generic Invoke-MgGraphRequest one.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
How can you manage the Azure AD B2B policy for allowing or blocking domains via Graph? Basically what is the Graph equivalent of "New-AzureADPolicy -Definition $policyValue -DisplayName B2BManagementPolicy -Type B2BManagementPolicy -IsOrganizationDefault $true"
If this cannot be done in Graph, are you able to confirm whether the AzureADPreview module will be retiring when the AzureAD one is in June?
Mark
The policy (and few other ones) is exposed under the following Graph endpoint: "https://graph.microsoft.com/beta/legacy/policies"
There is no direct cmdlet to manage it, however you can always use the generic Invoke-MgGraphRequest one.