From b6c145ba49e8bf7991bde7850dce7d3bc30db24a Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Thu, 26 Nov 2020 18:52:25 +0100 Subject: [PATCH] Update --- Public/Invoke-GPOZaurrSupport.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Public/Invoke-GPOZaurrSupport.ps1 b/Public/Invoke-GPOZaurrSupport.ps1 index 7416b31..13e5da5 100644 --- a/Public/Invoke-GPOZaurrSupport.ps1 +++ b/Public/Invoke-GPOZaurrSupport.ps1 @@ -117,7 +117,8 @@ $PolicyContent.Rsop } else { $Output = [ordered] @{ - ResultantSetPolicy = $ResultantSetPolicy + ComputerInformation = Get-Computer -ComputerName $ComputerName + ResultantSetPolicy = $ResultantSetPolicy } if ($PolicyContent.Rsop.ComputerResults) { $Output.ComputerResults = ConvertFrom-XMLRSOP -Content $PolicyContent.Rsop -ResultantSetPolicy $ResultantSetPolicy -ResultsType 'ComputerResults' -Splitter $Splitter