lange ist es her mit dem ersten Teil, aber jetzt gibt’s eine erweiterte Liste mit Powershell Befehlen für Exchange 2007/2010.
Alle vorhanden Postfächer
[PS] C:> get-Mailbox Name Alias ServerName ProhibitSendQuota ---- ----- ---------- ----------------- Administrator Administrator spring-mail unlimited Homer Simpson HomerSimpson spring-mail unlimited Bart Simpson BartSimpson spring-mail unlimited Marge Simpson MargeSimpson spring-mail unlimited Lisa Simpson LisaSimpson spring-mail unlimited Maggie Simpson MaggieSimpson spring-mail unlimited Ned Flanders NedFlanders spring-mail unlimited Waylon Smithers WaylonSmithers spring-mail unlimited DiscoverySearchMailbox... DiscoverySearchMa... spring-mail 50 GB (53,687,091,200 bytes)
Alle vorhanden Postfächer, sortiert nach Größe
[PS] C:> get-MailboxStatistics -server spring-mail | Sort-Object -Property TotalItemSize | ft DisplayNam e,ItemCount,TotalItemSize -AutoSize DisplayName ItemCount TotalItemSize ----------- --------- ------------- Microsoft Exchange-Genehmigungs-Assistent 1 134 B (134 bytes) Discoverysuchpostfach 1 134 B (134 bytes) Microsoft Exchange-Genehmigungs-Assistent 1 134 B (134 bytes) Microsoft Exchange 1 134 B (134 bytes) SystemMailbox{62831765-e3d6-499d-bba0-2c36af62f013} 1 571 B (571 bytes) Homer Simpson 5 19.88 KB (20,353 bytes) Ned Flanders 2 78.25 KB (80,123 bytes) Maggie Simpson 2 78.25 KB (80,123 bytes) Lisa Simpson 2 78.25 KB (80,125 bytes) Waylon Smithers 2 78.25 KB (80,125 bytes) Marge Simpson 2 78.26 KB (80,139 bytes) Administrator 2 82.19 KB (84,166 bytes) Bart Simpson 4 89.55 KB (91,701 bytes)
Detaillierte Information eines Postfaches, Ordnergröße
[PS] C:> get-MailboxFolderStatistics -identity "SimpsonH" | ft FolderPath,FolderSize,ItemsInFolder,Folde
rAndSubfolderSize
FolderPath FolderSize ItemsInFolder FolderAndSubfolderSize
---------- ---------- ------------- ----------------------
/Top of Information Store 0 B (0 bytes) 0 11.23 KB (11,496 bytes)
/Aufgaben 0 B (0 bytes) 0 0 B (0 bytes)
/Conversation Action Settings 0 B (0 bytes) 0 0 B (0 bytes)
/Entwürfe 0 B (0 bytes) 0 0 B (0 bytes)
/Gelöschte Elemente 0 B (0 bytes) 0 0 B (0 bytes)
/Gesendete Elemente 3.218 KB (3,295 bytes) 2 3.218 KB (3,295 bytes)
/Journal 0 B (0 bytes) 0 0 B (0 bytes)
/Junk-E-Mail 0 B (0 bytes) 0 0 B (0 bytes)
/Kalender 4.022 KB (4,119 bytes) 2 4.022 KB (4,119 bytes)
/Kontakte 0 B (0 bytes) 0 0 B (0 bytes)
/Notizen 0 B (0 bytes) 0 0 B (0 bytes)
/Postausgang 0 B (0 bytes) 0 0 B (0 bytes)
/Posteingang 3.986 KB (4,082 bytes) 4 3.986 KB (4,082 bytes)
/Recoverable Items 0 B (0 bytes) 0 159 KB (162,796 bytes)
/Deletions 159 KB (162,796 bytes) 4 159 KB (162,796 bytes)
/Purges 0 B (0 bytes) 0 0 B (0 bytes)
/Versions 0 B (0 bytes) 0 0 B (0 bytes)
Sprachen aller Postfächer auf Deutsch setzen
[PS] C:> get-mailbox -Server spring-mail | Set-Mailbox -language de-DE
POP3 und IMAP für ein Postfach aktivieren
[PS] c:> Set-CASMailbox -Identity "SimpsonH" -PopEnabled $true -ImapEnabled $true
Active Sync Statistic für einen Benutzer
[PS] C:> Get-ActiveSyncDeviceStatistics -mailbox homer.simpson@springfield.at
demnächst folgt mehr, da eine Umstellung Exchange 2007 auf Exchange 2010 ansteht.
lg michael
Pingback: TOP 10 Beiträge, im ersten Halbjahr 2010 | TechGuy.at