Hi,
The powershell command only works on the local machine. Use the "-ComputerName" parameter to specify the remote computer you want to run the command.
Get-WmiObject -Query 'select * from win32_computersystem' -ComputerName pc01,pc02
Best Regards,
Ian Xue
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.