Hi All,
I'm very new to the FIM world, so please pardon this newbie question :)
Are there any examples for FIM management agents which can provision users to Lync by reading them from AD? I know there are a few examples using PowerShell, but I would like to know if it is possible using VB or C#? Basically I want to write the extension without relying on external scripts (ideally)
As a backup plan (i.e. using powershell), I read this forum http://social.technet.microsoft.com/Forums/en-US/ilm2/thread/39724bcb-8d1d-447e-8cd2-77624d6a4476 but I'm not sure how to call powershell cmdlets from my extension. Is it a simple case of calling powershell scripts from C# code which will do the provisioning, or is there a way to use powershell cmdlets directly in C#?
Thanks