Set-RDMSessionAttachment
Synopsis
Syntaxe
__AllParameterSets
Set-RDMSessionAttachment [-Attachment] <PSConnectionAttachment[]> [-Refresh]
[-ForcePromptAnswer <DialogResult[]>] [<CommonParameters>]Description
Exemples
PS C:\> $entry = Get-RDMSession -Name EntryA;
$attachments = Get-RDMSessionAttachment -Session $entry;
$attachments[0].Description = 'New description';
Set-RDMSessionAttachment -Attachment $attachments[0]Paramètres
-Attachment
-ForcePromptAnswer
-Refresh
CommonParameters
Entrées
RemoteDesktopManager.PowerShellModule.PSOutputObject.PSConnectionAttachment
Notes
Mis à jour
Ce contenu vous a-t-il été utile ?