Set-RDMSessionAttachment
Synopsis
Syntax
__AllParameterSets
Set-RDMSessionAttachment [-Attachment] <PSConnectionAttachment[]> [-Refresh]
[-ForcePromptAnswer <DialogResult[]>] [<CommonParameters>]Description
Examples
PS C:\> $entry = Get-RDMSession -Name EntryA;
$attachments = Get-RDMSessionAttachment -Session $entry;
$attachments[0].Description = 'New description';
Set-RDMSessionAttachment -Attachment $attachments[0]Parameters
-Attachment
-ForcePromptAnswer
-Refresh
CommonParameters
Inputs
RemoteDesktopManager.PowerShellModule.PSOutputObject.PSConnectionAttachment
Notes
Last updated
Was this helpful?