From 7415386a134b9ceaf6e10ceb339467fa28806f98 Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Tue, 26 May 2020 18:32:06 +0200 Subject: [PATCH] Update WMI filter --- Examples/Example-05-ListingWMIFiltersByName.ps1 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Examples/Example-05-ListingWMIFiltersByName.ps1 diff --git a/Examples/Example-05-ListingWMIFiltersByName.ps1 b/Examples/Example-05-ListingWMIFiltersByName.ps1 new file mode 100644 index 0000000..5332e1a --- /dev/null +++ b/Examples/Example-05-ListingWMIFiltersByName.ps1 @@ -0,0 +1,3 @@ +Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force + +Get-GPOZaurrWMI -Name 'Test - Dual Filter' | Format-Table -AutoSize * \ No newline at end of file