Import JCCommand - TheJumpCloud/support GitHub Wiki
external help file: JumpCloud-help.xml Module Name: JumpCloud online version: https://github.com/TheJumpCloud/support/wiki/Import-JCCommand schema: 2.0.0
Imports a Mac, Linux or Windows JumpCloud Command into the JumpCloud admin portal from a URL
Import-JCCommand [-URL] <String> [<CommonParameters>]
The Import-JCCommand command can be used to import curated JumpCloud Mac, Linux, and Windows commands into a JumpCloud tenant
See all available commands in the JumpCloud Commands Gallery
Import-JCCommand -URL 'https://git.io/jccg-Windows-ListAllUsers'
Imports the JumpCloud command located at the URL 'Import-JCCommand -URL 'https://git.io/jccg-Windows-ListAllUsers' into a JumpCloud tenant. This command lists all user accounts on a Windows system and shows if the account is enabled or disabled
The URL of the JumpCloud command to import into a JumpCloud tenant.
Type: System.String
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.