Exchange 2007 2010 2013: Benutzerpostfach in Raumpostfach umwandeln oder konvertieren
Posted by Guenny onTrotz des Linuxtages in Berlin, bekommt ihr heute exklusiv einen Windows Tipp, besser gesagt einen Exchange-Tipp. Im Detail geht es darum verschiedene Postfächer umzuwandeln.
Seit Exchange 2007 bzw. 2010 oder 2013 gibt es diverse Postfachtypen: Raum- und Gerätepostfächer oder einfach Benutzerpostfächer. Eine Erklärung welches Postfach für was zuständig ist, könnt ihr dem Screenshot entnehmen.
Hat man eines dieser Postfächer falsch angelegt oder möchte im Nachhinein den Typ des Postfaches ändern bzw. umwandeln, funktioniert dies am einfachsten über die Verwaltungsshell
Exchange 2007
Postfach in Raumpostfach umwandeln
- Set-Mailbox "NameMailbox" -type room
Postfach in Benutzerpostfach umwandeln
- Set-Mailbox "NameMailbox" -type regular
Postfach in Gerätepostfach umwandeln
- Set-Mailbox "NameMailbox" -type equipment
Exchange 2010 oder Exchange 2013
Postfach in Gerätepostfach konvertieren
- Set-Mailbox -Identity “NameMailbox” -Type Equipment
Postfach in Raumpostfach konvertieren
- Set-Mailbox -Identity “NameMailbox” -Type Room
Postfach in Benutzerpostfach konvertieren
- Set-Mailbox -Identity “NameMailbox” -Type Regular
Postfach in geteiltes Postfach konvertieren
- Set-Mailbox -Identity “NameMailbox” -Type Shared
Trackbacks
Trackback specific URI for this entryThis link is not meant to be clicked. It contains the trackback URI for this entry. You can use this URI to send ping- & trackbacks from your own blog to this entry. To copy the link, right click and select "Copy Shortcut" in Internet Explorer or "Copy Link Location" in Mozilla.
No Trackbacks
Comments
Display comments as Linear | ThreadedNo comments