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