Hi, NerySecurity:
Well, keep in mind using PowerShell, you'll only be able for editing registry-based GPOs; that's it: not exactly the same.. but better than nothing:
Example:
Set-GPRegistryValue -Name "TestGPO" -key "HKCU\Software\Policies\Microsoft\Windows\Control Panel\Desktop" -ValueName ScreenSaveTimeOut -Type DWORD -value 900
More info:
· Group Policy Cmdlets in Windows PowerShell: https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/ee461027(v=technet.10)
Desiderio Ondo || Engineer