This site uses cookies for analytics, personalized content and ads. By continuing to browse this site, you agree to this use. Learn more
  • TechNet
  • Products
  • IT Resources
  • Downloads
  • Training
  • Support
Products
  • Windows
  • Windows Server
  • System Center
  • Microsoft Edge
 
  • Office
  • Office 365
  • Exchange Server
 
  • SQL Server
  • SharePoint Products
  • Skype for Business
  • See all products »
Resources
  • Channel 9 Video
  • Evaluation Center
  • Learning Resources
  • Microsoft Tech Companion App
  • Microsoft Technical Communities
  • Microsoft Virtual Academy
  • Script Center
  • Server and Tools Blogs
  • TechNet Blogs
 
  • TechNet Flash Newsletter
  • TechNet Gallery
  • TechNet Library
  • TechNet Magazine
  • TechNet Wiki
  • Windows Sysinternals
  • Virtual Labs
Solutions
  • Networking
  • Cloud and Datacenter
  • Security
  • Virtualization
Updates
  • Service Packs
  • Security Bulletins
  • Windows Update
Trials
  • Windows Server 2016
  • System Center 2016
  • Windows 10 Enterprise
  • SQL Server 2016
  • See all trials »
Related Sites
  • Microsoft Download Center
  • Microsoft Evaluation Center
  • Drivers
  • Windows Sysinternals
  • TechNet Gallery
Training
  • Expert-led, virtual classes
  • Training Catalog
  • Class Locator
  • Microsoft Virtual Academy
  • Free Windows Server 2012 courses
  • Free Windows 8 courses
  • SQL Server training
  • Microsoft Official Courses On-Demand
Certifications
  • Certification overview
  • Special offers
  • MCSE Cloud Platform and Infrastructure
  • MCSE: Mobility
  • MCSE: Data Management and Analytics
  • MCSE Productivity
Other resources
  • Microsoft Events
  • Exam Replay
  • Born To Learn blog
  • Find technical communities in your area
  • Azure training
  • Official Practice Tests
Support options
  • For business
  • For developers
  • For IT professionals
  • For technical support
  • Support offerings
More support
  • Microsoft Premier Online
  • TechNet Forums
  • MSDN Forums
  • Security Bulletins & Advisories
Not an IT pro?
  • Microsoft Customer Support
  • Microsoft Community Forums
TechCenter
 
Sign in
United States (English)Drop down arrow
Brasil (Português)Česká republika (Čeština)Deutschland (Deutsch)España (Español)France (Français)Indonesia (Bahasa)Italia (Italiano)România (Română)Türkiye (Türkçe)Россия (Русский)ישראל (עברית)المملكة العربية السعودية (العربية)ไทย (ไทย)대한민국 (한국어)中国 (中文)台灣 (中文)日本 (日本語)
 
 
HomeOnline20132010Other VersionsLibraryForumsGalleryEHLO Blog
Ask a question
Quick access
  • Forums home
  • Browse forums users
  • FAQ
Announcement: 2

Windows Multipoint Server announcement

  • Link
    What to do when Dashboard cannot be used in WS 2016?
    Eva Seydl Monday, October 23, 2017 4:46 PM

    If you are running into an issue where the WMS Dashboard is in an unusable state the security certificate might be expired which the Dashboard needs to connect to the webservice on the Server. Please use the following steps to identify if you are running into the same issue and apply the solution provided in this article: 

    1. Run "c:\Program Files\Windows MultiPoint Server\LogCollector.exe".  Click "Collect Data" and then "View Logs" in MultiPoint Log Collector 
    2. "View Logs" will open a folder with some zip files.  Open the latest zip file, and then open "Microsoft-Windows-WMS-Trace.csv" from inside the zip file (use notepad)
    3. Search for SecurityNegotiationException in the logs.

     

    If you see this error to run the following command in PowerShell as administrator:

    net stop wms; $hostname = (Get-WmiObject -Class Win32_ComputerSystem -Property Name).Name; Get-ChildItem -Path 'Cert:\localmachine\MultiPoint Services Certificates\' | ForEach-Object {if ($_.Subject -like ('*'+$hostname+'*')) {Write-Host ('Removing '+$_.Thumbprint); Remove-Item -Path ('Cert:\localmachine\MultiPoint Services Certificates\'+$_.Thumbprint)}}; net start wms

    The certificate can also be manually deleted but the process to do that is complex, so either way should work.

    If you want to try to manually remove the certificate, follow these steps:

    1. You will need your local host name.  If you don't know that, you can run the command "hostname" from a command prompt and it will tell you the computer's host name.
    2. From a command prompt run “Net stop wms”.  You will need to be running in an elevated command prompt as an administrator.
    3. From a command prompt run “mmc.exe”.  You will also need to be running in an elevated command prompt as an administrator.
    4. CTRL+M to add a new snap-in
    5. From the list of available snap-ins on the left, choose certificates, then add it to the list.  There will be a popup dialog.  Choose computer account from the three options, then choose local computer
    6. Find “MultiPoint Services Certificates” in the list of  certificates for the local computer.  Delete all the certificates where “Issued By” is the local host name.
    7. Now run “net start wms”.  When the MultiPoint service starts, it will create a new certificate for you.  This should fix the problem.

    An update is work in progress and will be shipped in one of the upcoming releases.

  • Link
    Testdrive MultiPoint Services Role as part of Windows Server 2016
    Eva Seydl Friday, November 20, 2015 6:53 PM

    Download the latest technical preview for Windows Server 2016 and test-drive Multipoint Services role: https://aka.ms/ws2016-eval 

    If you are running into issues let us know here on the TechNet forum.

    Are you missing features? Let us know on UserVoice: aka.ms/uservoice-wms

