运行.ps1文件时,大小按字母顺序排序(混合MB和KB)。
但是当直接在控制台中运行时,它会按文件夹大小正确排序。
两者都在同一台服务器上运行。
Get-MailboxFolderStatistics -identity mailbox@domain.org | Sort-Object Foldersize -Descending | Format-Table folderpath, foldersize
解决方案:证明它与使用远程shell有关。远程shell将FolderSize作为System.String而不是Microsoft.Exchange.Data.ByteQuantifiedSize返回