Benutzer mit den meisten Antworten
type room and shared, summary falsche Anzahl Usermailboxen

Frage
-
hallo zusammen,
ich habe mittels set-mailbox xyz -type room/shared diverse office postfächer und Raumpostfächer den Type geändert.
get-mailbox zeigt aber nur bei type den korrekten neuen Wert. Bei dem Feld RecipientType steht UserMailbox, bei RecipientTypeDetail steht Shared Mailbox
würde mich soweit ja nicht stören. Nur bei Microsoft - Exchange - Recipient Summary steht wir hätten hunderte User, da sind die Office und Räume vermutlich nicht abgezogen!
Chris
Antworten
-
Hi,
mach das mal bitte mit der Powershell:
$Mailboxcount = get-mailbox -ResultSize unlimited | where {$_.RecipientTypeDetails -neq "UserMailbox"}
$Mailboxcount.count
das sollte dir die korrekte Anzahl an non User Mailboxen ausgeben.
hth
Viele Grüße Walter Steinsdorfer MVP Exchange Server http://msmvps.com/blogs/wstein/ Please remember to click "Mark as Answer" on the post that helps you, and to click "Unmark as Answer"; if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. If a answer or remark helps you to cope with your problem you can "mark it as helpful".
- Als Antwort vorgeschlagen Alex Pitulice Montag, 7. Mai 2012 06:53
- Als Antwort markiert Alex Pitulice Mittwoch, 9. Mai 2012 06:48
Alle Antworten
-
Hi,
mach das mal bitte mit der Powershell:
$Mailboxcount = get-mailbox -ResultSize unlimited | where {$_.RecipientTypeDetails -neq "UserMailbox"}
$Mailboxcount.count
das sollte dir die korrekte Anzahl an non User Mailboxen ausgeben.
hth
Viele Grüße Walter Steinsdorfer MVP Exchange Server http://msmvps.com/blogs/wstein/ Please remember to click "Mark as Answer" on the post that helps you, and to click "Unmark as Answer"; if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. If a answer or remark helps you to cope with your problem you can "mark it as helpful".
- Als Antwort vorgeschlagen Alex Pitulice Montag, 7. Mai 2012 06:53
- Als Antwort markiert Alex Pitulice Mittwoch, 9. Mai 2012 06:48
-
Hallo Chris,
Bist Du inzwischen weitergekommen?
Gruss,
AlexAlex Pitulice, MICROSOFT
Bitte haben Sie Verständnis dafür, dass im Rahmen dieses Forums, welches auf dem Community-Prinzip „IT-Pros helfen IT-Pros“ beruht, kein technischer Support geleistet werden kann oder sonst welche garantierten Maßnahmen seitens Microsoft zugesichert werden können.