dlwyatt / PolicyFileEditor

PowerShell functions and DSC resource wrappers around the TJX.PolFileEditor.PolFile .NET class.
Apache License 2.0
189 stars 33 forks source link

Resource for Group Policy update #8

Closed rsganta closed 6 years ago

rsganta commented 6 years ago

Any resource that could help to update Group Policy on the computer ? I would like to run this cmdlet on each of VMs .

GPResult /R /SCOPE Computer

dlwyatt commented 6 years ago

This module is for reading and writing local GPO Administrative Template files. To run commands on a remote computer, you'd just ideally use Invoke-Command (PowerShell Remoting.)