如何通过Windows Server 2012中的terminal服务pipe理器访问当前login的用户列表?

在Windows 2003和2008中,我们有terminal服务pipe理器(见下面的截图)。 但是,在Windows Server 2012中,它已经不存在了 。

有谁知道如何通过类似的工具或其他方式访问Windows 2012中当前远程login用户的列表?

在这里输入图像描述

(我试图从Windows 2008连接到Windows 2012,这就是为什么你会在TSM组列表中看到“win2012”,但是这并不奏效,这也不是我的问题的解决scheme,我只是想以某种方式pipe理远程Win 2012服务器上的用户。)

    是的,tsadmin不见了 有点'吮吸。 有RDMS通过服务器pipe理器和远程桌面Powershell cmdlet( get-command *RD* ),但这些都要求在该服务器上存在完整的远程桌面服务部署。 这些在没有RDS部署或工作站的服务器上不起作用。

    你可以使用任务pipe理器…或者,如果你想要一些命令行,你可以使用我为此专门编写的这个工具: users.exe

    哦,还有微软已经写过的quser.exe,但是我的工具做了一些额外的工作,quser不行。

    您可以从命令行使用qwinsta来显示当前的RDP会话。

      qwinsta /server:computer01 SESSIONNAME USERNAME ID STATE TYPE DEVICE console 0 Conn wdcon rdp-tcp 65536 Listen rdpwd administrator 2 Disc rdpwd 

    要杀死一个会话,使用rwinsta删除指定ID号的会话:

    rwinsta /server:computer01 3

    这里是远程桌面的命令行工具列表 。

    或者,您可以使用PowerShell:

    Get-RDUserSessionDisconnect-RDUser

    以下是这些cmdlet 的列表 。

    只需打开任务pipe理器中的用户选项卡。 您将获得用户会话,状态和正在运行的进程的完整列表。 您也可以通过右键单击菜单将其注销。

    看来这是tsadmin的替代品

    我刚刚发现,大部分操作都可以从TaskManager执行,直接在用户上执行(注销,发送消息等等)

    我find了解决tsadmin问题的方法。 将这些文件从2008服务器复制到c:\ windows \ system32下的Windows 2012/8计算机

    • tsadmin.dll
    • tsadmin.msc
    • umcRes.dll
    • wts.dll

    然后导入这些registry设置,您有Tsadmin.msc再次工作! 🙂

    注册文件已附加。

     Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MMC\SnapIns\FX:{3FCE72B6-A31B-43ac-ADDA-120E1E56EB0F}] "ApplicationBase"=hex(2):43,00,3a,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,\ 73,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,00,00 "About"="{00000000-0000-0000-0000-000000000000}" "VersionStringIndirect"="@C:\\Windows\\System32\\umcRes.dll,-106" "ProviderStringIndirect"=hex(2):40,00,43,00,3a,00,5c,00,57,00,69,00,6e,00,64,\ 00,6f,00,77,00,73,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,\ 5c,00,75,00,6d,00,63,00,52,00,65,00,73,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,\ 00,31,00,30,00,32,00,00,00 "NameString"="Remote Desktop Services Manager" "HelpTopic"=hex(2):25,00,73,00,79,00,73,00,74,00,65,00,6d,00,72,00,6f,00,6f,00,\ 74,00,25,00,5c,00,68,00,65,00,6c,00,70,00,5c,00,74,00,73,00,5f,00,6d,00,61,\ 00,6e,00,61,00,67,00,65,00,72,00,2e,00,63,00,68,00,6d,00,00,00 "AssemblyName"="tsadmin" "RuntimeVersion"="v2.0.50215" "Description"="Manage Remote Desktop Services sessions" "DescriptionStringIndirect"=hex(2):40,00,43,00,3a,00,5c,00,57,00,69,00,6e,00,\ 64,00,6f,00,77,00,73,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,\ 00,5c,00,75,00,6d,00,63,00,52,00,65,00,73,00,2e,00,64,00,6c,00,6c,00,2c,00,\ 2d,00,31,00,30,00,34,00,00,00 "LinkedHelpTopics"=hex(2):25,00,73,00,79,00,73,00,74,00,65,00,6d,00,72,00,6f,\ 00,6f,00,74,00,25,00,5c,00,68,00,65,00,6c,00,70,00,5c,00,74,00,73,00,5f,00,\ 6d,00,61,00,6e,00,61,00,67,00,65,00,72,00,2e,00,63,00,68,00,6d,00,00,00 "NameStringIndirect"=hex(2):40,00,43,00,3a,00,5c,00,57,00,69,00,6e,00,64,00,6f,\ 00,77,00,73,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,\ 75,00,6d,00,63,00,52,00,65,00,73,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,31,\ 00,30,00,33,00,00,00 "IconIndirect"=hex(2):40,00,43,00,3a,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,\ 00,73,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,75,00,\ 6d,00,63,00,52,00,65,00,73,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,31,00,31,\ 00,31,00,00,00 "FxVersion"="2.0.1.7" "Type"="Microsoft.TerminalServices.Monitor.SnapIn.TSManagerSnapIn, tsadmin, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" "FolderBitmapsColorMask"=dword:00000000 "ModuleName"="tsadmin.dll" "Provider"="Microsoft Corporation" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MMC\SnapIns\FX:{3FCE72B6-A31B-43ac-ADDA-120E1E56EB0F}\NodeTypes] [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MMC\SnapIns\FX:{3FCE72B6-A31B-43ac-ADDA-120E1E56EB0F}\Standalone] 

    http://social.technet.microsoft.com/wiki/contents/articles/2202.remote-server-administration-tools-rsat-for-windows-client-and-windows-server-dsforum2wiki.aspx

    远程服务器pipe理工​​具(RSAT)使ITpipe理员能够从运行Windows 8.1,Windows 8,Windows Vista或Windows Server 2003的计算机远程pipe理Windows Server 2012 R2,Windows Server 2012,Windows Server 2008或Windows Server 2008 R2中的angular色和function。 Windows 7的。

    如果您需要在Windows Server 2008,Windows Server 2008 R2,Windows Server 2012或Windows Server 2012 R2中安装pipe理工具,以获取在远程服务器上运行的特定angular色或function,则无需安装其他软件。 在Windows Server 2008或Windows Server 2008 R2中打开添加function向导,或在Windows Server 2012和更高版本中添加angular色和function向导,然后在selectfunction页面上,展开远程服务器pipe理工​​具,然后select所需的工具安装。

    链接的文章还列出了自Vista以来所有Windows版本的RSAT下载链接。 虽然规模很大(Win7大约240 Mb)。

    我能够在Windows 7上安装它。

    之后tsadmin.msc按预期工作。