About 451,000 results
Open links in new tab
  1. Get-GPO (GroupPolicy) | Microsoft Learn

    The Get-GPO cmdlet gets one Group Policy Object (GPO) or all the GPOs in a domain. You can specify a GPO by its display name or by its globally unique identifier (GUID) to get a single …

  2. SOLVED: PowerShell Script To Search All GPO’s For a Setting

    Nov 4, 2024 · One critical feature that’s been missing since day one, is the ability to search through a Group Policies to find the settings you’re looking for. Today we had a client ask us to …

  3. DeployHappiness | Searching GPOs for that Specific Setting

    Mar 10, 2014 · Method 2: Searching Group Policy with PowerShell. Back in 2009, Microsoft’s Group Policy team posted a PowerShell script that lets you find specific group policy settings. …

  4. Searching a GPO for a specific setting with Powershell

    Mar 7, 2018 · Searching a GPO for a specific setting with Powershell is a pretty simple task to perform and it’s really handy when you need to go through a ton of policies or domains in the …

  5. Configuring Group Policies using Windows PowerShell

    Aug 25, 2017 · Simply run Get-Command on one of your Domain Controllers to get them all. Get-Command -Module GroupPolicy. Create a GPO. First, we create a simple Group Policy Object …

  6. Mastering PowerShell GPO for Quick Configurations

    PowerShell GPO (Group Policy Object) allows administrators to manage and automate the configuration of user and computer settings in Active Directory environments through scripts …

  7. search all GPOs to look specifically at the Security Filtering setting ...

    Nov 9, 2023 · my ultimate goal is to have the PowerShell script pump out the names of the GPOs that do not have the apply permissions set anywhere in the Delegations tab. I currently have it …

  8. Administering Group Policy with PowerShell - 4sysops

    Oct 22, 2018 · In this article I want to look at ways you can manage Group Policy with PowerShell and the Group Policy Module and CIM/WMI.

  9. PowerTip: Use PowerShell to Get a Listing of All GPOs in a Domain

    Feb 7, 2013 · Summary: Use a Windows PowerShell cmdlet from the RSAT tools to display all GPOs defined in a domain. How can I get a listing of all the GPOs defined in my domain? Use …

  10. Group Policy Objects with specific keywords using PowerShell

    Oct 28, 2022 · The script for finding GPOs with specific keywords involves using two different commands: Get-GPO and Get-GPOReport. The Get-GPO command retrieves all the GPOs …