Add-RDMSessionAttachment
Synopsis
Syntax
__AllParameterSets
Add-RDMSessionAttachment [-Session] <PSConnection> [-Filename] <string> [-Description <string>]
[-Password <securestring>] [-Refresh] [-Title <string>] [-ForcePromptAnswer <DialogResult[]>]
[<CommonParameters>]Description
Examples
Example 1
PS C:\> $entry = Get-RDMSession -Name EntryA;
Add-RDMSessionAttachment -Filename 'C:\my\path\filename.ext' -Session $entryExample 2
Parameters
-Description
-Filename
-ForcePromptAnswer
-Password
-Refresh
-Session
-Title
CommonParameters
Notes
Last updated
Was this helpful?