Remove-RDMSessionAttachment
Synopsis
Syntaxe
__AllParameterSets
Remove-RDMSessionAttachment [-Attachment] <PSConnectionAttachment> [-Force]
[-ForcePromptAnswer <DialogResult[]>] [<CommonParameters>]Description
Exemples
PS C:\> $session = Get-RDMSession -Name MySession;
$attachments = Get-RDMSessionAttachment -Session $session;
Remove-RDMSessionAttachment -Attachment $attachments[0]Paramètres
-Attachment
-Force
-ForcePromptAnswer
CommonParameters
Notes
Mis à jour
Ce contenu vous a-t-il été utile ?