New-HubOrganizationUser
2025-01-21
New-HubOrganizationUser
SYNOPSIS
SYNTAX
NewOrganizationUserWithoutInvitation
New-HubOrganizationUser -Email <string> [-AllowOfflineInRDM <bool>]
[-UserSendMessageConfiguration <UserSendMessagePermission>] [-HubContext <HubContext>]
[<CommonParameters>]
NewOrganizationUserWithInvitation
New-HubOrganizationUser -PSInvitation <PSInvitation> [-HubContext <HubContext>] [<CommonParameters>]
ALIASES
This cmdlet has the following aliases,
DESCRIPTION
EXAMPLES
PARAMETERS
-AllowOfflineInRDM
Allow offline mode in RDM
Type: System.Boolean
DefaultValue: ''
SupportsWildcards: false
ParameterValue: []
Aliases: []
ParameterSets:
- Name: NewOrganizationUserWithoutInvitation
Position: Named
IsRequired: false
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
Email of organization user you want to invite
Type: System.String
DefaultValue: ''
SupportsWildcards: false
ParameterValue: []
Aliases: []
ParameterSets:
- Name: NewOrganizationUserWithoutInvitation
Position: Named
IsRequired: true
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
-HubContext
Hub context
Type: Devolutions.Hub.PowerShell.Entities.HubContext
DefaultValue: ''
SupportsWildcards: false
ParameterValue: []
Aliases: []
ParameterSets:
- Name: (All)
Position: Named
IsRequired: false
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
-PSInvitation
Invite organization user by PSInvitation object
Type: Devolutions.Hub.PowerShell.Entities.Hub.PSInvitation
DefaultValue: ''
SupportsWildcards: false
ParameterValue: []
Aliases: []
ParameterSets:
- Name: NewOrganizationUserWithInvitation
Position: Named
IsRequired: true
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
-UserSendMessageConfiguration
Configuration that allow/disallow to send messages with/without entries
Type: Devolutions.Hub.Clients.UserSendMessagePermission
DefaultValue: ''
SupportsWildcards: false
ParameterValue: []
Aliases: []
ParameterSets:
- Name: NewOrganizationUserWithoutInvitation
Position: Named
IsRequired: false
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
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.
INPUTS
OUTPUTS
NOTES
For more information, type "Get-Help New-HubOrganizationUser -detailed". For technical information, type "Get-Help New-HubOrganizationUser -full".