I am trying to enable group policy settings, but not able to figure out how to do it. tried : 1) get-command grouppolicy, but throws error. 2) not able to import GPO.
Can we do this using pure powershell script.
Thanks in advance.
I am trying to enable group policy settings, but not able to figure out how to do it. tried : 1) get-command grouppolicy, but throws error. 2) not able to import GPO.
Can we do this using pure powershell script.
Thanks in advance.
You will need to install RSAT (Remoter Server Administration Tools) in order to have access to the Group Policy cmdlets.
You can find more information about the cmdlets here:
https://learn.microsoft.com/en-us/powershell/module/grouppolicy/?view=win10-ps
RSAT can be acquired here:
https://www.microsoft.com/en-us/download/details.aspx?id=45520