Hello All ,
I am trying to call some power shell commands from C# using System.Management.Automation , For example I am trying to execute the Lync server cmdlet "get-csdialplan" , I can get references of Type PSObject but I know that this cmdlet returns Objects of type Microsoft.Rtc.Management.WritableConfig.Policy.Voice.LocationProfile , I need to access the returned object as they are of this return type rather than as PSObject . From where can I get the assemblies containing those returned types for Lync ?
Best Regards ,