Hi Alex,
please start here, there are soome nice example on how to do Get-WmiObject for remote computers.
Connecting to WMI Remotely with PowerShell
https://learn.microsoft.com/en-us/windows/win32/wmisdk/connecting-to-wmi-on-a-remote-computer-by-using-powershell
This one will also show some hints:
PowerShell Tip: Querying Multiple Computers with WMI
https://www.itprotoday.com/powershell/powershell-tip-querying-multiple-computers-wmi
Here, also some nice examples:
Get WMI Data From Multiple Computers and Export to CSV
https://stackoverflow.com/questions/32257328/get-wmi-data-from-multiple-computers-and-export-to-csv
Hope this helps you out!
----------
If my reply was helpful please don't forget to upvote and/or accept as answer, thank you!
Regards,
Stoyan