diff --git a/Public/Invoke-GPOZaurrContent.ps1 b/Public/Invoke-GPOZaurrContent.ps1 index 5613841..81d7d04 100644 --- a/Public/Invoke-GPOZaurrContent.ps1 +++ b/Public/Invoke-GPOZaurrContent.ps1 @@ -212,7 +212,9 @@ $DisplayProperties = @( $FirstProperties foreach ($Property in $Properties) { - $Property + if ($Property -notin $FirstProperties -and $Property -notin $EndProperties) { + $Property + } } $EndProperties )