Add-RDMEntryAttachment
Synopsis
Syntax
__AllParameterSets
Add-RDMEntryAttachment [-InputObject] <PSConnection> [-Filename] <string[]> [-PassThru] [-Refresh]
[-ForcePromptAnswer <DialogResult[]>] [<CommonParameters>]Description
Only Devolutions Server and Devolutions Cloud workspaces support attachment.Examples
Example 1
PS C:\> Get-RDMEntry -Name EntryA | Add-RDMEntryAttachment -Filename 'C:\my\path\filename.txt', 'localFile.txt'Example 2
Parameters
-Filename
-ForcePromptAnswer
-InputObject
-PassThru
-Refresh
CommonParameters
Inputs
RemoteDesktopManager.PowerShellModule.PSOutputObject.PSConnection
Notes
Last updated
Was this helpful?