BatchPatch Forums Home › Forums › BatchPatch Support Forum › Feature Request (WSUS Group)
- This topic has 6 replies, 2 voices, and was last updated 10 years, 9 months ago by doug.
-
AuthorPosts
-
October 18, 2013 at 4:20 pm #8615Travis RParticipant
Hey I wanted to request a feature or two 🙂
Getting WSUS Group membership info from the registry key SoftwarePoliciesMicrosoftWindowsWindowsUpdate(TargetGroup) would be useful to me. There are also other keys in there that could be useful although it could get to be complex to display.
Second, I use CMTrace as a log file viewer. I do this so that the windows update log isn’t static and I can watch it move as it’s doing things.. Really REALLY useful over closing and opening the log several times. Anyway, is it possible that you have an option somewhere to open the WindowsUpdate.log file with the ‘default’ log file viewer that would be in use on the system. (If you didn’t use a log file viewer I guess it’d just open with Notepad.)
You’ve made a really cool app. I absolutely hate how you can’t manipulate the Windows Update COM object remotely, and you have an interesting way of getting around that restriction.
My company purchased an enterprise license a while back, and every admin that sees your tool loves it. Keep up the good work!
October 18, 2013 at 6:21 pm #9588dougModeratorTravis – I’m really glad the app is working for you. We are considering hardcoding some reg query capabilities in a future release. However, in the meantime you can actually already get at this information quite easily with BatchPatch in a couple of different ways. Try “Remote Command 3[or 4] Logged Output” with REG QUERY (http://technet.microsoft.com/en-us/library/cc742028.aspx). Or you can also hardcode this into BatchPatch yourself into the “Get Information > Create/modify user-defined commands” section, or in the “Remote Process/Command > Create/modify user-defined commands” section. Once you decide which commands you want, add them and they will appear in the BatchPatch menu and stay there until/unless you decide to delete them at a later date. We added this functionality specifically to address the fact that all of our customers have different needs, and we are not able to hardcode everything into BP for everyone. This option enables everyone to completely customize BP for their own needs.
Use the following syntax examples to create your commands:
List all subkeys in a specified subkey:
REG QUERY “HKLMSoftwareMicrosoft”
List specific value in a specified subkey:
REG QUERY “HKLMSoftwareMicrosoft.NETFramework” /v InstallRoot
We will look into your other request about providing an option to use the default log file viewer. To be clear, is your CMTrace simply setup such that it’s associated with all *.log files ? So you doubleclick any .log file and it launches in CMTrace?
Thanks,
Doug
November 13, 2013 at 9:07 pm #9571Travis RParticipantSorry for the late reply Doug! And thanks for the information.. I’ve played a little with remote commands and will definitely have to look at it more.
As far as the other thing goes.. CMTrace is set up as the default log file viewer on my system. If you don’t set it that way of course it’ll open in notepad. 🙁
But I love the ability to watch log files scroll by instead of viewing/closing/opening/viewing/closing….
November 13, 2013 at 10:18 pm #9570dougModeratorTravis – the build that was published two days ago (11/11/2013) has an option in Tools > Settings to use the system default log viewer instead of the built-in BatchPatch viewer. Hopefully that should do the trick for you. If not, let me know.
Thanks,
Doug
November 14, 2013 at 4:14 pm #9569Travis RParticipantIt works beautifully! Thank you so much!
And I built the remote command. It works great too. I used: reg query “hklmSoftwarePoliciesMicrosoftWindowsWindowsUpdate” /v “targetgroup” to find the WSUS group membership.
Knowing that I can basically program this thing to grab registry keys as I need is good enough for me!
Again thanks so much for your responsiveness, and I really like your program.
November 14, 2013 at 5:33 pm #9568dougModeratorThanks for confirming, Travis. I’m really glad it’s working well for you.
Take care,
Doug
February 15, 2014 at 5:07 am #9677dougModeratorThere is now direct support for retrieving registry keys under Actions > Get Information > Get registry key/value
-
AuthorPosts
- You must be logged in to reply to this topic.