Szukaj na tym blogu

poniedziałek, 18 maja 2015

Exchange 2013 remote powershell

In PowerShell:
$session = New-PSSession -ConfigurationName microsoft.exchange -ConnectionUri http://FQDN/
powershell
Import-PSSession $session

If You need this every time You open PowerShell:
PS C:\> $profile
C:\Users\xxx\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1
then change this ps1 file adding above 2 lines

Brak komentarzy:

Prześlij komentarz