From 646c22bdab235b48bd0fa9c475ec83eae3fdcf3a Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Mon, 28 Dec 2020 10:31:35 +0100 Subject: [PATCH] Update example --- Examples/Example-23-Links.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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