We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I would like to Get and Approve updates which are already approved on some groups but not on the TargetGroup.
First Idea: Get-PSWSUSUpdate -ApprovedState NotApproved -ComputerTargetGroups [TargetGroup]
I get zero updates out of this Request
Second Idea: Get-PSWSUSUpdate -UpdateApprovalAction NotApproved -ComputerTargetGroups [TargetGroup]
The NotApproved is not supported by UpdateApprovalAction
Is this a missing feature or i am requesting this the false way?
The text was updated successfully, but these errors were encountered:
Behind "ComputerTargetGroups" it will run "ApprovedComputerTargetGroups", so it will never show unapproved Updates!
Source: https://docs.microsoft.com/en-us/previous-versions/windows/desktop/aa354556(v%3Dvs.85) https://docs.microsoft.com/en-us/previous-versions/windows/desktop/aa353750%28v%3dvs.85%29
Sorry, something went wrong.
No branches or pull requests
I would like to Get and Approve updates which are already approved on some groups but not on the TargetGroup.
First Idea:
Get-PSWSUSUpdate -ApprovedState NotApproved -ComputerTargetGroups [TargetGroup]
Second Idea:
Get-PSWSUSUpdate -UpdateApprovalAction NotApproved -ComputerTargetGroups [TargetGroup]
Is this a missing feature or i am requesting this the false way?
The text was updated successfully, but these errors were encountered: