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