From a0e990bf2a88d5ace3c8d6f9537ded935e07dd35 Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Thu, 30 Jul 2020 11:28:56 +0200 Subject: [PATCH] Update to example --- Examples/Example-04-GPOinformation.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/Example-04-GPOinformation.ps1 b/Examples/Example-04-GPOinformation.ps1 index db25f6c..e6a83a2 100644 --- a/Examples/Example-04-GPOinformation.ps1 +++ b/Examples/Example-04-GPOinformation.ps1 @@ -1,7 +1,7 @@ Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force $GPOS = Get-GPOZaurr -$GPOS | Format-Table -AutoSize +$GPOS | Format-Table -AutoSize * $GPOS[0] | Format-List