| description | Automatically generated file. DO NOT MODIFY |
|---|
Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement
$params = @{
isDefault = $true
supportedServices = @(
"Email"
"OfficeCommunicationsOnline"
"CustomUrlDomain"
)
}
Update-MgBetaDomain -DomainId $domainId -BodyParameter $params