Category Archives: VB .NET

Invoke a command using VB.Net and WMI

      No Comments on Invoke a command using VB.Net and WMI

Hi Again, I’ve been looking into different ways of invoking commands on remote machines. Here’s one that can be used in VB.NET by using WMI. First add a reference to System.Management and reference it at the start of your project:

Then add the guts, the code that calls WMI… Read more »