mirror of
https://github.com/EvotecIT/GPOZaurr.git
synced 2026-08-25 17:57:59 +00:00
6 lines
71 B
PowerShell
6 lines
71 B
PowerShell
function Invoke-GPOZaurr {
|
|
[cmdletBinding()]
|
|
param(
|
|
|
|
)
|
|
} |