Tag Archives: Exchange Server

Exchange 2010 – Benutzer- und Kontaktverwaltung

Create a new AD user with a mailbox [PS] C:\MyPath>$password = Read-Host “Enter password” -AsSecureString [PS] C:\MyPath>New-Mailbox -Name ‘Devel One’ -Alias ‘devone’ -OrganizationalUnit ‘dev-dom.halli.me/Devel/Domusers’ -PrimarySmtpAddress ‘devel.one@dev-dom.halli.me’ -UserPrincipalName ‘devone@dev-dom.halli.me’ -SamAccountName ‘devone’ -FirstName ‘Devel’ -Initials ‘DO’ -LastName ‘One’ -Password $password -ResetPasswordOnNextLogon $true … Continue reading

Posted in MS Exchange | Tagged , , | Comments Off