RRS feed

  • Remove From My Forums

Forums [ view all ]

Selected forums

Clear
Windows Multipoint Server
x
Filter : All threads
All threads
Answered
Unanswered
Proposed answers
General discussion

No replies
Helpful
Has code

All languages
Sort : Most recent post
  • Most recent post
  • Most recent thread
  • Total votes
  • Total replies
  • large check mark
    0 Votes

    Activation of Windows 2016 with KMS Server

    Windows Server
     > 
    Windows Multipoint Server
    Hello, We have a KMS host installed on Windows Server 2016, I want to activate some servers (2016) which are not members of the domain, but i have an error Code ...
    Unanswered | 0 Replies | 39 Views | Created by Marou89 - Thursday, December 12, 2019 10:45 AM
  • large check mark
    0 Votes

    Confusion with ADK selection for use with multipoint server.

    Windows Server
     > 
    Windows Multipoint Server
    Trying to extend the life of some hp thin clients. I would like to create a new build with multipoint 2012, but I can't determine which ADK I need to create a winpe bootable usb and .wim ...
    Unanswered | 0 Replies | 104 Views | Created by texastwostep - Tuesday, December 3, 2019 4:01 PM
  • large check mark
    0 Votes

    Microsoft Multipoint Services 2016 SDK

    Windows Server
     > 
    Windows Multipoint Server
    Hey, guys, does anyone know where I can find the SDK for multipoint services for Windows Server ...
    Unanswered | 0 Replies | 142 Views | Created by Fallindor - Monday, December 2, 2019 3:39 PM
  • large check mark
    0 Votes

    Multipoint Server 2016 was frozen when failover station by Host, CPU 90~99%

    Windows Server
     > 
    Windows Multipoint Server
    Hi Team, Multipoint Server 2016 was frozen when failover station by Host, CPU 90~99% 
    Unanswered | 0 Replies | 255 Views | Created by TungN - Saturday, November 23, 2019 4:29 PM
  • large check mark
    1 Votes

    Product Key

    Windows Server
     > 
    Windows Multipoint Server
    Hallo, I am looking for Windows Multi Point 2012 Server a product key to activate the ...
    Unanswered | 1 Replies | 290 Views | Created by MojeKoty - Sunday, November 17, 2019 10:23 AM | Last reply by Luigi Bruno - Sunday, November 17, 2019 4:24 PM
  • large check mark
    0 Votes

    How to configuration HID redirect egalaxtouch controller on Multipoint Server 2016

    Windows Server
     > 
    Windows Multipoint Server
    Hi Team, Please help me how to configuration HID redirect egalaxtouch controller on zero station on Multipoint Server ...
    Unanswered | 0 Replies | 215 Views | Created by TungN - Wednesday, November 13, 2019 2:09 AM
  • large check mark
    0 Votes

    Multipoint Server Configuration Error

    Windows Server
     > 
    Windows Multipoint Server
    Hello! After every restart or turn on the server server (HP Proliant ML350 Gen9 without extra graphic card) get this ...
    Unanswered | 1 Replies | 919 Views | Created by Server_under_mounth - Wednesday, April 3, 2019 7:46 AM | Last reply by luis manuel perez - Thursday, October 10, 2019 4:11 AM
  • large check mark
    0 Votes

    Windows Multipoint Server 2012 wms dashboard stopped working

    Windows Server
     > 
    Windows Multipoint Server
    Hello,  I'm currently experiencing a problem with our server. I can't open my multipoint dashboard. whenever i'll click the icon there's a pop op dialog box ...
    Unanswered | 0 Replies | 343 Views | Created by Paul Requillo - Wednesday, October 2, 2019 3:44 AM
  • large check mark
    0 Votes

    Windows Multipoint Server 2016 Station Recognition Issue

    Windows Server
     > 
    Windows Multipoint Server
    We've re-imaged most of our labs from Multipoint 2012 to 2016 and have noticed that the number of stations seem to be more limited compared to Multipoint 2012.  The issue seems to start when we ...
    Unanswered | 8 Replies | 2144 Views | Created by PCCUA - Wednesday, September 6, 2017 2:37 PM | Last reply by DAVINCI1 - Friday, September 13, 2019 11:51 AM
  • large check mark
    0 Votes

    Shell has stopped working

    Windows Server
     > 
    Windows Multipoint Server
    Getting error message "Shell has stopped working" on virtual machines. Due to this error, no more able to use system, no any option accessible, it stuck until i reboot the ...
    Unanswered | 0 Replies | 308 Views | Created by AkshayMali5189 - Friday, September 13, 2019 9:03 AM
  • large check mark
    0 Votes

    BSOD causing on Windows multipoint server 2012 R2

    Windows Server
     > 
    Windows Multipoint Server
    Hi Team, I've Installed Hyper-V Server 2012 R2 and Windows multipoint server 2012 on virtual machine I am facing BSOD can anyone help ...
    Unanswered | 1 Replies | 438 Views | Created by AkshayMali5189 - Tuesday, July 30, 2019 3:10 AM | Last reply by AkshayMali5189 - Friday, August 9, 2019 11:44 AM
  • large check mark
    0 Votes

    Default Authentication Mechanism for DC 2012/2016/2019

    Windows Server
     > 
    Windows Multipoint Server
    Hi, Can someone please tell that What is the default authentication for Domain Controller of Windows server ...
    Unanswered | 0 Replies | 625 Views | Created by Sajid101 - Monday, July 29, 2019 3:14 PM
  • large check mark
    0 Votes

    Allow non-admin user to eject usb

    Windows Server
     > 
    Windows Multipoint Server
    Hi everyone,  I'm new with multipoint server and I'm trying to allow my users connected via direct video-connected station, to safely remove usb flash ...
    Unanswered | 1 Replies | 1519 Views | Created by Alberick0 - Saturday, August 22, 2015 6:33 AM | Last reply by Marek Ivaň - Wednesday, July 24, 2019 5:34 AM
  • large check mark
    0 Votes

    Uninstall Hyper-V Role from Window Server Multipoint 2012 Premium to P2V to a Hyper-V Host as VM.

    Windows Server
     > 
    Windows Multipoint Server
    Hello We have a  Physical Server running the Window Server Multipoint 2012 Premium Edition OS and now want to move the Physical box as a VM to a Hyper-V Host. using the ...
    Unanswered | 0 Replies | 438 Views | Created by navinjk11 - Friday, July 12, 2019 5:28 AM
  • large check mark
    0 Votes

    How to redirect the USB ports of ethernet zero clients to COM ports on Windows Multipoint Server

    Windows Server
     > 
    Windows Multipoint Server
    Hello, All USB ports of ethernet zero clients have problems on WMS(Windows Server 2016) when more than one user use Arduino, Entry bot, etc. All students insert ...
    Unanswered | 0 Replies | 530 Views | Created by Michael Chun - Monday, June 10, 2019 2:08 PM
  • large check mark
    0 Votes

    Windows server 2016 runtimebroker.exe shut down the server

    Windows Server
     > 
    Windows Multipoint Server
    Hello! My server shut down every day. Here is the event, who start this shut ...
    Unanswered | 2 Replies | 1182 Views | Created by Server_under_mounth - Friday, April 26, 2019 6:15 AM | Last reply by Dave Kreitel - Friday, June 7, 2019 10:32 PM
  • large check mark
    0 Votes

    Windows Server 2016, When internet connection from network adapter disconnects all sessions get disconnected.

    Windows Server
     > 
    Windows Multipoint Server
    Hi, I'm having a problem with my Multipoint setup in Windows Server 2016, right now the computer is connected through a Ethernet cable to a router, every week or so I start to have problems with my ...
    Unanswered | 0 Replies | 635 Views | Created by César Montilla - Friday, May 31, 2019 6:36 PM
  • large check mark
    0 Votes

    Windows Server 2016 & MultiPoint Manager - LAN Stations

    Windows Server
     > 
    Windows Multipoint Server
    Hello to everybody. So I recently installed Microsoft Windows Server 2016 on my server PC. I am trying to connect few Atrust M320. But everytime I want to open LAN Stations and ...
    Unanswered | 5 Replies | 1823 Views | Created by realHelix - Tuesday, April 17, 2018 8:44 PM | Last reply by Server_under_mounth - Friday, April 19, 2019 5:36 AM
  • large check mark
    2 Votes

    Remote Desktop License Issue

    Windows Server
     > 
    Windows Multipoint Server
    Hi, I am currently running Server 2016 as a Mulitpoint box.  The system has 5 workstations connected, all of which work without issue. When I attempt to ...
    Answered | 13 Replies | 31399 Views | Created by CSS-NLESD - Friday, March 17, 2017 5:59 PM | Last reply by Facult - Monday, April 15, 2019 8:34 AM
  • large check mark
    0 Votes

    Home use of Windows Server and MultiPoint

    Windows Server
     > 
    Windows Multipoint Server
    My wife and I both use fairly hardware intensive programs for work and hobbies. She uses a lot of animation and illustration programs and I use a lot of CAD/Engineering Modeling software. I was ...
    Unanswered | 2 Replies | 1116 Views | Created by Kirknnc - Saturday, April 13, 2019 2:58 PM | Last reply by Kirknnc - Saturday, April 13, 2019 6:59 PM
  • Items 1 to 20 of 1226 Next ›
