Hi @Vinodh Kumar Sivaji ,
There is no universal method to configure a GPO using PowerShell. However, to configure the registry-based GPOs like "Turn off handwriting recognition error reporting", you can use New-GPO to create a new GPO and Set-GPRegistryValue to set the registry values of that.
https://learn.microsoft.com/en-us/powershell/module/grouppolicy/new-gpo
https://learn.microsoft.com/en-us/powershell/module/grouppolicy/set-gpregistryvalue
Best Regards,
Ian Xue
-----------------------------
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.