I am new to powershell, I would like to update some of the local group policies using powershell. i am trying to import "policyfileeditor’ module and getting this error.
Any help will be highly appreciated.
PS C:> Import-Module -Name PolicyFileEditor
Import-Module : The specified module ‘PolicyFileEditor’ was not loaded because no valid module file was found in any
This is not a default PS module. Install-Module, should just hit the MS PowerShellGallery to get it, but some folks have had issues with doing it that way.
You have to download and install it to use it.
Try this… Run as admin (the noisy way to see all of what is going on)