From de28c53842d8d2dd302393e830bda482ceda497c Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Sun, 11 Sep 2022 22:32:57 +0200 Subject: [PATCH] Example on new function --- Examples/Example-53-ExportGPOContent.ps1 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Examples/Example-53-ExportGPOContent.ps1 diff --git a/Examples/Example-53-ExportGPOContent.ps1 b/Examples/Example-53-ExportGPOContent.ps1 new file mode 100644 index 0000000..a8b32f9 --- /dev/null +++ b/Examples/Example-53-ExportGPOContent.ps1 @@ -0,0 +1,3 @@ +Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force + +Export-GPOZaurrContent -FolderOutput $PSScriptRoot\ExportedXML -ReportType XML \ No newline at end of file