public bool EnableRemoteDesktop { get; set; }Public Property EnableRemoteDesktop As Boolean
	Get
	Setpublic:
property bool EnableRemoteDesktop {
	bool get ();
	void set (bool value);
}member EnableRemoteDesktop : bool with get, setIf this property is , remote desktop will be enabled, and a firewall rule will be created to allow remote desktop connections. This will automatically give all members of the Administrators group remote access to the machine.