diff --git a/Examples/Example-23-Links.ps1 b/Examples/Example-23-Links.ps1 index 3762f53..95291da 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 | Format-Table $Report.MultipleLinks | Format-Table * $Report.OneLink | Format-Table * $Report.LinksSummary | Format-Table * \ No newline at end of file