Windows Vista Forums

powershell script to find entries in Regedit of GPO
  1. #1


    vegesna Guest

    powershell script to find entries in Regedit of GPO

    I created a Group Policy Object (GPO) and linked the GPO through powershell
    script.
    It created a entry in HKLM\.....\Group Policy in regedit (system registry)
    and created it child entries (Like DisplayName,DSPath,GPOLink,GPOName..).



    How do I find the GPO is created in the registry and check for child entries
    through powershell script.



      My System SpecsSystem Spec

  2. #2


    RickB Guest

    Re: powershell script to find entries in Regedit of GPO

    On Oct 30, 8:41*pm, vegesna <vege...@xxxxxx> wrote:

    > I created a Group Policy Object (GPO) and linked the GPO through powershell
    > script.
    > It created a entry in HKLM\.....\Group Policy in regedit (system registry)
    > and created it child entries (Like DisplayName,DSPath,GPOLink,GPOName..).
    >
    > How do I find the GPO is created in the registry and check for child entries
    > through powershell script.
    I don't know of any search capabilities but the registry is easily
    accessible via the HKLM and HKCU providers.
    For example:

    DIR HKLM:\software

      My System SpecsSystem Spec

powershell script to find entries in Regedit of GPO problems?

Similar Threads
Thread Thread Starter Forum Replies Last Post
Using regedit in Powershell codeDemo PowerShell 1 03 Feb 2009
Can not display a Windows PowerShell event log with 0 entries Karl Snooks PowerShell 0 08 Dec 2008
Registry entries for 'CLASSES_ROOT,MACHINE' through powershell scr vegesna PowerShell 0 29 Oct 2008
Vista Search does not find start menu entries Franz Vista General 10 13 Oct 2008
when run powershell script as windows service ,powershell fail powershell fail on winodws 2008 PowerShell 6 15 Jan 2008