Powershell URI on FIM Configuration

Hi all,

Anyone please checks for me that whether we can use Powershell URI (provisioning Mailbox) with load balancing URI on FIM. I have a tested but seem that it cannot work with load balancing URI, it just works with individual URI Powershell for each CAS Server.

I'm using Exchange 2013 SP1. Anyone has any idea about this?

Thanks a lot !



  • Edited by Duc Huyen Tuesday, June 23, 2015 8:51 AM
June 23rd, 2015 8:50am

Hello,

Maybe you are facing a Kerberos issue: FIM calls Exchange Powershell API using this authentication method try this:

$cred = Get-Credential
New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri http://casserver.domain.local/Powershell -Authentication Kerberos -Credential $cred

Regards,

Free Windows Admin Tool Kit Click here and download it now
June 24th, 2015 4:26am

Thanks Sylvain,

It's true that I'm facing this issue. But one quick question that do you know any website from MS mention that FIM call Exchange API as you state above.

Thanks a lot !

June 24th, 2015 5:31am

http://social.technet.microsoft.com/wiki/contents/articles/2189.fim-2010-how-to-configure-the-exchange-2010-rps-uri.aspx

Exchange 2010 RPS Requirements

The Exchange 2010 RPS feature is made available through the /powershell virtual directory (IIS). In order to properly access it, there are some requirements:

  1. Access it using HTTP
  2. Be authenticated using Kerberos

See also:

https://social.technet.microsoft.com/Forums/en-US/b843f804-c50d-4daf-866a-f6cc72f38c1e/fim-2010-provisioning-to-exchange-2010-sp1-load-balanced-cas?forum=ilm2

("No Kerberos, No Exchange Provisioning.")

https://technet.microsoft.com/en-us/magazine/ff472471.aspx

Free Windows Admin Tool Kit Click here and download it now
June 24th, 2015 6:37am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics