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