From 553de6dc2b04c347a2b3402d5a88f450e69caff9 Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Sat, 14 Nov 2020 13:35:04 +0100 Subject: [PATCH] Update help --- Public/Get-GPOZaurrPassword.ps1 | 8 ++++---- Public/Set-GPOZaurrOwner.ps1 | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Public/Get-GPOZaurrPassword.ps1 b/Public/Get-GPOZaurrPassword.ps1 index c592d34..95cad35 100644 --- a/Public/Get-GPOZaurrPassword.ps1 +++ b/Public/Get-GPOZaurrPassword.ps1 @@ -7,16 +7,16 @@ Tries to find CPassword in Group Policies or given path and translate it to readable value .PARAMETER Forest - Specify forest name. By default current forest is used + Target different Forest, by default current forest is used .PARAMETER ExcludeDomains - Exclude Domain or Domains + Exclude domain from search, by default whole forest is scanned .PARAMETER IncludeDomains - Include only certain Domain or Domains + Include only specific domains, by default whole forest is scanned .PARAMETER ExtendedForestInformation - Ability to provide extended forest information in advanced scenarios + Ability to provide Forest Information from another command to speed up processing .PARAMETER GPOPath Path where Group Policy content is located or where backup is located diff --git a/Public/Set-GPOZaurrOwner.ps1 b/Public/Set-GPOZaurrOwner.ps1 index 3df7b41..c6bab07 100644 --- a/Public/Set-GPOZaurrOwner.ps1 +++ b/Public/Set-GPOZaurrOwner.ps1 @@ -18,7 +18,7 @@ GUID of GPO. By default all GPOs are targetted .PARAMETER Forest - Target different Forest + Target different Forest, by default current forest is used .PARAMETER ExcludeDomains Exclude domain from search, by default whole forest is scanned