Ask the Community
Groups
How to connect to the WMI Query Daemon? - Connect IT Community | Kaseya
<main> <article class="userContent"> <p><strong>QUESTION:</strong></p> <p>How to connecting to the WMI Query Daemon?</p> <p> </p> <p><strong>RESOLUTION:</strong></p> <p>You can connect to the WMI Query Daemon on the BVE, DGE or DGEx to manually send WMI get commands to test and troubleshoot WMI.</p> <p><strong>Requirements</strong></p> <ul><li>Be on a BVE, DGE, or DGEx where the WMI Query Daemon Traverse component is installed or be on a machine that can access one of those machines mentioned previously.</li> </ul><p><strong>To connect to the WMI Query Daemon using Telnet</strong></p> <p>If you have telnet installed on your Windows or Linux server:</p> <p>telnet n.n.n.n 7667</p> <p>where n.n.n.n is the IP address where the WMI Query Daemon is located. If you are already on the machine directly, you can use 127.0.0.1 or localhost.</p> <p>To log into the WMI Query Daemon, the command is:</p> <div>2 login wmiuser fixme</div> <div> </div> <div><strong>The WMI Query Daemon may require you to hit Enter several times until you are able to submit the login command.</strong></div> <div> </div> <div>Once logged in, you can use the following commands:</div> <div> <ul><li>2 GET <wmi query><br>(format: 2 get \\HOSTIP\Win32_LogicalDisk:FreeSpace:DeviceID="C:" DOMAIN\USER\PASSWORD)<br>Where \Win32_LogicalDisk:FreeSpace:DeviceID="C:" is the WMI Property of the Test in question</li> <li>2 WALK <wmi query></li> <li>2 BROWSE <wmi query></li> <li>2 GETSTATS <reset | threads></li> <li>2 LOGLEVEL <trace | debug | info | warning| error | fatal></li> <li>2 LOGROTATE</li> <li>2 QUERYTHREADS</li> <li>2 TIMEOUT</li> </ul><p> </p> <p><strong>APPLIES TO:</strong></p> <p>All versions of Traverse</p> </div> </article> </main>