Skip to content

Commit

Permalink
Update Store/Get-LargeMailboxFolderStatistics.ps1
Browse files Browse the repository at this point in the history
Co-authored-by: David Paulson <[email protected]>
  • Loading branch information
cboonham and dpaulson45 authored Oct 17, 2024
1 parent c0aec1c commit 854bf81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Store/Get-LargeMailboxFolderStatistics.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ param(
[Parameter(Mandatory = $false, Position = 2)]
$BatchSize = 5000,
[Parameter(Mandatory = $false, Position = 3)]
$Properties = "Name, FolderPath, ItemsInFolder, FolderSize, FolderAndSubfolderSize"
[string[]]$Properties = @("Name", "FolderPath", "ItemsInFolder", "FolderSize", "FolderAndSubfolderSize")
)

Process {
Expand Down

0 comments on commit 854bf81

Please sign in to comment.