Situatie
Pentru a putea administra in totalitate Microsoft Exchange Server este necesara utilizarea comenzilor PowerShell, interfata Web neavand toate optiunile.
Solutie
Pasi de urmat
Se deschide consola PowerShell unde se tasteaza comanda Get-Credential si se completeaza credentialele de administrator.
Pentru conectare se tasteaza urmatoarea comanda:
$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://<Url of Exchange server>/PowerShell/ -Authentication Basic -Credential $UserCredential
Leave A Comment?