Hi everyone
I am trying to execute powershell script to get the list of installed programs from local system
with command “Get-WmiObject -Class Win32_Product” using invoke powershell activity.
@sandeep13 return type of power shell is “System.Management.Automation.PScustomObject”
but when I am giving the output same it is showing validation error
I am unable to find the exact return type for the invoke power shell activity for that command Main.xaml (5.5 KB)
Could you please suggest what return type should I use