An Azure service that is used to provision Windows and Linux virtual machines.
Hi @Roger Roger • Thank you for reaching out.
You can use the AZ module to manage your Azure Subscription as well as your Azure AD tenant.
After you Install the Azure Az PowerShell module and sign in using Connect-AzAccount, you can run the below cmdlets to manage VMs and Users:
- Get-AzVM - To get your Azure Subscription.
- Get-AzADUser - To get users from Azure AD tenant.
You can also install the AzureADPreview module to install the module that is specific to AzureAD.
-----------------------------------------------------------------------------------------------------------
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.