Skip to content

Commit 4270571

Browse files
author
Hovsep
committed
Merge pull request #1033 from hovsepm/dev
[#104647710] Added comments in the installation script.
2 parents 57e1fdc + a55f42b commit 4270571

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup-powershellget/Setup/ShortcutStartup.ps1

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,10 @@ This may take some time...
5656
} else {
5757
cd c:\
5858
$welcomeMessage = @"
59-
For a list of all Azure cmdlets type 'help azure'.
60-
For a list of Azure Pack cmdlets type 'Get-Command *wapack*'.
59+
For a list of all Azure RM cmdlets type 'help azurerm'.
60+
61+
To start using Azure RM login via Login-AzureRmAccount cmdlet.
62+
To switch between subscriptions use Set-AzureRmContext.
6163
6264
To use Azure Service Management cmdlets please execute the following cmdlet:
6365
Install-Module Azure

0 commit comments

Comments
 (0)