File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
articles/virtual-machines Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,17 @@ Maintenance control lets you decide when to apply updates to your isolated VMs a
16
16
17
17
## Enable the PowerShell module
18
18
19
- Make sure ` PowerShellGet ` is up to date.
19
+ Make sure ` PowerShellGet ` is up to date.
20
20
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
+ ```
24
30
25
31
If you are installing locally, make sure you open your PowerShell prompt as an administrator.
26
32
You can’t perform that action at this time.
0 commit comments