Hi all!
I try to configure remote powershell session to Exchange server through hardware load balancer. For create session i use command like this:
$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri http://<load balancer virtual ip>/PowerShell/ -Authentication Kerberos
And i receive error, because not exist SPN record for load
balancer virtual ip.
That username and service i should use for create SPN-record?
And also i try connect via
$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri http://<load balancer virtual ip>/PowerShell/ -Authentication Negotiate
and i receive HTTP 400 Bad request. I ask google about it, but not found something usefull. Have someone any ideas?