July 2017
Intermediate to advanced
648 pages
31h 9m
English
To work with the code samples in this chapter, we'll need to launch the Exchange Management Shell using the following steps:
$Session = New-PSSession -ConfigurationName Microsoft.Exchange `
-ConnectionUri http://servername/PowerShell/ `
-Authentication Kerberos
Import-PSSession $Session
If any additional steps are required, they will be listed ...
Read now
Unlock full access