Skip to content

Instantly share code, notes, and snippets.

@jameswinegar
Created January 2, 2019 00:36
Show Gist options
  • Save jameswinegar/5f0bc0a1f02a1956d982144ca4a8c878 to your computer and use it in GitHub Desktop.
Save jameswinegar/5f0bc0a1f02a1956d982144ca4a8c878 to your computer and use it in GitHub Desktop.
$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