Azure Active DIrectory and Domain List
I have been trying to find a way to get a list of all Active Directory's associated with a given subscription as well as their domains. Any commands for this?
January 21st, 2014 3:43pm

Hi TGoldie,

To manage the Azure Active Directory in powershell, the cmdlets can be found here:

Manage Windows Azure AD using Windows PowerShell

To retrieve company domains' information, you can use the cmdlet Get-MsolDomain, and you can get domains' properties via:

[Array]$Domains = Get-MsolDomain
$Domains | Get-Member

In addition, this article may be helpful for you to get and filter domain information:

How Microsoft Does Windows Azure Active Directory PowerShell

I hope this helps.

If you have any feedback on our support, please click here.

Best Regards

Anna

TechNet Community Support

Free Windows Admin Tool Kit Click here and download it now
January 22nd, 2014 1:35am

Hi TGoldie,

Im writing to just check in to see if the suggestions were helpful. If you need further help, please feel free to reply this post directly so we will be notified to follow it up.

If you have any feedback on our support, please click here.

Best Regards

Anna

TechNet Community Support

January 23rd, 2014 8:15pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics