CodyMathis123 / PSCCMClient

PowerShell Module for managing the MEMCM client
GNU General Public License v3.0
29 stars 8 forks source link

Duplicate objects returned back after piping to Invoke-CCMBaseline #48

Closed codaamok closed 3 years ago

codaamok commented 4 years ago

A picture says a thousand words :-)

image

CodyMathis123 commented 3 years ago

This is resolved in 0.3.1

If you had multiple CIMSessions or PSSessions open to a PC, they were all found when Get-CCMConnection ran.

This could be seen by running with -verbose. We now select the first one found to ensure only one CIMSession or PSSession is used.