Differences between revisions 2 and 29 (spanning 27 versions)
Revision 2 as of 2010-02-05 07:32:45
Size: 1072
Editor: cresnik
Comment:
Revision 29 as of 2023-10-16 13:33:09
Size: 2145
Editor: alders
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#acl TrustedGroup:read,write,admin All: #rev 2020-09-09 adjordje
## page was renamed from Workstations/Windows7/RemoteDesktopUsage
#rev 2018-10-15 adjordje
<<TableOfContents(3)>>
Line 3: Line 6:
<<TableOfContents(4)>> = Remote Desktop (RDP) Usage =
The Remote Desktop feature on Windows allows a graphical connecting to a workstation. Working through a Remote Desktop Connection feels like working in front of a workstation.
Line 5: Line 9:
== Overview ==

The Remote Desktop feature on Windows allows a graphical connection to a workstation. Working through a Remote Desktop Connection feels like working in front of a workstation.
== Drawbacks ==
Most features such as sound forwarding and USB forwarding work but performance depends on the network connection to the workstation. If you use a slow Internet connection, expect delays when refreshing screens etc.
Line 10: Line 13:
Remote Desktop is turned off per default and needs to be turned on by ISG D-ITET. If you require a Remote Desktop connection, please request it via email to support@. Remote Desktop will be enabled for your main login and on one workstation only.
Line 11: Line 15:
Remote Desktop is turned off per default and needs to be turned on by ISG. If you require a Remote Desktop connection, please request it via email to support@. Remote Desktop will be enabled for your main login and on one workstation only. Remote Desktop connection will also be limited to Swiss internet providers. Using a Remote Desktop connection from Russia or China will not work. == Connect to your managed Windows 10 client ==
''In order to connect to an ISG D-ITET managed Windows 10 workstation or Terminal Server, you will have to connect to ETH via VPN first. VPN allows you to create a secure connection between your pc at home and ETH.''
Line 13: Line 18:
== Drawbacks ==  1. Install and run the [[http://computing.ee.ethz.ch/Workstations/Network/VPN/|ETH VPN Client (Cisco AnyConnect)]]
 1. Choose your favourite RDP client:
  * '''MS Windows command line''': '''mstsc /v:YOUR-ETH-COMPUTER-NAME /f'''
  * '''MS Windows GUI''': Start >> All Programs >> Accessories >> "Remote Desktop Connection" and enter YOUR-ETH-COMPUTER-NAME. After that you have to enter your credentials. Do it like this: d\<username>
  * '''macOS GUI''': "'''Apple Remote Desktop'''" available at [[https://itshop.ethz.ch/|IT-Shop]]
  * '''Linux''': Install the package `freerdp` and make sure it's at least version 2. Older versions won't be able to authenticate properly with the ETH Active Directory.
  Start `freerdp` from the terminal with the gollowing command: {{{#!highlight bash numbers=disable
xfreerdp /d:d /u:>ETH username> /v:<Destination PC>.d.ethz.ch
}}}
  On a managed Linux client you can use the convenient wrapper `win.start` instead
Line 15: Line 29:
Most features such as sound forwarding and USB forwarding work but performance depends on the network connection to the workstation. If you are a ISDN dial-in from phone, expect delays when refreshing screens etc.
Line 17: Line 30:
Installing software usually does not work via Remote Desktop connection, even if you were connected via a local administrator account. ----
[[CategoryWNCL]]

Remote Desktop (RDP) Usage

The Remote Desktop feature on Windows allows a graphical connecting to a workstation. Working through a Remote Desktop Connection feels like working in front of a workstation.

Drawbacks

Most features such as sound forwarding and USB forwarding work but performance depends on the network connection to the workstation. If you use a slow Internet connection, expect delays when refreshing screens etc.

Enabling Remote Desktop Connections

Remote Desktop is turned off per default and needs to be turned on by ISG D-ITET. If you require a Remote Desktop connection, please request it via email to support@. Remote Desktop will be enabled for your main login and on one workstation only.

Connect to your managed Windows 10 client

In order to connect to an ISG D-ITET managed Windows 10 workstation or Terminal Server, you will have to connect to ETH via VPN first. VPN allows you to create a secure connection between your pc at home and ETH.

  1. Install and run the ETH VPN Client (Cisco AnyConnect)

  2. Choose your favourite RDP client:
    • MS Windows command line: mstsc /v:YOUR-ETH-COMPUTER-NAME /f

    • MS Windows GUI: Start >> All Programs >> Accessories >> "Remote Desktop Connection" and enter YOUR-ETH-COMPUTER-NAME. After that you have to enter your credentials. Do it like this: d\<username>

    • macOS GUI: "Apple Remote Desktop" available at IT-Shop

    • Linux: Install the package freerdp and make sure it's at least version 2. Older versions won't be able to authenticate properly with the ETH Active Directory. Start freerdp from the terminal with the gollowing command:

      xfreerdp /d:d /u:>ETH username> /v:<Destination PC>.d.ethz.ch
      

      On a managed Linux client you can use the convenient wrapper win.start instead


CategoryWNCL

Workstations/Windows/RemoteDesktopUsage (last edited 2023-10-16 13:33:09 by alders)