Set-DSEntryProperty
Synopsis
Syntax
__AllParameterSets
Set-DSEntryProperty [-Entry] <ConnectionInfoEntity> [[-Path] <string>] [-PropertyName] <string>
[-PropertyValue] <Object> [<CommonParameters>]Description
Examples
Example 1
PS C:\> $entry = Get-DSEntry -EntryID "{00000000-0000-0000-0000-000000000000}" -AsRDMConnection
PS C:\> $entry.ConnectionInfo | Set-DSEntryProperty -PropertyName "HostPassword" -PropertyValue "MyNewPassword" | Update-DSEntryBaseExample 2
Example 3
Example 4
Example 5
Example 6
Example 7
Parameters
-Entry
-Path
-PropertyName
-PropertyValue
CommonParameters
Inputs
Devolutions.RemoteDesktopManager.Business.Entities.ConnectionInfoEntity
Outputs
Devolutions.RemoteDesktopManager.Business.Entities.ConnectionInfoEntity
Notes
Last updated
Was this helpful?