For the complete documentation index, see llms.txt. This page is also available as Markdown.

Install-RDMPackage

Synopsis

Install the latest or specified version of Remote Desktop Manager

Syntax

__AllParameterSets

Install-RDMPackage [[-Edition] <string>] [[-RequiredVersion] <string>] [-NoDesktopShortcut]
 [-NoStartMenuShortcut] [-Quiet] [-Force] [<CommonParameters>]

Description

Install the latest or specified version of Remote Desktop Manager

Examples

PS C:\> Install-RDMPackage

Parameters

-Edition

Type: System.String
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
  Position: 0
  IsRequired: false
  ValueFromPipeline: false
  ValueFromPipelineByPropertyName: false
  ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

-Force

-NoDesktopShortcut

-NoStartMenuShortcut

-Quiet

-RequiredVersion

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Notes

For more information, type "Get-Help Install-RDMPackage -detailed". For technical information, type "Get-Help Install-RDMPackage -full".

Last updated

Was this helpful?