I would like create a new Active Directory in Azure with powershell.

Do you know the cmdlet to do this ?

Thank you !

有帮助吗?

解决方案

You cannot create Windows Azure Active Directory tenant using PowerShell.

First of all, you do not create Azure Active Directory. It is already created and managed by Microsoft. What you create is a tenant within Azure Active Directory. And you cannot just create it. Especially using just some API.

Windows Azure AD tenant is being created when someone creates an Office365 Subscription, or Microsoft Intune Subscription, or Windows Azure Subscription and so on.

Read carefully through the entire article here, in order to understand what is Windows Azure AD Tenant, how it is created and where it is used.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top