Microsoft KB Archive/174939: Difference between revisions

From BetaArchive Wiki
(importing KB archive)
 
m (Text replacement - "<" to "<")
Line 45: Line 45:


Listnt.exe is a utility that lists computers from the Systems Management Server SQL database, as specified by certain parameters. The following is an example of the syntax of Listnt.exe:
Listnt.exe is a utility that lists computers from the Systems Management Server SQL database, as specified by certain parameters. The following is an example of the syntax of Listnt.exe:
<pre class="codesample">  LISTNT /A:&lt;account&gt; [/P:&lt;password&gt;] [/W|/S] [/NOPCM] [/O:&lt;filename&gt;]
<pre class="codesample">  LISTNT /A:<account&gt; [/P:<password&gt;] [/W|/S] [/NOPCM] [/O:<filename&gt;]
                 </pre>
                 </pre>
The following table describes the available parameters for Listnt.exe.
The following table describes the available parameters for Listnt.exe.
Line 51: Line 51:
   ------------------------------------------------------------------------
   ------------------------------------------------------------------------


   /A:&lt;account&gt;      Specifies the SQL account to be used to access the
   /A:<account&gt;      Specifies the SQL account to be used to access the
                       database.
                       database.


   /P:&lt;password&gt;      Specifies the SQL account password (this is optional
   /P:<password&gt;      Specifies the SQL account password (this is optional
                       for integrated security).
                       for integrated security).


Line 63: Line 63:
                       Server will be listed.
                       Server will be listed.


   /D:&lt;domain&gt;        Specifies that only computers in the specified domain
   /D:<domain&gt;        Specifies that only computers in the specified domain
                       will be listed.
                       will be listed.


   /IP:&lt;ipaddress&gt;    Specifies that only computers in the specified subnet
   /IP:<ipaddress&gt;    Specifies that only computers in the specified subnet
                       will be listed. (This is based on the actual IP
                       will be listed. (This is based on the actual IP
                       address, not the subnet mask.)
                       address, not the subnet mask.)
Line 80: Line 80:
                       processor architecture will be listed.
                       processor architecture will be listed.


   /O:&lt;filename&gt;      Specifies that the list will be written out to an
   /O:<filename&gt;      Specifies that the list will be written out to an
                       .ini file.
                       .ini file.



Revision as of 17:32, 20 July 2020

Knowledge Base


SMS: How to Use Listnt.exe with Systems Management Server

Article ID: 174939

Article Last Modified on 6/14/2005



APPLIES TO

  • Microsoft Systems Management Server 1.2 Service Pack 3



This article was previously published under Q174939

SUMMARY

Listnt.exe is a utility that lists computers from the Systems Management Server SQL database, as specified by certain parameters. The following is an example of the syntax of Listnt.exe:

   LISTNT /A:<account> [/P:<password>] [/W|/S] [/NOPCM] [/O:<filename>]
                

The following table describes the available parameters for Listnt.exe.

   Parameter          Description
   ------------------------------------------------------------------------

   /A:<account>       Specifies the SQL account to be used to access the
                      database.

   /P:<password>      Specifies the SQL account password (this is optional
                      for integrated security).

   /W                 Specifies that only computers running Windows NT
                      Workstation will be listed.

   /S                 Specifies that only computers running Windows NT
                      Server will be listed.

   /D:<domain>        Specifies that only computers in the specified domain
                      will be listed.

   /IP:<ipaddress>    Specifies that only computers in the specified subnet
                      will be listed. (This is based on the actual IP
                      address, not the subnet mask.)

   /NOPCM             Specifies that only computers that do not have
                      Package Command Manager (PCM) as a service installed
                      will be listed.

   /X86               Specifies that only computers that have an Intel
                      processor architecture will be listed.

   /ALPHA             Specifies that only computers that have the Alpha
                      processor architecture will be listed.

   /O:<filename>      Specifies that the list will be written out to an
                      .ini file.

   /V                 Specifies that detailed progress information will be
                      printed.
                

MORE INFORMATION

Listnt.exe was introduced with Systems Management Server 1.2 Service Pack 3 to install the PCM service on computers running Microsoft Windows NT Workstation with RSERVICE. For more information on Listnt.exe, please see the Install.doc and Readme.txt files that are included in Microsoft Systems Management Server version 1.2 Service Pack 3.


Additional query words: prodsms pcmservice pcmsvc

Keywords: kbarttypeinf kbhowto kbusage KB174939