Skip to content

Import JCCommand

epanipinto-jc edited this page Jan 9, 2020 · 12 revisions

Import-JCCommand

SYNOPSIS

Imports a Mac, Linux or Windows JumpCloud Command into the JumpCloud admin portal from a URL

SYNTAX

Import-JCCommand [-URL] <String> [<CommonParameters>]

DESCRIPTION

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

EXAMPLES

Example 1

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

PARAMETERS

-URL

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

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

System.String

OUTPUTS

System.Object

NOTES

RELATED LINKS

Quick Links

Command Reference

Authentication

Import and Backup

RADIUS Reply Attributes

User Functions

Administrator Functions

System Functions

Command Functions

Group Functions

Policy Functions

Event Functions

Clone this wiki locally