Get JCOrganization - TheJumpCloud/support GitHub Wiki

Get-JCOrganization

SYNOPSIS

Returns all JumpCloud organizations associated with the authenticated JumpCloud admins account.

SYNTAX

Get-JCOrganization [<CommonParameters>]

DESCRIPTION

The Get-JCOrganization command displays all JumpCloud organizations associated with the authenticated JumpCloud admins. JumpCloud admins configured for multi tenant administration can see the Organizations they have access to and the displayName and JumpCloudOrgID for these accounts.

EXAMPLES

Example 1

Get-JCOrganization

Displays the JumpCloud organizations associated with the authenticated JumpCloud admin.

PARAMETERS

CommonParameters

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

INPUTS

None

OUTPUTS

System.Object

NOTES

RELATED LINKS