Complete Guide to Windows Server 2025 Remote Desktop Services

Sdílet
Vložit
  • čas přidán 14. 03. 2024
  • Professor Robert McMillen shows you a complete guide to setting up Remote Desktop Services running on Windows Server 2025. Included are discussing the various server roles and a demonstration on configuring remote desktop application mode and web services.
    Commands used to create a certificate:
    New-SelfSignedCertificate -certstorelocation cert:\localmachine\my -dnsname "rdp"
    $pwd = ConvertTo-SecureString -String "Password" -Force -AsPlainText
    Export-PfxCertificate -cert cert:\localMachine\my\D841035590D9BC4BFF5882A3E1000F7171031210 -FilePath c:
    dp.pfx -Password $pwd

Komentáře • 10

  • @jimc1499
    @jimc1499 Před 3 měsíci +1

    Thank you for this video to help keep me up-to-date

    • @techpub
      @techpub  Před 3 měsíci

      Glad it was helpful!

  • @Jasmine-cn4wc
    @Jasmine-cn4wc Před 3 měsíci +1

    very well presented, thank you

    • @techpub
      @techpub  Před 2 měsíci +1

      Glad it was helpful!

  • @MageOfTheOrder
    @MageOfTheOrder Před 3 měsíci +1

    Enjoying the Server 2025 videos. Could show off the Hot Patching?

    • @techpub
      @techpub  Před 2 měsíci

      Good idea for a video. Thanks for watching.

  • @AtlasBit
    @AtlasBit Před 3 měsíci +1

    I love your videos so many useful things Thank you

    • @techpub
      @techpub  Před 3 měsíci +1

      Thanks for watching!

  • @danimoosakhan
    @danimoosakhan Před 3 měsíci

    What is the use case of using this service?

    • @techpub
      @techpub  Před 3 měsíci

      Users can access using a thin client and also to only install apps on a server instead of on each workstation. Thanks for watching.