Ask the Community
Groups
Traverse - Requesting a signature for a Windows (WMI) device with no MIBs - Connect IT Community | Kaseya
<main> <article class="userContent"> <p><strong>QUESTION:</strong></p> <p>How can I request a signature for Windows (WMI) devices with no SNMP configurations or MIBs?</p> <p><strong>SOLUTION:</strong></p> <p>Signature requests for devices that have no SNMP configurations or MIBs are created based on WMI properties. </p> <p>To request a signature for such a device, follow the below steps.</p> <p>Run the following two commands in PowerShell:</p> <ul><li>Command 1:</li> </ul><pre class="code codeBlock" spellcheck="false" tabindex="0">$FormatEnumerationLimit=-1<br><br>Get-Counter -ListSet * -ComputerName n.n.n.n | Sort-Object CounterSetName > updated-get-counter.txt<br><br><strong>(where XYZ is the computer name/IP of the remote host)</strong></pre> <ul><li>Command 2:</li> </ul><pre class="code codeBlock" spellcheck="false" tabindex="0">Get-WmiObject -List -ComputerName n.n.n.n | format-list * > get-wmiobject.txt<br><br><strong>(where XYZ is the computer name/IP of the remote host)</strong></pre> <p> </p> <p>Please attach the output from both commands to your support ticket. </p> <p><strong>Related Articles</strong></p> <p><a rel="nofollow" href="https://kaseya.vanillacommunities.com/kb/articles/aliases/kaseya/hc/en-gb/articles/229041488">How Can I Request Support For New Hardware/Application</a></p> </article> </main>