Update-RDMSessionAttachment
Synopsis
Syntax
__AllParameterSets
Update-RDMSessionAttachment [-Attachment] <PSConnectionAttachment> [-Filename] <string> [-Refresh]
[-ForcePromptAnswer <DialogResult[]>] [<CommonParameters>]Description
Examples
PS C:\> $session = Get-RDMSession -Name MySession;
$attachments = Get-RDMSessionAttachment -Session $session;
Update-RDMSessionAttachment -Attachment $attachments[0] -Filename 'C:\\Mytestfile.txt'Parameters
-Attachment
-Filename
-ForcePromptAnswer
-Refresh
CommonParameters
Notes
Last updated
Was this helpful?