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

Get-HubSystemPermission

Syntax

User

Get-HubSystemPermission -UserId <guid> [-HubContext <HubContext>] [<CommonParameters>]

Group

Get-HubSystemPermission -GroupId <guid> [-HubContext <HubContext>] [<CommonParameters>]

Parameters

-GroupId

Group Id

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

-HubContext

Devolutions Cloud context

-UserId

User Id

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

Last updated

Was this helpful?