Combine the enumerate and codepage PRs#159
Open
AndrewDodd42 wants to merge 9 commits intocloudsoft:masterfrom
Open
Combine the enumerate and codepage PRs#159AndrewDodd42 wants to merge 9 commits intocloudsoft:masterfrom
AndrewDodd42 wants to merge 9 commits intocloudsoft:masterfrom
Conversation
Basically, this adds these: * generated service/client `WinRm` adapter gets support for the enumerate a resourceUri using a filter, and its corresponding enumration-pull operation * the high-level client `WinRmClient` gets support for the aggregated operation enumerateAndPull for fetching all elements using a reosurceUri and a filter * as an easy-to-use operation, the client also gets support for `runWql(namespace, query)` which allows executing a wmi query and fetching the results (using the `enumerateAndPull`) Ref https://www.w3.org/Submission/WS-Enumeration/ Ref https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-wsmv/10cfb548-845b-4979-aae3-3f39d7080e17 Ref https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-wsmv/b79bcdd9-125c-49e0-8a4f-bac4ce878592 Ref https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-wsmv/dfe7084a-dea6-4f7f-b35c-cc7d1ad8060d Ref https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-wsmv/939e283a-5518-4e43-9d9f-4f0b1a199815 Ref https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-wsmv/0fddd40a-b5c4-4a63-a0bf-3ff9966e9e3e Ref https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-wsmv/8923a1bb-ea8b-49cb-8495-5f2612e7a0f9
executeCommand() method as well.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR combines the WQL enumeration and codepage changes. The only additional change should be setting the codepage in the buildClient() method.