Hi All,
Client Access Role is a must in every Exchange organization and every Active Directory site that has the Mailbox server role installed as mentioned here
My question is related to CAS and remote powershell.
To create a remote session, we make use of
$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri http://Exchange_Server_Name/PowerShell/ -Authentication Kerberos -Credential $cred
Here for Exchange_Server_Name, we should provide the server name which has CAS role right ?
Also, if CAS role is not installed in an exchange organization, what would happen ? (I agree MS says we need to install).
I mean, can I provide server name which mailbox server role installed ?
Is the above valid ?
Regards
/M