M365_BUILDER
Example
Simple example
M365_BUILDER({
initialDomain: "example.onmicrosoft.com",
});Advanced example
M365_BUILDER({
label: "test",
mx: false,
autodiscover: false,
dkim: false,
mdm: true,
domainGUID: "test-example-com", // Can be automatically derived in this case, if example.com is the context.
initialDomain: "example.onmicrosoft.com",
});Parameters
Last updated