Set-DSEntryProperty
Synopsis
Syntaxe
__AllParameterSets
Set-DSEntryProperty [-Entry] <ConnectionInfoEntity> [[-Path] <string>] [-PropertyName] <string>
[-PropertyValue] <Object> [<CommonParameters>]Description
Exemples
Exemple 1
PS C:\> $entry = Get-DSEntry -EntryID "{00000000-0000-0000-0000-000000000000}" -AsRDMConnection
PS C:\> $entry.ConnectionInfo | Set-DSEntryProperty -PropertyName "HostPassword" -PropertyValue "MyNewPassword" | Update-DSEntryBaseExemple 2
Exemple 3
Exemple 4
Exemple 5
Exemple 6
Exemple 7
Paramètres
-Entry
-Path
-PropertyName
-PropertyValue
CommonParameters
Entrées
Devolutions.RemoteDesktopManager.Business.Entities.ConnectionInfoEntity
Sortie
Devolutions.RemoteDesktopManager.Business.Entities.ConnectionInfoEntity
Notes
Mis à jour
Ce contenu vous a-t-il été utile ?