PolicyFileEditor icon indicating copy to clipboard operation
PolicyFileEditor copied to clipboard

PowerShell functions and DSC resource wrappers around the TJX.PolFileEditor.PolFile .NET class.

Results 9 PolicyFileEditor issues
Sort by recently updated
recently updated
newest added

I have a full copy of TechnetGallery so I was able to find sources for your DLL. As requested in: https://github.com/dlwyatt/PolicyFileEditor/issues/18

I have just started using the PolicyFileEditor module for my DSC work and it does exactly what I need. One feature that I would like to see is the ability...

Hi Dave, I'm running into an issue when using PolicyFileEditor with DSC: For eg, the script below works fine, sets the Group Policy as expected: $UserDir = "$env:windir\system32\GroupPolicy\Machine\Registry.pol" $RegPath =...

Hi Trying to adjust some local gp settings, script works just fine when executed directly on a machine, but not with intune. The script is executed successfully, but nothing happends...

Hello, Thanks for your wonderful module!! I have noticed a problem when attempting to enable the USB RemoteFX USB Redirection feature when using your policy. What I have found is...

Hi, I have 100s of computers for which I need to read some setting from local group policy. Can this script be used on remote computers?

Hi, thanks for the module. It's very good. The help text from about_RegistryValuesForAdminTemplates.Help.txt was very helpful. I found that when I set a local policy group option, the machine didn't...

I can see from the source code that comment-based help should exist for, at least, Set-PolicyFileEntry, but after installing the module (v3.0.1) from PSGallery on a Win10 1709 machine, doing...

Is it possible to provide some documentation and examples? I want to use the DSC Resource , but is not that easy to understand how to use it (even after...