Skip to content

Commit e56eff9

Browse files
Sean WheelerTaraMeyer
authored andcommitted
fixing broken link and adding PowerShellGet info (MicrosoftDocs#368)
* fix formatting of note block * resubmitting to fix github issue * fixing broken link and adding PowerShellGet info * fix typo
1 parent 20bcef8 commit e56eff9

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

azureps-cmdlets-docs/ResourceManager/docs-conceptual/install-azurerm-ps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ feedback from the command line, use the `Send-Feedback` cmdlet.
114114
### Checking the version of Azure PowerShell
115115

116116
Although we encourage you to upgrade to the latest version as early as possible, several versions
117-
of Azure PowerShell are support. To determine the version of Azure PowerShell you have installed,
117+
of Azure PowerShell are supported. To determine the version of Azure PowerShell you have installed,
118118
run `Get-Module AzureRM` from your command line.
119119

120120
```powershell

azureps-cmdlets-docs/ServiceManagement/docs-conceptual/install-azure-ps.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ PowerShellGet 1.0.0.1 C:\Program Files\WindowsPowerShell\Modules\PowerShellGet\1
3535
```
3636

3737
If you do not have PowerShellGet installed, see the
38-
[How to get PowerShellGet](install-azurerm-ps.md#how-to-get-powershellget).
38+
[How to get PowerShellGet](#how-to-get-powershellget).
3939

4040
## Step 2: Install Azure PowerShell
4141

@@ -88,3 +88,22 @@ For sample scripts that can help you automate some of the common tasks in Azure,
8888

8989
For general information about installing, learning, using, and customizing Windows PowerShell, see
9090
[Scripting with Windows PowerShell](http://go.microsoft.com/fwlink/p/?linkid=320210).
91+
92+
### How to get PowerShellGet
93+
94+
|OS Version|Install instructions|
95+
|---|---|
96+
|I have Windows 10 or Windows Server 2016|Built into Windows Management Framework (WMF) 5.0 included in the OS|
97+
|I want to upgrade to PowerShell 5|[Install the latest version of WMF](https://www.microsoft.com/en-us/download/details.aspx?id=54616)|
98+
|I am running on a version of Windows with PowerShell 3 or PowerShell 4|[Get the PackageManagement modules](http://go.microsoft.com/fwlink/?LinkID=746217)|
99+
100+
<a id="helpmechoose"></a>
101+
### Checking the version of Azure PowerShell
102+
103+
Although we encourage you to upgrade to the latest version as early as possible, several versions
104+
of Azure PowerShell are support. To determine the version of Azure PowerShell you have installed,
105+
run `Get-Module AzureRM` from your command line.
106+
107+
```powershell
108+
Get-Module AzureRM -list | Select-Object Name,Version,Path
109+
```

0 commit comments

Comments
 (0)