Ask Learn
Preview
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
In my blog you will notice that I will reference this post to give a quick intro into how to use PowerShell.
To use Azure PowerShell do the following:
Add-AzureRmAccount
Select-AzureRmSubscription -SubscriptionId [SUBSCRIPTION_ID_GOES_HERE]
If you cannot find the Azure PowerShell command window icon shortcut in the start menu you can open a regular command-line window (CMD) and run the following two commands:
PowerShell.exe
Import-Module 'C:\Program Files (x86)\Microsoft sdks\Azure\PowerShell\ServiceManagement\Azure\Azure.psd1'
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign in