This commit is contained in:
Przemyslaw Klys
2020-08-11 16:56:43 +02:00
parent d2f02e46e0
commit a41fb8473b
+1 -1
View File
@@ -20,7 +20,7 @@
DomainName = $Content.$ResultsType.Domain
OrganizationalUnit = $Content.$ResultsType.SOM
Site = $Content.$ResultsType.Site
GPOTypes = $Content.$ResultsType.ExtensionData.Name -join $Splitter
GPOTypes = $Content.$ResultsType.ExtensionData.Name.'#text' -join $Splitter
SlowLink = if ($Content.$ResultsType.SlowLink -eq 'true') { $true } else { $false };
}