This commit is contained in:
Przemyslaw Klys
2020-07-16 23:11:11 +02:00
parent 5d3370d546
commit 047576ff70
3 changed files with 4 additions and 20 deletions
+1 -1
View File
@@ -181,7 +181,7 @@
# if (-not $TranslatedOutput[$Category][$Settings]) {
# $TranslatedOutput[$Category][$Settings] = [ordered] @{}
# }
$TranslatedOutput[$Report] = Invoke-GPOTranslationOld -InputData $Output -Category $Category -Settings $Settings -Report $Report
$TranslatedOutput[$Report] = Invoke-GPOTranslation -InputData $Output -Category $Category -Settings $Settings -Report $Report
#}
}
if ($OutputType -contains 'Object') {