Skip to content

Commit

Permalink
modified: EasyPIM/functions/Show-PIMReport.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
kayasax committed May 6, 2024
1 parent c161425 commit b20161d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EasyPIM/functions/Show-PIMReport.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#>
function Show-PIMReport {
[CmdletBinding(DefaultParameterSetName = 'Default')]
[OutputType([PSCustomObject])]
[OutputType([System.Object[]])]
param (
[Parameter(Position = 0, Mandatory = $true)]
[System.String]
Expand Down

0 comments on commit b20161d

Please sign in to comment.