< Back

Import-JCCommand

Thu Jan 16, 2020 9:01 am

NAME Import-JCCommand



SYNOPSIS

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





SYNTAX

Import-JCCommand [-URL] <System.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

(https://github.com/TheJumpCloud/support ... %20Gallery)





PARAMETERS

-URL <System.String>

The URL of the JumpCloud command to import into a JumpCloud tenant.



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

System.String







OUTPUTS

System.Object







NOTES









-------------------------- 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



RELATED LINKS

Online Version: https://github.com/TheJumpCloud/support ... -JCCommand