611 B
611 B
Starting from scratch on Windows 11
-
Signed up for Azure Free account at https://portal.azure.com
-
Installed Az PowerShell Module and connected the Azure Account for the first time.
Install-Module -Name Az -Repository PSGallery -Force Connect-AzAccount
-
Install AzureAD PowerShell Module and Connect to the default Azure AD tenant for the first time
Install-Module -Name AzureAD -Repository PSGallery -Force -AllowClobber Connect-AzureAD