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