Get-WindowsPackage (Dism) | Microsoft Learn
...Use the Online parameter to specify the running operating system on your local computer, or use the Path parameter to specify the location of a mounted Windows image....
https://learn.microsoft.com/en-us/powershell/module/dism/get-windowspackage?view=windowsserver2025-ps
Get a list of recently installed Windows updates via the ... - rakhesh
...If you are on Windows 8 or above the Get-WindowsPackage cmdlet can be of use: This gets me all updates installed in the last 15 days. Another alternative (on pre-Windows 8 machines) is good ol? WMIC: The above gives output similar to this:...
https://rakhesh.com/windows/get-a-list-of-recently-installed-windows-updates-via-the-command-line/
How to identify Reclaimable Packages reported as count by "Dism /Online ...
...The first of those two you have found can be removed with Dism /online /remove-package /packagename:
https://www.elevenforum.com/t/how-to-identify-reclaimable-packages-reported-as-count-by-dism-online-cleanup-image-analyzecomponentstore.30344/page-3
Q. How can I list packages and features from the command line for my ...
...The Windows 7 Deployment Image Servicing and Management (DISM) tool is great for managing your online OS and offline OS images. It includes the ability to list the installed features and packages of the selected OS....
https://www.itprotoday.com/it-infrastructure/q-how-can-i-list-packages-and-features-from-the-command-line-for-my-current-os-or-an-offline-mounted-os-
DISM - Deployment Image Servicing and Management - Windows CMD - SS64.com
...DISM enumerates, installs, uninstalls, configures, and updates features and packages in Windows images. The commands that are available depend on the image being serviced and whether the image is offline or running (online)....
https://ss64.com/nt/dism.html
Add or Remove Packages Offline Using DISM | Microsoft Learn
...There are two ways to install or remove packages offline with DISM. You can either apply an unattend answer file to the offline image, or you can add or remove the package directly from the command prompt....
https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/add-or-remove-packages-offline-using-dism?view=windows-11
DISM Capabilities Package Servicing Command-Line Options
...Use Deployment Image Servicing and Management (DISM.exe) to service Windows capabilities. Capabilities are a Windows package type allows you to request services like .NET or languages without specifying the version....
https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/dism-capabilities-package-servicing-command-line-options?view=windows-11
DISM Global Options for Command-Line Syntax | Microsoft Learn
...Specify an image file with the /Image: < path_to_an_image > option or use the /Online option to get help on the servicing command in the image, such as /Get-Packages. The options that are available for servicing an image depend on the servicing technology that is available in your image. Dism /image:C:\test\offline /? Dism /online /?...
https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/dism-global-options-for-command-line-syntax?view=windows-11
Anyway to find the package identity information for updates we are ...
...Hi, is there any way to find the "package identity" (dism /online /get-packages) information for the updates we are deploying before they are installed? As part of our new change process i need to produce a command that can uninstall patches incase there is an issue....
https://learn.microsoft.com/en-us/answers/questions/1402835/anyway-to-find-the-package-identity-information-fo
DISM Command-Line Options | Microsoft Learn
...You can also use DISM to install, uninstall, configure, and update the features and packages in offline Windows images and offline Windows Preinstallation Environment (WinPE) images....
https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/deployment-image-servicing-and-management--dism--command-line-options?view=windows-11