Created
January 2, 2019 00:36
-
-
Save jameswinegar/5f0bc0a1f02a1956d982144ca4a8c878 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$domainName = "example.com" | |
# We'll start with a managed domain so that we can get Authentication clearence easily. | |
New-MsolDomain -Name $domainName -Authentication Managed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment