Configuring the Jenkins Global properties through powershell

I want to run automated selenium tests on different browsers and would like to pass the browser through as a parameter in my PowerShell script that triggers the tests to run.

The browser is currently determined by the value of my ‘Browser’ variable in the global properties in Jenkins.

Is there a way to assign the value from my PowerShell script to the ‘Browser’ global property value in Jenkins?