DOCUMENT:Q235567 06-AUG-2002 [winnt] TITLE :QUERY USER Command Does Not Query Information from Remote Server PRODUCT :Microsoft Windows NT PROD/VER:winnt:4.0,4.0 SP4 OPER/SYS: KEYWORDS: ====================================================================== ------------------------------------------------------------------------------- The information in this article applies to: - Microsoft Windows NT Server versions 4.0, 4.0 SP4, Terminal Server Edition ------------------------------------------------------------------------------- SYMPTOMS ======== When you use the QUERY USER command to obtain information from a remote server, it reports that the user does not exist. For example: "query user username /" (without the quotation marks) The following error may also be displayed: No user exists for CAUSE ===== This problem occurs when you use the QUERY USER command and specify a user name. The Query command assumes this to be local and only looks at the local server for this user. Using QUERY USER / does report this information but lists all users currently logged on to the remote server. RESOLUTION ========== To resolve this problem, obtain the latest service pack for Windows NT Server 4.0, Terminal Server Edition. For additional information, click the following article number to view the article in the Microsoft Knowledge Base: Q152734 How to Obtain the Latest Windows NT 4.0 Service Pack WORKAROUND To work around this problem, use one of the following methods: - Query the remote server and do not type "username" (without the quotation marks). This command lists all users on that server. "query user" (without the quotation marks) /"" (without the quotation marks) - To obtain a single user listing, you could send the output of the above command through find: "query user / | find "username"" (without the quotation marks) - Create a batch file to query for a single user. Batch File Name: Q.bat Type the following text in the batch file, and then save the file: "query user /:%1 | find "%2"" (without the quotation marks) Type the following at a command prompt: "q " (without the quotation marks) NOTE: REMOTESERVER and USERNAME are the respective server and user that you are are trying to query. STATUS ====== Microsoft has confirmed that this is a problem in Microsoft Windows NT Server versions 4.0, 4.0 SP, Terminal Server Edition. This problem was first corrected in Windows NT Server 4.0, Terminal Server Edition, Service Pack 5. Additional query words: ====================================================================== Keywords : Technology : kbWinNTsearch kbWinNT400search kbWinNTSsearch kbWinNTS400search kbNTTermServ400 kbNTTermServ400sp4 kbNTTermServSearch Version : winnt:4.0,4.0 SP4 Issue type : kbbug Solution Type : kbfix ============================================================================= THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY. Copyright Microsoft Corporation 2002.