Hi All,
I am using the Powershell MA from Soren to provision users to Skype for Business through a webservice. (Using the version currently available on the psma.codeplex.com website). Also I am using the FIM 2010 R2 Sp1 version (build 4.1.3721.0).
The web service is a REST web service.
I only have to export users to this web service, I do not have to import any users from this MA.
I have therefore created a schema.ps1 file, with an anchor and the fields required by the webservice.
The other files import.ps1 and password.ps1 are empty.
I am doing Delta exports or PSCustomObjects (Simple objects). When I export the user they are correctly sent to the webservice. (I see adds in my console). However I also receive a missing-anchor-component from the MA.
I a sending back the info from the web service in a hash table however the anchor is not provisioned and I am unclear on how to set it.
The web service provisions an SQL database. And the anchor of my schema is set to an auto-incremented field in the SQL database.
Thanks for you help.
Sylvan