I'm trying to set the Logon script property with a Powershell script. Everything I've found only applies to the Administrative Templates folder, not the Windows Settings section.
I'd like to be able to add a value with parameters, similar to hitting the "add" button and adding the information manually, such as in the second screenshot.
The powershell command would write the information into those fields. This script would go out to many users, who would presumably find running a file to change this setting easier than navigating the Group Policy Editor themselves. There is no domain controller or other admin-centric software installed on the machines.

