1. Home
  2. Microsoft
  3. Exchange
  4. Mailbox
  5. Get-MailboxFolderStatistics

Get-MailboxFolderStatistics

Verwenden Sie das Cmdlet Get-MailboxFolderStatistics, um Informationen zu den Ordnern in einem angegebenen Postfach abzurufen, einschließlich der Anzahl und Größe der Elemente im Ordner, des Ordnernamens und der ID sowie weiterer Informationen.

[PS] C:\Windows\system32>Get-MailboxFolderStatistics -Identity dude

Die Ausgabe ist sehr umfangreich und kann entsprechend eingegrenzt werden:

[PS] C:\Windows\system32>Get-MailboxFolderStatistics -Identity dude | Select FolderPath, FolderSize
FolderPath                                       FolderSize
----------                                       ----------
/Oberste Ebene des Informationsspeichers         0 B (0 bytes)
/Aufgaben                                        14.4 KB (14,742 bytes)
/Conversation Action Settings                    0 B (0 bytes)
/Dateien                                         0 B (0 bytes)
/Dennis Geburtstage                              648.1 KB (663,674 bytes)
/Einstellungen für QuickSteps                    0 B (0 bytes)
/Entwürfe                                        0 B (0 bytes)
/ExternalContacts                                0 B (0 bytes)
/Gefundene Objekte                               0 B (0 bytes)
/Gelöschte Elemente                              11.01 MB (11,543,603 bytes)
/Gesendete Elemente                              47.56 KB (48,705 bytes)
/Infizierte Objekte                              0 B (0 bytes)
/Journal                                         0 B (0 bytes)
/Junk-E-Mail                                     0 B (0 bytes)
/Kalender                                        54.94 KB (56,263 bytes)
/Kontakte                                        2.385 KB (2,442 bytes)
/Kontakte/{06967759-274D-40B2-A3EB-D7F9E73727D7} 0 B (0 bytes)
/Kontakte/{A9E2BC46-B3A0-4243-B315-60D991004455} 0 B (0 bytes)
/Kontakte/Companies                              0 B (0 bytes)
/Kontakte/GAL Contacts                           0 B (0 bytes)
/Kontakte/Organizational Contacts                0 B (0 bytes)
/Kontakte/PeopleCentricConversation Buddies      0 B (0 bytes)
/Kontakte/Recipient Cache                        3.019 KB (3,091 bytes)
/Notizen                                         0 B (0 bytes)
/Postausgang                                     0 B (0 bytes)
/Posteingang                                     35.44 MB (37,160,657 bytes)
/RSS-Feeds                                       0 B (0 bytes)
/Synchronisierungsprobleme                       0 B (0 bytes)
/Synchronisierungsprobleme/Konflikte             13.87 KB (14,199 bytes)
/Synchronisierungsprobleme/Lokale Fehler         0 B (0 bytes)
/Synchronisierungsprobleme/Serverfehler          0 B (0 bytes)
/Yammer-Stamm                                    0 B (0 bytes)
/Yammer-Stamm/Ausgehend                          0 B (0 bytes)
/Yammer-Stamm/Eingehend                          0 B (0 bytes)
/Yammer-Stamm/Feeds                              0 B (0 bytes)
/Recoverable Items                               0 B (0 bytes)
/Calendar Logging                                36.55 KB (37,427 bytes)
/Deletions                                       0 B (0 bytes)
/Purges                                          0 B (0 bytes)
/Versions                                        0 B (0 bytes)

FolderPath und FolderSize können zwei Werte sein, mit denen man häufiger zu tun hat.

Updated on 13. September 2022
Was this article helpful?

Related Articles