import-module activedirectory
$s = New-PSSession -ConfigurationName Microsoft.Exchange -connectionuri http://SERVERNAME/powershell -Authentication kerberos
Import-PSSession $s -AllowClobber
import-module activedirectory
$s = New-PSSession -ConfigurationName Microsoft.Exchange -connectionuri http://SERVERNAME/powershell -Authentication kerberos
Import-PSSession $s -AllowClobber