Update-RDMEntryAttachment
Synopsis
Syntax
__AllParameterSets
Update-RDMEntryAttachment [-InputObject] <PSConnectionAttachment> [-Filename] <string> [-Refresh]
[-ForcePromptAnswer <DialogResult[]>] [-WhatIf] [-Confirm] [<CommonParameters>]Description
Examples
PS C:\> Get-RDMEntry -Name EntryA | Get-RDMEntryAttachment -Title 'UniqueTitle' | Update-RDMEntryCommand -Filename 'revisedFile.txt' -RefreshParameters
-Confirm
-Filename
-ForcePromptAnswer
-InputObject
-Refresh
-WhatIf
CommonParameters
Inputs
RemoteDesktopManager.PowerShellModule.PSOutputObject.PSConnectionAttachment
Notes
Last updated
Was this helpful?