Performing Asynchronous Remote WMI Calls C#
This was a problem that I was stuck on for a long time. Originally, I made a program in PowerShell that I and a couple of other people in the company used to query remote computers to retrieve certain information (SN etc).
I wanted to make the move to using WPF with C# simply because of its scale, simplicity and flexibility. The things that I saw being done in WPF with C# was beyond anything I could ever dream of with PowerShell.
After making the initial leap, I realised how much code I would have to re-write/re-imagine into C#…