exchange12rocks / PSGPPreferences

A way to manage Group Policy Preferences through PowerShell
MIT License
36 stars 2 forks source link

Fix case insensitivity #41

Closed Borgquite closed 1 year ago

Borgquite commented 2 years ago

[A-f] matches capital G-Z which is incorrect. Instead adding (?i) to enable case insensitivity with [A-F]