From bc55cd09c52e52ac7c07ec2480828d02513d369b Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Fri, 6 Nov 2020 13:30:05 +0100 Subject: [PATCH] Update --- Examples/Example-40-ShowGPO.ps1 | 19 ------------------- Examples/Example-40-ShowGPO01.ps1 | 3 +++ Examples/Example-40-ShowGPO02.ps1 | 3 +++ Examples/Example-40-ShowGPO1.ps1 | 1 - 4 files changed, 6 insertions(+), 20 deletions(-) delete mode 100644 Examples/Example-40-ShowGPO.ps1 create mode 100644 Examples/Example-40-ShowGPO01.ps1 create mode 100644 Examples/Example-40-ShowGPO02.ps1 delete mode 100644 Examples/Example-40-ShowGPO1.ps1 diff --git a/Examples/Example-40-ShowGPO.ps1 b/Examples/Example-40-ShowGPO.ps1 deleted file mode 100644 index 8b91050..0000000 --- a/Examples/Example-40-ShowGPO.ps1 +++ /dev/null @@ -1,19 +0,0 @@ -#Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force - -Invoke-GPOZaurr -FilePath $PSScriptRoot\Reports\GPOZaurr.html -Verbose -Type NetLogon, GPOOrphans, GPOList, GPOConsistency - -# Working conditions -#Invoke-GPOZaurr -FilePath $PSScriptRoot\Reports\GPOZaurrOrphans.html -Verbose -Type GPOOrphans -#Invoke-GPOZaurr -FilePath $PSScriptRoot\Reports\GPOZaurrEmptyUnlinked.html -Verbose -Type GPOList -#Invoke-GPOZaurr -FilePath $PSScriptRoot\Reports\GPOZaurrEmptyUnlinked.html -Verbose -Type GPOConsistency -#Invoke-GPOZaurr -FilePath $PSScriptRoot\Reports\GPOZaurr.html -Verbose -Type NetLogon - -#Invoke-GPOZaurr -FilePath $PSScriptRoot\Reports\GPOZaurr.html -Verbose -Type GPOOwners - -#Invoke-GPOZaurr -FilePath $PSScriptRoot\Reports\GPOZaurr.html -Verbose -Type GPOPermissionsRoot - -#Invoke-GPOZaurr -FilePath $PSScriptRoot\Reports\GPOZaurr.html -Verbose -Type GPOOrphans, GPOConsistency, GPOList, GPOPermissionsRoot, NetLogon, GPOFiles -#Invoke-GPOZaurr -FilePath $PSScriptRoot\Reports\GPOZaurr.html -Verbose -Type GPOConsistency -#Invoke-GPOZaurr -FilePath $PSScriptRoot\Reports\GPOZaurr.html -Verbose -Type GPOOrphans, GPOConsistency -#Invoke-GPOZaurr -FilePath $PSScriptRoot\Reports\GPOZaurr.html -Verbose -Type GPOList -#Optimize-HTML -File 'C:\Support\GitHub\GpoZaurr\Examples\Reports\GPOZaurr.html' -OutputFile 'C:\Support\GitHub\GpoZaurr\Examples\Reports\GPOZaurr-Minified.html' \ No newline at end of file diff --git a/Examples/Example-40-ShowGPO01.ps1 b/Examples/Example-40-ShowGPO01.ps1 new file mode 100644 index 0000000..0848b61 --- /dev/null +++ b/Examples/Example-40-ShowGPO01.ps1 @@ -0,0 +1,3 @@ +Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force + +Invoke-GPOZaurr -FilePath $PSScriptRoot\Reports\GPOZaurr.html \ No newline at end of file diff --git a/Examples/Example-40-ShowGPO02.ps1 b/Examples/Example-40-ShowGPO02.ps1 new file mode 100644 index 0000000..7c9a6a8 --- /dev/null +++ b/Examples/Example-40-ShowGPO02.ps1 @@ -0,0 +1,3 @@ +Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force + +Invoke-GPOZaurr -FilePath $PSScriptRoot\Reports\GPOZaurr.html -Verbose -Type NetLogonPermissions, GPOOrphans, GPOList, GPOConsistency,GPOOwners \ No newline at end of file diff --git a/Examples/Example-40-ShowGPO1.ps1 b/Examples/Example-40-ShowGPO1.ps1 deleted file mode 100644 index 7a9d887..0000000 --- a/Examples/Example-40-ShowGPO1.ps1 +++ /dev/null @@ -1 +0,0 @@ -Invoke-GPOZaurr -FilePath $PSScriptRoot\Reports\GPOZaurr.html -Verbose -Type NetLogon, GPOOrphans, GPOList, GPOConsistency,GPOOwners \ No newline at end of file