Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement Request - Connect to Remote Machines #29

Open
spanningtrees42 opened this issue Sep 10, 2023 · 4 comments
Open

Enhancement Request - Connect to Remote Machines #29

spanningtrees42 opened this issue Sep 10, 2023 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@spanningtrees42
Copy link

Brief summary of your request

Add Load From option?

Request details

Are there plans to add a Load From option? This would be very useful to run on remote machines.

Anything else?

No response

@spanningtrees42 spanningtrees42 added enhancement New feature or request needs triage Issue needs to be triaged labels Sep 10, 2023
@Timthreetwelve Timthreetwelve removed the needs triage Issue needs to be triaged label Sep 10, 2023
@Timthreetwelve
Copy link
Owner

@spanningtrees42, I would love it If I could make this happen, I can see how it would be extremely useful. I've investigated this previously, and I don't see a straightforward way to fulfill your request.

WUView uses the Windows Update Agent API (WUApiLib.dll) to get the list of updates. From what I can tell, there isn't a way to point it to a specific file, drive, or machine. It just gets the updates from the machine that it's on.

If a way to connect to another machine presents itself, I will definitely see if I can incorporate it into WUView.

Thanks,
Tim

@Timthreetwelve Timthreetwelve pinned this issue Sep 10, 2023
@Timthreetwelve Timthreetwelve changed the title Enhancement Request Enhancement Request - Connect to Remote Machines Sep 10, 2023
@spanningtrees42
Copy link
Author

@spanningtrees42, I would love it If I could make this happen, I can see how it would be extremely useful. I've investigated this previously, and I don't see a straightforward way to fulfill your request.

WUView uses the Windows Update Agent API (WUApiLib.dll) to get the list of updates. From what I can tell, there isn't a way to point it to a specific file, drive, or machine. It just gets the updates from the machine that it's on.

If a way to connect to another machine presents itself, I will definitely see if I can incorporate it into WUView.

Thanks, Tim

There is similar product from Nirsoft, WinUpdatesView, I don't know how different the app arch is from yours but you may can see how it functions. It has the following options to retrieve updates:

Specifies the type of data source to load:
1 - Local computer, with API
2 - Local computer, Read database file directly.
3 - Load from external database file.
4 - Load from remote computer.

I really like your app, looks great and runs nicely!

@Timthreetwelve
Copy link
Owner

@spanningtrees42, thanks for pointing out the Nirsoft app. It's a great app, I've used it to check the accuracy of WUView. It appears to read the Windows Update database for options 2-4. I'll do more research to see if there is another API that will facilitate reading the database. In the meantime, I'm concentrating my efforts on making WUView multilingual.

Thanks,
Tim

@JPOMunster
Copy link

Hi Tim. I came across your app which i like very much. Just to support @spanningtrees42, having the ability to query multiple remote Virtual or Physical machines, possibly using AD? and report to a useable format would be very helpful.
Kind Regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants