Saat ini saya mulai menggunakan live.edu , layanan email gratis dari microsoft , keputusan ini di ambil dikarenakan alasan space yang semakin besar untuk menangani seluruh email student, dan alumni BiNus University. Berikut cara untuk create user melalui command Powershell pada windows 7:
Pilih powershell as administrator
- $LiveCred = Get-Credential
- $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell/ -Credential $LiveCred -Authentication Basic -AllowRedirection
- Import-PSSession $Session
Create user
- New-Mailbox -WindowsLiveID marketing@samson.org -Name "marketing" -DisplayName "marketing" -Password (convertto-securestring "123456" -asplaintext -force) -ResetPasswordOnNextLogon $False
Forwarding
- Set-Mailbox marketing@samson.org -ForwardingSmtpAddress marketing@live.samson.org -DeliverToMailboxAndForward $true

![[v=spf1]](http://old.openspf.org/images/label_v=spf1.png)
![[ip4:]](http://old.openspf.org/images/label_ip4:.png)
![[a]](http://old.openspf.org/images/label_a.png)
![[mx:]](http://old.openspf.org/images/label_mx:.png)
![[all]](http://old.openspf.org/images/label_all.png)
