is update approved for specific group via powershell?
hello, i have script auto approves updates based on release date specific groups. script checks see if update has been approved (e.g. isapproved) , either skips if it's been approved or approves specific group (e.g. $update.approve("install",$wsus_group)). problem i'm running if approve update1 groupa, later check update1's isapproved see whether or not need approve groupb, update1's isapproved $true , therefor script skips approving groupb. i've checked update's object , don't see multi-valued var groups been approved for. i've started poke around other microsoft.updateservices.administration namespaces don't see 1 has info i'm looking for. so, how can view updates have been approved groupa vs groupb? thanks! hi joey, if want approve updates multiple groups, , want check if updates have been approved groups, please check script below: can examine 1 computergroup , find updates not approved 1 or multiple o...