Set-RDMPrivateSessionAttachment
Synopsis
Syntaxe
__AllParameterSets
Set-RDMPrivateSessionAttachment [-Attachment] <PSConnectionAttachment[]> [-Refresh]
[-ForcePromptAnswer <DialogResult[]>] [<CommonParameters>]Description
Exemples
PS C:\> $entry = Get-RDMPrivateSession -Name EntryA;
$attachments = Get-RDMPrivateSessionAttachment -Session $entry;
$attachments[0].Description = 'New description';
Set-RDMPrivateSessionAttachment -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 ?