Jump to content


rob343

Build Release notes

Recommended Posts

Hi Apologies if this is the wrong place for this question,

I have seen/used the great PowerShell scripts for documenting my SCCM setup. but I was wondering is there anything out there similar for generating a Image build release note. i.e. all the apps installed, O/S etc etc, ideally in a nice presentable format.

Thanks Rob

 

Share this post


Link to post
Share on other sites

This is how we do it.

Export a list of drivers - %windir%\system32\dxdiag.exe /t c:\filename.txt

Export App list.

PowerShell.exe -NoProfile  "gp HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\* |Select DisplayName, DisplayVersion, Publisher, InstallDate, Helplink, UninstallString > c:\filename.txt"

PowerShell.exe -NoProfile  "gp HKLM:\Software\wow6432node\Microsoft\Windows\CurrentVersion\Uninstall\* |Select DisplayName, DisplayVersion, Publisher, InstallDate, Helplink, UninstallString > c:\filename.txt"

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.