I am trying to see how i can write an analysis that would do a similar powershell wmi query
Get-WmiObject -query “select * from Win32_OptionalFeature where name = ‘SMB1protocol’”
I want to see what machines have SMB1 installed on them
Any sugestions?