vmkeron.blogg.se

Windows server 2016 remote desktop
Windows server 2016 remote desktop











windows server 2016 remote desktop

#WINDOWS SERVER 2016 REMOTE DESKTOP INSTALL#

Set-WmiInstance -Path $PATH -argument The "thumbprint" above, is the value you noted earlier, just insert it between the ". as it seems, you have an open license, with number of remote desktop (RDP) licenses (CALs), in this case you can install the license in each of your session host servers and set the number of CALs for each one (the total for both should not exceed the total of your license), you can do this as the license you have is an open license.

  • Finally this is the command to change the active certificate on the RDP listener:.
  • This is a variable to set the WMI path to the RD Session Host RDP listener (Where the certificate needs to be changed): $PATH = (Get-WmiObject -class "Win32_TSGeneralSetting" -Namespace root\cimv2\terminalservices).
  • Then with this command display the thumbprint of the certificate, copy it to a text file or something similar: Get-ChildItem "Cert:\LocalMachine\My".
  • Install converted certificate to personal store at the computer level.
  • windows server 2016 remote desktop

  • Convert let's encrypt cert files into windows one via: openssl pkcs12 -export -out certificate.pfx -inkey privkey.pem -in cert.pem -certfile chain.pem (Linux command) if you issued certificate with help of acme.sh, you command should look like: openssl pkcs12 -export -out certificate.pfx -inkey -in -certfile fullchain.cer.
  • Now issue certificate to domain name (i.e.
  • Then setup licensing in "RD Licensing Manager".
  • For example, if you want to connect to the server by address, your server name should be "srv" and DNS suffix "".
  • First of all, name of the server had to be changed by adding DNS suffix.












  • Windows server 2016 remote desktop