We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 57e1fdc + a55f42b commit 4270571Copy full SHA for 4270571
setup-powershellget/Setup/ShortcutStartup.ps1
@@ -56,8 +56,10 @@ This may take some time...
56
} else {
57
cd c:\
58
$welcomeMessage = @"
59
-For a list of all Azure cmdlets type 'help azure'.
60
-For a list of Azure Pack cmdlets type 'Get-Command *wapack*'.
+For a list of all Azure RM cmdlets type 'help azurerm'.
+
61
+To start using Azure RM login via Login-AzureRmAccount cmdlet.
62
+To switch between subscriptions use Set-AzureRmContext.
63
64
To use Azure Service Management cmdlets please execute the following cmdlet:
65
Install-Module Azure
0 commit comments