none
type room and shared, summary falsche Anzahl Usermailboxen RRS feed

  • 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

    Mittwoch, 2. Mai 2012 13:22

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
    Donnerstag, 3. Mai 2012 07:34
    Moderator

Alle Antworten