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
# Get installed Windows patches for the nested Hyper-V server on a Rescue VM.
5
5
#
6
6
#.DESCRIPTION
7
7
# Get installed Windows patches for the nested Hyper-V server on a Rescue VM using DISM. This will be helpful if the attached OS disk is from a VM that is in a nonboot state due to corrupted/failing updates.
8
8
# Collects patches on the attached OS disk using DISM to verify which ones have successfully installed and which ones are failing to install. Prints them to the console and saves them to the rescue VM as a text file.
9
-
10
-
Public doc: https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/dism-operating-system-package-servicing-command-line-options?view=windows-11#get-packages
9
+
# Public doc: https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/dism-operating-system-package-servicing-command-line-options?view=windows-11#get-packages
11
10
12
11
# .RESOLVES
13
12
# Collecting patches that fail to install is difficult when the OS refuses to boot. This will be helpful to run on the repair VM if the attached OS disk is from a VM that is in a nonboot state due to corrupted/failing updates as the
14
13
# failing package can then be manually passed to win-remove-patch.
15
-
16
14
#
17
15
#.EXAMPLE
18
16
# <# Get installed patches #>
@@ -23,7 +21,7 @@ Public doc: https://learn.microsoft.com/en-us/windows-hardware/manufacture/deskt
0 commit comments