Skip to content

Instantly share code, notes, and snippets.

@alexverboon
Created December 4, 2019 19:43
Show Gist options
  • Save alexverboon/1ed75f1123dbf5001e366f127bdcb6b7 to your computer and use it in GitHub Desktop.
Save alexverboon/1ed75f1123dbf5001e366f127bdcb6b7 to your computer and use it in GitHub Desktop.
GPOCentralStoreContent
$GPStoreLocation = "\\contoso.com\sysvol\contoso.com\Policies\PolicyDefinitions"
Get-item -Path "$GPStoreLocation\*.*" | Sort-Object Name | Select-Object Name | Out-GridView
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment