This commit is contained in:
Przemysław Kłys
2020-04-09 20:15:35 +02:00
parent 7394c7b5cc
commit cfdd544491
2 changed files with 1 additions and 7 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
[cmdletBinding()]
param(
[XML] $XMLContent,
$GPO
[Microsoft.GroupPolicy.Gpo] $GPO
)
if ($XMLContent.GPO.LinksTo) {
$Linked = $true
-6
View File
@@ -1,6 +0,0 @@
function Invoke-GPOZaurr {
[cmdletBinding()]
param(
)
}