You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Azure Virtual Machine (VM) Windows servicing stack reset tool
12
+
# Azure Virtual Machine (VM) Windows Update Reset Tool
13
13
14
14
**Applies to:**:heavy_check_mark: Windows VMs
15
15
16
16
## Overview
17
17
18
-
This article covers steps to run a PowerShell script that resets the Windows servicing stack for a VM running in Azure. Running the tool can fix most problems that prevent Windows Updates from installing successfully.
18
+
This article covers steps to run a PowerShell script that resets the Windows Update servicing stack for a VM running in Azure. Running the tool can fix most problems that prevent Windows Updates from installing successfully.
19
19
20
20
> [!NOTE]
21
21
> This article is intended for use with support agents and IT professionals. If you're a home user and looking for more information about fixing Windows update errors, see [Fix Windows Update errors](https://support.microsoft.com/help/10164).
@@ -31,7 +31,7 @@ This article covers steps to run a PowerShell script that resets the Windows ser
31
31
- Restarts services.
32
32
- Generates a summary of actions performed.
33
33
34
-
For more information, see [Resetting Windows Update servicing stack script](https://github.com/Azure/azure-support-scripts/blob/master/RunCommand/Windows/Windows_WUA_Update_Reset?).
34
+
For more information, see [Azure VM Windows WUA Update Reset Tool](https://github.com/Azure/azure-support-scripts/blob/master/RunCommand/Windows/Windows_WUA_Update_Reset?).
35
35
36
36
37
37
:::image type="content" source="media/windows-vm-wureset-tool/windows-vm-wureset-tool.png" alt-text="Azure portal view Run Command example." lightbox="media/windows-vm-wureset-tool/windows-vm-wureset-tool.png":::
@@ -50,12 +50,12 @@ For more information, see [Run scripts in your Windows VM by using action run co
50
50
51
51
## Recommended workflow
52
52
53
-
1. Run `Windows_Update_Reset` to reset the servicing stack.
53
+
1. Run `Windows_Update_Reset` to reset the Windows Update servicing stack.
54
54
2. Try to install the Windows Update that previously failed.
Copy file name to clipboardExpand all lines: support/includes/azure/virtual-machines-runcmd-wu-tools.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@
4
4
>Trying to diagnose and resolve Windows Update or Windows OS upgrade issues for your Azure VM? Try one of the following tools:
5
5
>
6
6
>*[Azure VM Windows Update Error Detection Tool](../../azure/virtual-machines/windows/windows-vm-ipu-tool.md) to diagnose specific Windows Update errors.
7
-
>*[Azure VM Windows Servicing Stack Reset Tool](../../azure/virtual-machines/windows/windows-vm-wureset-tool.md) to reset the Windows servicing stack.
8
-
>*[Azure Virtual Machine (VM) Windows OS Upgrade Assessment Tool](../../azure/virtual-machines/windows/windows-vm-osupgradeassessment-tool.md) to validate the OS upgrade path and any known issues.
7
+
>*[Azure VM Windows Windows Update Reset Tool](../../azure/virtual-machines/windows/windows-vm-wureset-tool.md) to reset the Windows servicing stack.
8
+
>*[Azure VM Windows OS Upgrade Assessment Tool](../../azure/virtual-machines/windows/windows-vm-osupgradeassessment-tool.md) to validate the OS upgrade path and any known issues.
9
9
>
10
10
>If you're experiencing performance problems with VMs, run these tools first before contacting support.
0 commit comments