Skip to content

Commit

Permalink
Fix CodeFormatter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Boonham authored and Chris Boonham committed Oct 17, 2024
1 parent 74f90a8 commit 8e42a9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion M365/Get-LargeMailboxFolderStatistics.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ param(
[string[]]$Properties = @("Name", "FolderPath", "ItemsInFolder", "FolderSize", "FolderAndSubfolderSize")
)

Process {
process {
$allContentFolders = New-Object System.Collections.Generic.List[System.Management.Automation.PSCustomObject]
$start = Get-Date
Write-Host "$start Running Get-MailboxFolderStatistics for $Identity $MailboxType locations, in batches of $BatchSize"
Expand Down
2 changes: 1 addition & 1 deletion docs/M365/Get-LargeMailboxFolderStatistics.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Get-LargeMailboxFolderStatistics
# Get-LargeMailboxFolderStatistics

Download the latest release: [Get-LargeMailboxFolderStatistics.ps1](https://github.com/microsoft/CSS-Exchange/releases/latest/download/Get-LargeMailboxFolderStatistics.ps1)

Expand Down

0 comments on commit 8e42a9e

Please sign in to comment.