Monthly Archives: April 2018

WMI Performance Tip: Reduce Connections By Reusing Objects in PowerShell

I was about to share this little performance tip with a friend and figured it would be good to show some actual data to back it up. Querying the same WMI class on a remote host multiple times creates multiple connections and multiple queries. Reuse objects to increase performance. Here’s an example of two WMI […]