[[:win|{{ :WindowsLogo.png?40|}}]]
===== Postfach anlegen =====
Die folgenden PowerShell Kommandos werden für das Anlegen von Postfächern auf Exchange Server 2010 verwendet.
==== Vorhandenes Benutzerobjekt ====
[PS] C:\Windows\system32>Enable-Mailbox -Identity 'DOMAIN.local/Mainz/creich' -Alias 'creich' -Database 'DE'
Name Alias ServerName ProhibitSendQuota
---- ----- ---------- -----------------
creich creich mta-2 unlimited
==== Neues Benutzerobjekt ====
[PS] C:\Windows\system32>New-Mailbox -Name "breich' -Alias 'breich' -OrganisationUnit 'DOMAIN.local/Mainz' -UserPrincipialName 'breich@DOMAIN.local' -SamAccountName 'breich' -FirstName '' -Initials '' -LastName '' -Password 'System.Security.SecureString' -ResetPasswordOnNextLogon $false -Database 'DE'
--- //pronto 2016/01/12 10:47//
{{keywords>Enable-Mailbox Existing User}}