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

New-HubUser

Syntax

__AllParameterSets

New-HubUser -UserEmail <string> [-Name <string>] [-UserLocale <Language>]
 [-IsTemporaryPasswordSendByEmail] [-HubContext <HubContext>] [<CommonParameters>]

Parameters

-HubContext

Devolutions Cloud context

Type: Devolutions.Hub.PowerShell.Entities.HubContext
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
  Position: Named
  IsRequired: false
  ValueFromPipeline: false
  ValueFromPipelineByPropertyName: false
  ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

-IsTemporaryPasswordSendByEmail

If new Devolutions user and this is set to true, their temporary password will be send by email. If not, the temporary password will be display at the end of the user creation

-Name

Name of Devolutions user

-UserEmail

Email of Devolutions user

-UserLocale

If new Devolutions user, set their account locale

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 New-HubUser -detailed". For technical information, type "Get-Help New-HubUser -full".

Last updated

Was this helpful?