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