Announcement: 2

Windows Multipoint Server announcement

  • Link
    What to do when Dashboard cannot be used in WS 2016?
    Eva Seydl Monday, October 23, 2017 4:46 PM

    If you are running into an issue where the WMS Dashboard is in an unusable state the security certificate might be expired which the Dashboard needs to connect to the webservice on the Server. Please use the following steps to identify if you are running into the same issue and apply the solution provided in this article: 

    1. Run "c:\Program Files\Windows MultiPoint Server\LogCollector.exe".  Click "Collect Data" and then "View Logs" in MultiPoint Log Collector 
    2. "View Logs" will open a folder with some zip files.  Open the latest zip file, and then open "Microsoft-Windows-WMS-Trace.csv" from inside the zip file (use notepad)
    3. Search for SecurityNegotiationException in the logs.

     

    If you see this error to run the following command in PowerShell as administrator:

    net stop wms; $hostname = (Get-WmiObject -Class Win32_ComputerSystem -Property Name).Name; Get-ChildItem -Path 'Cert:\localmachine\MultiPoint Services Certificates\' | ForEach-Object {if ($_.Subject -like ('*'+$hostname+'*')) {Write-Host ('Removing '+$_.Thumbprint); Remove-Item -Path ('Cert:\localmachine\MultiPoint Services Certificates\'+$_.Thumbprint)}}; net start wms

    The certificate can also be manually deleted but the process to do that is complex, so either way should work.

    If you want to try to manually remove the certificate, follow these steps:

    1. You will need your local host name.  If you don't know that, you can run the command "hostname" from a command prompt and it will tell you the computer's host name.
    2. From a command prompt run “Net stop wms”.  You will need to be running in an elevated command prompt as an administrator.
    3. From a command prompt run “mmc.exe”.  You will also need to be running in an elevated command prompt as an administrator.
    4. CTRL+M to add a new snap-in
    5. From the list of available snap-ins on the left, choose certificates, then add it to the list.  There will be a popup dialog.  Choose computer account from the three options, then choose local computer
    6. Find “MultiPoint Services Certificates” in the list of  certificates for the local computer.  Delete all the certificates where “Issued By” is the local host name.
    7. Now run “net start wms”.  When the MultiPoint service starts, it will create a new certificate for you.  This should fix the problem.

    An update is work in progress and will be shipped in one of the upcoming releases.

  • Link
    Testdrive MultiPoint Services Role as part of Windows Server 2016
    Eva Seydl Friday, November 20, 2015 6:53 PM

    Download the latest technical preview for Windows Server 2016 and test-drive Multipoint Services role: https://aka.ms/ws2016-eval 

    If you are running into issues let us know here on the TechNet forum.

    Are you missing features? Let us know on UserVoice: aka.ms/uservoice-wms

 
© 2019 Microsoft. All rights reserved.
Newsletter|Contact Us|Privacy Statement|Terms of Use|Trademarks|Site Feedback