For the complete documentation index, see llms.txt. This page is also available as Markdown.

Set-HubEntry

Syntax

__AllParameterSets

Set-HubEntry -VaultId <guid> -EntryId <guid> -PSDecryptedEntry <PSDecryptedEntry>
 [-HubContext <HubContext>] [<CommonParameters>]

Parameters

-EntryId

ID of the Devolutions Cloud entry

Type: System.Guid
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
  Position: Named
  IsRequired: true
  ValueFromPipeline: false
  ValueFromPipelineByPropertyName: false
  ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

-HubContext

Devolutions Cloud context

-PSDecryptedEntry

Devolutions Cloud connection

-VaultId

ID of the Devolutions Cloud vault you want to set the entry

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Notes

For more information, type "Get-Help Set-HubEntry -detailed". For technical information, type "Get-Help Set-HubEntry -full".

Last updated

Was this helpful?