Remove-RDMSessionAttachment
Synopsis
Syntax
__AllParameterSets
Remove-RDMSessionAttachment [-Attachment] <PSConnectionAttachment> [-Force]
[-ForcePromptAnswer <DialogResult[]>] [<CommonParameters>]Description
Examples
PS C:\> $session = Get-RDMSession -Name MySession;
$attachments = Get-RDMSessionAttachment -Session $session;
Remove-RDMSessionAttachment -Attachment $attachments[0]Parameters
-Attachment
-Force
-ForcePromptAnswer
CommonParameters
Notes
Last updated
Was this helpful?