bryandam / SoftwareUpdateScripts

A collection of scripts related to Software Updates
GNU General Public License v3.0
45 stars 11 forks source link

Decline-Windows10Versions plugin #40

Open vbateman opened 2 years ago

vbateman commented 2 years ago

The current plugin will not take $UnsupportedVersions unless they are numbers. (1903,1909,2004), if I try to add (1903,1909,20H2) it does not see 20H2 and never declines it.

Bryan had mentioned on one of our chats on his blog its Regex not parsing the character in "20H2"

Can this be looked at.

Thanks Vern

GMichu commented 11 months ago

Fixed in #38 @bryandam