diff --git a/Examples/Example-23-Links.ps1 b/Examples/Example-23-Links.ps1 index 95291da..a32c156 100644 --- a/Examples/Example-23-Links.ps1 +++ b/Examples/Example-23-Links.ps1 @@ -8,7 +8,7 @@ Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force #Get-GPOZaurrLinkSummary -Report 'LinksSummary' -UnlimitedProperties | Format-Table * $Report = Get-GPOZaurrLinkSummary #-UnlimitedProperties -$Report | Format-Table -$Report.MultipleLinks | Format-Table * +#$Report | Format-Table +#$Report.MultipleLinks | Format-Table * $Report.OneLink | Format-Table * -$Report.LinksSummary | Format-Table * \ No newline at end of file +#$Report.LinksSummary | Format-Table * \ No newline at end of file diff --git a/Examples/Example-29-FindGPO4.ps1 b/Examples/Example-29-FindGPO4.ps1 index 3b229b3..73a9f15 100644 --- a/Examples/Example-29-FindGPO4.ps1 +++ b/Examples/Example-29-FindGPO4.ps1 @@ -1,4 +1,4 @@ Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force -$Output = Invoke-GPOZaurrContent -Verbose -OutputType HTML, Object -Open -Type LocalGroups +$Output = Invoke-GPOZaurrContent -Verbose -OutputType HTML, Object -Open -GPOPath "C:\Support\GitHub\GpoZaurr\Ignore\NewExamples" ##-Type LocalGroups $Output | Format-Table \ No newline at end of file diff --git a/Examples/Example-39-SharePermissions.ps1 b/Examples/Example-39-SharePermissions.ps1 index d459e4b..1b04e6d 100644 --- a/Examples/Example-39-SharePermissions.ps1 +++ b/Examples/Example-39-SharePermissions.ps1 @@ -1,4 +1,4 @@ Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force -$FilesAll = Get-GPOZaurrNetLogon -SkipOwner -IncludeDomains 'ad.evotec.pl' #-OwnerOnly +$FilesAll = Get-GPOZaurrNetLogon -IncludeDomains 'ad.evotec.xyz' -Verbose -OwnerOnly $FilesAll | Format-Table -a * \ No newline at end of file diff --git a/Examples/Example-40-ShowGPO01.ps1 b/Examples/Example-40-ShowGPO01.ps1 index 05fc313..173b4e1 100644 --- a/Examples/Example-40-ShowGPO01.ps1 +++ b/Examples/Example-40-ShowGPO01.ps1 @@ -1,4 +1,4 @@ Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force #$Output = Invoke-GPOZaurr -FilePath $PSScriptRoot\Reports\GPOZaurr.html -PassThru -Type GPOConsistency, GPOList, GPODuplicates, GPOBroken, GPOOwners, NetLogonOwners, GPOPermissionsRead, GPOPermissionsAdministrative,GPOPermissionsUnknown -Invoke-GPOZaurr #-FilePath $PSScriptRoot\Reports\GPOZaurr.html -Type GPOList \ No newline at end of file +Invoke-GPOZaurr -FilePath $PSScriptRoot\Reports\GPOZaurr.html #-Type GPOList -Online \ No newline at end of file