משיב מוביל
How to list all updates/patches applied to a wim

-
Hi,
Just wondering how I can find out all the updates/patches that have been applied to a wim image in SCCM 2007. I know there is a feature in 2012 but not sure how to do it in 2007. Would I have to use some DISM commands?
I don't want to inject or remove anything, just list the updates that have been applied.
Cheers.
שאלה
תשובות
-
This can be done using DISM to list the installed updates of a wim image. just mount your WIM (or copy of it), then run:
DISM /image:path-to-mount-directory /get-packages >installed_updates.txt- סומן כתשובה על-ידי andrewjohnporter יום שני 21 אוקטובר 2013 08:39
כל התגובות
-
This can be done using DISM to list the installed updates of a wim image. just mount your WIM (or copy of it), then run:
DISM /image:path-to-mount-directory /get-packages >installed_updates.txt- סומן כתשובה על-ידי andrewjohnporter יום שני 21 אוקטובר 2013 08:39
-
Applied how?
I don't think there is a way to do this unless you used DISM to add the packages/updates. Even then, it will only show you updates you added using DISM, it won't show you updates you manually installed to the reference system.
Jason | http://blog.configmgrftw.com
-
-
Unless you are adding updates using the scheduled updates feature in ConfigMgr, ConfigMgr doesn't know about any updates injected into an image. If you have used the scheduled updates feature, then simply selecting the image and switching to the updates tab will show you what is installed.
Jason | https://home.configmgrftw.com | @jasonsandys