<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Query the Network License Manager from client in Installation &amp; Licensing Forum</title>
    <link>https://forums.autodesk.com/t5/installation-licensing-forum/query-the-network-license-manager-from-client/m-p/6402176#M113947</link>
    <description>&lt;P&gt;No, You would need to parse the information after the full dump of the query. That said, once the dump file is created, you can extract any information you want. That would require some scripting/coding on your part, but definitely possible.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To get you moving in the right direction, your code will need to do the following:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Search file line by line&lt;/LI&gt;&lt;LI&gt;if the line contains %keyword%&lt;/LI&gt;&lt;LI&gt;write line to a new file (or split the string by spaces to narrow down your selection)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Something like that...:)&lt;/P&gt;</description>
    <pubDate>Fri, 24 Jun 2016 11:48:37 GMT</pubDate>
    <dc:creator>Darin.Green</dc:creator>
    <dc:date>2016-06-24T11:48:37Z</dc:date>
    <item>
      <title>Query the Network License Manager from client</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/query-the-network-license-manager-from-client/m-p/6401188#M113941</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Problem:&amp;nbsp; &lt;/STRONG&gt;Users regularly ask IT and CAD Managers for status enquiry of the Autodesk Network License Manager (NLM)&amp;nbsp;to check who has licenses checked out or borrowed, and/or how many licenses are available in the pool.&amp;nbsp; Therefore, IT often asks the question, &lt;EM&gt;"Can the end-user query the license manager themselves to see the current status of license availability?"&lt;/EM&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Solution:&lt;/STRONG&gt;&amp;nbsp; Yes.&amp;nbsp; There are a couple of good methods for the end user to access the license manager and query the license status.&amp;nbsp; Please review the different methods below and choose the one that works best for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Method #1&lt;/STRONG&gt; &lt;STRONG&gt;Using LMTOOLS&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Description:&amp;nbsp; &lt;/STRONG&gt;You can install the LMTOOLS.EXE program onto a client machine and the user can configure it to query the server directly.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Step 1.&amp;nbsp; &lt;/STRONG&gt;Install or copy LMTOOLS.EXE onto the client machine and launch it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Step 2.&amp;nbsp; &lt;/STRONG&gt;On the &lt;STRONG&gt;Service/License File &lt;/STRONG&gt;tab, choose the radio button labeled &lt;STRONG&gt;Configuration using License File.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Step 3. &lt;/STRONG&gt; In the box, type &lt;STRONG&gt;27000@&lt;EM&gt;servername&lt;/EM&gt; &lt;/STRONG&gt;where &lt;EM&gt;servername&lt;/EM&gt; is the hostname of your server hosting the NLM.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG width="656" height="391" title="UseLicenseFile.jpg" alt="UseLicenseFile.jpg" src="https://forums.autodesk.com/t5/image/serverpage/image-id/250070i3856024878159191/image-size/original?v=v2&amp;amp;px=-1" border="0" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Step 4:&amp;nbsp; &lt;/STRONG&gt;Then on the &lt;STRONG&gt;Server Status&lt;/STRONG&gt; tab, click the &lt;STRONG&gt;Perform Status Enquiry&lt;/STRONG&gt; button to get the current status.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG width="656" height="403" title="StatusEnquiry.jpg" alt="StatusEnquiry.jpg" src="https://forums.autodesk.com/t5/image/serverpage/image-id/250072i79C26B04F97FB414/image-size/original?v=v2&amp;amp;px=-1" border="0" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Method #2 Using LMUTIL.EXE LMSTAT&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Description:&amp;nbsp; &lt;/STRONG&gt;Using a command-line interface, use the LMUTIL.EXE file to query the license manager from the client.&amp;nbsp; This can also be simplified in a batch file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Step 1:&amp;nbsp; &lt;/STRONG&gt;Copy the LMUTIL.EXE to the client.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Step 2:&amp;nbsp; &lt;/STRONG&gt;Open a Command Prompt by going to Start &amp;gt; Run and typing &lt;STRONG&gt;CMD&lt;/STRONG&gt;, or by launching the Command Prompt icon.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG title="CMD.JPG" alt="CMD.JPG" src="https://forums.autodesk.com/t5/image/serverpage/image-id/14820i097984C0F414CE0E/image-size/original?v=v2&amp;amp;px=-1" border="0" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Step 3:&lt;/STRONG&gt;&amp;nbsp; At the command prompt, traverse to the folder location where you copied the LMUTIL.EXE file and then type the following command and hit Enter:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;lmutil lmstat -a -c 27000@&lt;EM&gt;servername &lt;/EM&gt;&amp;gt; status.txt&lt;/PRE&gt;
