Read local group policy using PowerShell commands

Bala Shankar Yarramsetti 1 Reputation point
2022-09-30T10:51:08.713+00:00

I am unable to get Gpresult of local group policy using powershell I need help on this to get local the local gpo's on windows sever 2022

Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,604 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 44,566 Reputation points
    2022-09-30T15:37:57.543+00:00

    Hi BalaShankarYarramsetti-8895,

    You can use the GPResult command in the command prompt with /scope: computer option to display the applied group policy settings on the computer. Use this command on the server:

    gpresult /r /scope:computer

    I hope this answers your question.

    ---------------------------------------------------------------------------------------------------------------------------------------------

    --If the reply is helpful, please Upvote and Accept as answer--

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.