From 2df56e72b5f09a3ebc8b1a89775f4b92eb2f6a80 Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Tue, 10 Nov 2020 09:31:38 +0100 Subject: [PATCH] Update --- Examples/Example-04-GPOInformation02.ps1 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Examples/Example-04-GPOInformation02.ps1 diff --git a/Examples/Example-04-GPOInformation02.ps1 b/Examples/Example-04-GPOInformation02.ps1 new file mode 100644 index 0000000..6cf4421 --- /dev/null +++ b/Examples/Example-04-GPOInformation02.ps1 @@ -0,0 +1,4 @@ +Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force + +$GPOS = Get-GPOZaurr -GPOName 'TEST | Office Configuration' +$GPOS | Format-Table -AutoSize * \ No newline at end of file