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