New
#1
PSWindowsUpdate Powershell Module Not Hiding Specified Updates
Just wondering if there's anybody out there familiar with the PSWindowsUpdate Module that can help me with my problem?
I simply trying to hide a few update, but no matter what I try the updates remain visible. Here a couple of screenshots describing my problem:
As you can see in the screenshots, I am trying to hide all updates with the word "Visio" in the title. It seems to be hiding a couple of the updates, but no all of them. When I type the following command,it still doesn't hide KB3101507. I've also tried doing the following,Code:Hide-WUUpdate -Title "Visio" -Confirm:$falseThis also fails. No errors of any sort are given.Code:Hide-WUUpdate -KBArticleID KB3101507
Any ideas?