Run the following to install the Group Policy Management Console feature:
Install-WindowsFeature –Name GPMCRun the following on older server OS running earlier versions of PowerShell:
Import-Module ServerManager
Add-WindowsFeature –Name GPMCReference:Install-WindowsFeature : https://docs.microsoft.com/en-us/powershell/module/servermanager/install-windowsfeature?view=windowsserver2022-psImport-Module : https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/import-module?view=powershell-7.2
