Skip to content

Commit 0e276fe

Browse files
authored
Merge pull request #113390 from cynthn/patch-376
Update maintenance-control-powershell.md
2 parents d227e31 + 4106e19 commit 0e276fe

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

articles/virtual-machines/maintenance-control-powershell.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,17 @@ Maintenance control lets you decide when to apply updates to your isolated VMs a
1616

1717
## Enable the PowerShell module
1818

19-
Make sure `PowerShellGet` is up to date.
19+
Make sure `PowerShellGet` is up to date.
2020

21-
```azurepowershell-interactive
22-
Install-Module -Name PowerShellGet -Repository PSGallery -Force
23-
```
21+
```azurepowershell-interactive
22+
Install-Module -Name PowerShellGet -Repository PSGallery -Force
23+
```
24+
25+
Install the `Az.Maintenance` PowerShell module.
26+
27+
```azurepowershell-interactive
28+
Install-Module -Name Az.Maintenance
29+
```
2430

2531
If you are installing locally, make sure you open your PowerShell prompt as an administrator.
2632

0 commit comments

Comments
 (0)