&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt;&amp;nbsp; The 27000@&lt;EM&gt;servername&lt;/EM&gt; needs to be replaced with the port number (default is 27000) and server hostname where the NLM is installed.&amp;nbsp; The inclusion of &lt;EM&gt;&amp;gt; status.txt&lt;/EM&gt; is where the information will be piped into a text file named &lt;EM&gt;status.txt&lt;/EM&gt; (or any filename you decide.)&amp;nbsp; The reason for this is that the status may scroll further than the command prompt window can show you.&amp;nbsp; You can open this file in Notepad or any other supported text editor.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;If you get an &lt;EM&gt;access denied&lt;/EM&gt;&lt;/STRONG&gt;&lt;STRONG&gt; error running this command, then you need to run the CMD as Administrator.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;IMG width="540" height="271" title="accessdenied.jpg" alt="accessdenied.jpg" src="https://forums.autodesk.com/t5/image/serverpage/image-id/250091iE2D70C2C1D07226B/image-size/original?v=v2&amp;amp;px=-1" border="0" /&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Step 4:&lt;/STRONG&gt;&amp;nbsp; Open your &lt;EM&gt;status.txt&lt;/EM&gt; file in Notepad or any other compatible editor and read the status.&amp;nbsp; If you do not pipe the above command into a text file, then it will simply display on the screen instead of creating a file.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Conclusion:&lt;/STRONG&gt;&amp;nbsp; Either of the above steps will allow your individual users to query the license manager without having to involve IT or the CAD Manager.&amp;nbsp; For more information about getting the license status from the Autodesk Network License Manager, please see the following KB article:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://knowledge.autodesk.com/customer-service/network-license-administration/managing-network-licenses/license-borrowing/tracking-borrowed-licenses" target="_blank"&gt;https://knowledge.autodesk.com/customer-service/network-license-administration/managing-network-licenses/license-borrowing/tracking-borrowed-licenses&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good Luck!&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2016 19:32:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/query-the-network-license-manager-from-client/m-p/6401188#M113941</guid>
      <dc:creator>TravisNave</dc:creator>
      <dc:date>2016-06-23T19:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: Query the Network License Manager from client</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/query-the-network-license-manager-from-client/m-p/6401197#M113943</link>
      <description>&lt;P&gt;As a means of making &lt;STRONG&gt;Method #2 Using LMUTIL LMSTAT&lt;/STRONG&gt; a more automated process, I have written a batch file that calls the appropriate command, pipes it to a status file, then opens it in Notepad.&amp;nbsp; This file may help your users check the status more easily.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Note:&amp;nbsp; &lt;/STRONG&gt;If the user gets an &lt;EM&gt;access denied&lt;/EM&gt;, they will need to right-click the file and &lt;STRONG&gt;Run as Administrator&lt;/STRONG&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The .zip file attached includes the status.cmd batch file as well as a copy of lmutil.exe.&amp;nbsp; It assumes that both of these files will be run from the same location.&amp;nbsp; You are welcomed to modify the batch file as you see fit.&amp;nbsp; It is slightly different than the example above but is explained within the comments of the file.&amp;nbsp; It does require the &lt;A title="Set it here." href="https://knowledge.autodesk.com/search-result/caas/sfdcarticles/sfdcarticles/How-to-specify-license-servers-using-the-ADSKFLEX-LICENSE-FILE-environment-variable-s.html" target="_blank"&gt;ADSKFLEX_LICENSE_FILE&lt;/A&gt; system environment variable to be set, since that is where it gets the license information from automatically.&amp;nbsp; If you have any questions, please feel free to contact me.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2016 19:59:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/query-the-network-license-manager-from-client/m-p/6401197#M113943</guid>
      <dc:creator>TravisNave</dc:creator>
      <dc:date>2016-06-23T19:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: Query the Network License Manager from client</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/query-the-network-license-manager-from-client/m-p/6401277#M113944</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Method #3 Expand on&amp;nbsp;the use of&amp;nbsp;ADSKFLEX_LICENSE_FILE Variable&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With the&amp;nbsp;&lt;STRONG&gt;ADSKFLEX_LICENSE_FILE&lt;/STRONG&gt; environment variable configured&amp;nbsp;on the client machines, all you have to do is install &lt;STRONG&gt;LMTOOLS&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the variable doesn't exists, create it: &lt;STRONG&gt;[Otherwise skip to step 2]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Step 1:&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Navigate to Start &amp;gt; type "&lt;STRONG&gt;sysdm.cpl&lt;/STRONG&gt;" then hit enter.&lt;/LI&gt;&lt;LI&gt;Select the &lt;STRONG&gt;Advanced&lt;/STRONG&gt; tab&lt;/LI&gt;&lt;LI&gt;Click "&lt;STRONG&gt;Environment Variables...&lt;/STRONG&gt;"&lt;/LI&gt;&lt;LI&gt;Under the System Variables section click &lt;STRONG&gt;New&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Create the variable&lt;OL&gt;&lt;LI&gt;Name: &lt;STRONG&gt;ADSKFLEX_LICENSE_FILE&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Value:&amp;nbsp;&lt;STRONG&gt;@SERVERNAME&lt;/STRONG&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/250097i7A4E0328C7C87719/image-size/medium?v=v2&amp;amp;px=-1" border="0" alt="evm.jpg" title="evm.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: The machine is forcing all Autodesk products to the server specified in the Value field for licensing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Step 2:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once the variable is there, all you'll need to do is install LMTOOLS and use the &lt;STRONG&gt;Perform Status Enquiry&lt;/STRONG&gt;&amp;nbsp;button from the &lt;STRONG&gt;Server Status&lt;/STRONG&gt; tab&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/250096iFBDE9EC3F758D4D6/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="lmt.jpg" title="lmt.jpg" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2016 20:29:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/query-the-network-license-manager-from-client/m-p/6401277#M113944</guid>
      <dc:creator>Darin.Green</dc:creator>
      <dc:date>2016-06-23T20:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: Query the Network License Manager from client</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/query-the-network-license-manager-from-client/m-p/6401287#M113945</link>
      <description>&lt;P&gt;Very true, Darin.&amp;nbsp; In the script that I provide in my 2nd post, I am actually using the ADSKFLEX_LICENSE_FILE variable to do the same thing for the LMUTIL.EXE file to find the server.&amp;nbsp; The inclusion of the system environment variable makes both methods much easier!&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2016 20:34:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/query-the-network-license-manager-from-client/m-p/6401287#M113945</guid>
      <dc:creator>TravisNave</dc:creator>
      <dc:date>2016-06-23T20:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: Query the Network License Manager from client</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/query-the-network-license-manager-from-client/m-p/6402028#M113946</link>
      <description>&lt;P&gt;&lt;FONT size="1"&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/77228"&gt;@TravisNave&lt;/a&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;Just wondering. Is it possible for the batch file to only give or grab certain information only instead of giving the whole query on the notepad?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;Thank you.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;Best regards,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;Peter See&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2016 08:47:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/query-the-network-license-manager-from-client/m-p/6402028#M113946</guid>
      <dc:creator>10521471</dc:creator>
      <dc:date>2016-06-24T08:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: Query the Network License Manager from client</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/query-the-network-license-manager-from-client/m-p/6402176#M113947</link>
      <description>&lt;P&gt;No, You would need to parse the information after the full dump of the query. That said, once the dump file is created, you can extract any information you want. That would require some scripting/coding on your part, but definitely possible.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To get you moving in the right direction, your code will need to do the following:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Search file line by line&lt;/LI&gt;&lt;LI&gt;if the line contains %keyword%&lt;/LI&gt;&lt;LI&gt;write line to a new file (or split the string by spaces to narrow down your selection)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Something like that...:)&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2016 11:48:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/query-the-network-license-manager-from-client/m-p/6402176#M113947</guid>
      <dc:creator>Darin.Green</dc:creator>
      <dc:date>2016-06-24T11:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Query the Network License Manager from client</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/query-the-network-license-manager-from-client/m-p/6404073#M113948</link>
      <description>&lt;P&gt;Here's a link to&amp;nbsp;my freeware&amp;nbsp;&lt;A href="http://jtbworld.com/jtb-flexreport-lt" target="_self"&gt;JTB FlexReport LT&lt;/A&gt;&amp;nbsp;that makes use of lmutil.exe but with a nice UI and HTML report showing the usage.&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://jtbworld.com/jtb_flexreport/JTB%20FlexReport%20LT%201.3.png" border="0" alt="" title="" /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jun 2016 14:55:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/query-the-network-license-manager-from-client/m-p/6404073#M113948</guid>
      <dc:creator>JTBWorld</dc:creator>
      <dc:date>2016-06-25T14:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Query the Network License Manager from client</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/query-the-network-license-manager-from-client/m-p/6405405#M113949</link>
      <description>&lt;P&gt;This is a great application. Simple and nice to use.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just wondering if there is any way to use batch file to start the program and then create the "Show html report"? I am able to use a simple batch file to start the application but I would like the batch file to directly show the results rather than have users click the " show html report".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alternatively, I would like to know what are the argument or switches for the program.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and appreciate the application.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Peter See&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2016 08:53:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/query-the-network-license-manager-from-client/m-p/6405405#M113949</guid>
      <dc:creator>10521471</dc:creator>
      <dc:date>2016-06-27T08:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: Query the Network License Manager from client</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/query-the-network-license-manager-from-client/m-p/6405485#M113950</link>
      <description>Sorry. Please ignore my question below. I managed to figure it out already. Thank you once again for the software. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Mon, 27 Jun 2016 09:49:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/query-the-network-license-manager-from-client/m-p/6405485#M113950</guid>
      <dc:creator>10521471</dc:creator>
      <dc:date>2016-06-27T09:49:31Z</dc:date>
    </item>
  </channel>
</rss>

