Appearance
Launches the Remote Desktop app
#requires -version 5.1 try { Start-Process ms-rd: exit 0 } catch { throw }
This script has no configurable parameters.