Skip to content

open-remote-desktop

Launches the Remote Desktop app

#requires -version 5.1

try {
	Start-Process ms-rd:
	exit 0
} catch {
throw
}

This script has no configurable parameters.

An interactive directory of PowerShell scripts.