mirror of
https://github.com/EvotecIT/GPOZaurr.git
synced 2026-08-05 16:39:28 +00:00
22 lines
407 B
Markdown
22 lines
407 B
Markdown
---
|
|
title: "GPOZaurr Install"
|
|
description: "Installation options for GPOZaurr."
|
|
---
|
|
|
|
## PowerShell Gallery
|
|
|
|
```powershell
|
|
Install-Module GPOZaurr -Scope CurrentUser
|
|
```
|
|
|
|
## Source checkout
|
|
|
|
```bash
|
|
git clone https://github.com/EvotecIT/GPOZaurr.git
|
|
```
|
|
|
|
## Next steps
|
|
|
|
- Browse API: [/projects/gpozaurr/api/](/projects/gpozaurr/api/)
|
|
- Return to project overview: [/projects/gpozaurr/](/projects/gpozaurr/)
|