Yall, I couldn't remember how to stealthy, geeky, and command liney check to see what was on a remote computer. I thought I had a post about it but I could not find it. So, here's an easy way to get your geek on.
Get-CimInstance -Class Win32_Product -Computer YoReplaceWithRemoteComputerName | where vendor -eq 'YoReplaceWithVendorName' | select Name,Version
No comments:
Post a Comment