zettelkasten/OneNoteExport/Technik/Powershell/Exchange 2010/16_Konvertieren eines Postfachs mithilfe der Shell.md
2023-08-17 19:32:37 +02:00

929 B

Konvertieren eines Postfachs mithilfe der Shell

Donnerstag, 24. November 2016

11:39

 

Konvertieren eines Postfachs mithilfe der Shell

 

 

Set-Mailbox MarketingDept1 -Type Regular

 

 

Für den Parameter Type können folgende Werte verwendet werden:

  • Regular

  • Room

  • Equipment

  • Shared

 

 

Prüfen:

Get-Mailbox -Identity MarketingDept1 | Format-List RecipientTypeDetails

 

Aus <https://technet.microsoft.com/de-de/library/jj710164(v=exchg.150).aspx>

 

 

Man kann :

  • Benutzerpostfach in Ressourcenpostfach (Raum/Arbeitsgerät)

  • Freigegebenes Postfach in Benutzerpostfach

  • Freigegebenes Postfach in Ressourcenpostfach

  • Ressourcenpostfach in Benutzerpostfach

  • Ressourcenpostfach in freigegebenes Postfach

 

Aus <https://technet.microsoft.com/de-de/library/jj710164(v=exchg.150).aspx>