Ich habe eine User Mailbox in eine Shared Mailbox umgewandelt
[PS] C:\Windows\system32>Set-Mailbox -Identity "winline-crm" -Type Shared
Creating a new session for implicit remoting of "Set-Mailbox" command...
Wenn ich jetzt aber die Eigenschaften der Mailbox anzeige
Get-Mailbox -Identity "winline-crm" select *
steht da
RecipientType : UserMailbox
RecipientTypeDetails : SharedMailbox
Ist das jetzt eine User Mailbox oder eine Shared Mailbox?