Showing posts with label Power Shell. Show all posts
Showing posts with label Power Shell. Show all posts

Cara Login Exchange Server Dengan Power Shell


 

Berikut cara login server exchange dengan menggunakan power shel,

1. Pertaman cari power shell kemudian klik kanan run as administrator

2. Setelah terbuka, ketikkan kode berikut :


Pertama :

$UserCredential = Get-Credential


Isikan Username dan passwor super admin dari Akun Exchange Anda

Kedua :

$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $UserCredential -Authentication Basic -AllowRedirection


Ketiga :

Set-ExecutionPolicy Unrestricted








Ketik Y


Keempat :

Import-PSSession $Session

Jika tidak ada pesan error, selamat anda sudah masuk ke server exchange via power shell