You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that in response to issue #123, a pull request #126 was created to introduce the use of Get-ComputerInfo.
This is a great addition to the data collection, however it was implemented incorrectly and as such isn't actually working.
Currently it is trying to use the -CimSession parameter, but this isn't a supported parameter and instead should be executed via Invoke-Command to be run remotely when collecting the information.
Hi guys,
It seems that in response to issue #123, a pull request #126 was created to introduce the use of
Get-ComputerInfo
.This is a great addition to the data collection, however it was implemented incorrectly and as such isn't actually working.
Currently it is trying to use the
-CimSession
parameter, but this isn't a supported parameter and instead should be executed viaInvoke-Command
to be run remotely when collecting the information.Cheers,
Ben
The text was updated successfully, but these errors were encountered: