Skip to content

Instantly share code, notes, and snippets.

@vhusker
Created January 3, 2016 23:50
Show Gist options
  • Save vhusker/bbcb2750005e932e306b to your computer and use it in GitHub Desktop.
Save vhusker/bbcb2750005e932e306b to your computer and use it in GitHub Desktop.
$clients = (Get-MSOLPartnerContract)
$clients | Get-Member
$clients.defaultdomainname
$clients.tenantid
$clients.tenantid | gm
$tenants = $clients.tenantid
$tenants
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment