mirror of
https://github.com/EvotecIT/GPOZaurr.git
synced 2026-08-31 20:58:04 +00:00
Update
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
[cmdletBinding()]
|
[cmdletBinding()]
|
||||||
param(
|
param(
|
||||||
[XML] $XMLContent,
|
[XML] $XMLContent,
|
||||||
$GPO
|
[Microsoft.GroupPolicy.Gpo] $GPO
|
||||||
)
|
)
|
||||||
if ($XMLContent.GPO.LinksTo) {
|
if ($XMLContent.GPO.LinksTo) {
|
||||||
$Linked = $true
|
$Linked = $true
|
||||||
|
|||||||
@@ -1,6 +0,0 @@
|
|||||||
function Invoke-GPOZaurr {
|
|
||||||
[cmdletBinding()]
|
|
||||||
param(
|
|
||||||
|
|
||||||
)
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user