VB.net powershell snapin
Hi! like the powershell snapin for microsoft exchange. Is there a way to load the powershell for FIM in visual studio through the runspaceconfiguration? For Exchange I need to load the "Microsoft.Exchange:management.powershell.Admin". But I have not been able to find anything for FIM. Thanks. Søren
April 15th, 2010 4:04pm

Hi Søren. Yes, you can load the FIM cmdlets in C#: RunspaceConfiguration config = RunspaceConfiguration.Create(); PSSnapInException powershellSnapInException; config.AddPSSnapIn("FIMAutomation", out powershellSnapInException); Billy
Free Windows Admin Tool Kit Click here and download it now
April 29th, 2010 7:45pm

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

Other recent topics Other recent topics