mirror of
https://github.com/EvotecIT/GPOZaurr.git
synced 2026-08-11 03:06:54 +00:00
23 lines
888 B
Markdown
23 lines
888 B
Markdown
---
|
|
title: "GPOZaurr Examples"
|
|
description: "Curated examples for common Group Policy administration and cleanup workflows."
|
|
layout: docs
|
|
---
|
|
|
|
These GPOZaurr examples focus on practical Group Policy review and backup patterns rather than the full raw example set.
|
|
|
|
## Featured examples
|
|
|
|
<div class="ev-example-card-grid">
|
|
<a class="ev-example-card" href="./backup-disabled-or-empty-gpos/">
|
|
<span class="ev-example-card__eyebrow">Safe cleanup</span>
|
|
<h3>Back up disabled or empty GPOs</h3>
|
|
<p>Create a focused backup set before removing stale Group Policy Objects.</p>
|
|
</a>
|
|
<a class="ev-example-card" href="./find-group-policy-permission-issues/">
|
|
<span class="ev-example-card__eyebrow">Permission review</span>
|
|
<h3>Find Group Policy permission issues</h3>
|
|
<p>List permission problems that should be reviewed before remediation work starts.</p>
|
|
</a>
|
|
</div>
|