Could you please help me out with this.. I need VBA script for extracting the PI components installed and their versions.
I have a list of PI servers in which I have to find the PI components installed and their versions.
I know to connect to the PI servers and pull the tag attributes but not the installed PI components. Please help me!
Hi Niranjan,
This question should really be in it's own new thread. Aside from that, do you need to do this specifically in VBA? This is a fairly simple task to do with PowerShell:
You can also remote execute this script using the Invoke-Command cmdlet, and passing this script to the ScriptBlock parameter:
John