PowerShell CommandLet To See If A Server Is A Terminal Server

IT Support Forum Forums Windows Windows Server 2012 General Discussion PowerShell CommandLet To See If A Server Is A Terminal Server

Viewing 0 reply threads
  • Author
    Posts
    • #2270
      Webmaster
      Keymaster

      Here’s a PowerShell commandlet to see if a server is a Terminal Server. The PowerShell commandlet checks if the Remote Desktop Server Service is installed (which covers all types of terminal server, you can be more specific if needed):

      Get-WindowsFeature -Name Remote-Desktop-Services

Viewing 0 reply threads
  • You must be logged in to reply to this topic.