New JCMSPImportTemplate - TheJumpCloud/support GitHub Wiki

New-JCMSPImportTemplate

SYNOPSIS

Creates a CSV file to either create new or update existing MSP organizations in a MSP tenant.

SYNTAX

New-JCMSPImportTemplate [-Force] [-Type <Object>] [<CommonParameters>]

DESCRIPTION

The New-JCMSPImportTemplate command is a menu driven function that creates a CSV template for the Update-JCMSPFromCSV and Import-JCMSPFromCSV functions. Templates for updated existing orgs are populated with the ids, names and max user counts of existing orgs. The template for new organizations is populated with only a name and max user count column.

EXAMPLES

Example 1

PS C:\> New-JCMSPImportTemplate

Launches the New-JCMSPImportTemplate menu

PARAMETERS

-Force

Parameter to force populate CSV with all headers when creating an update template. When selected this option will forcefully replace existing files in the current working directory. i.e. If you

Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Type

Type of CSV to Create. Update or Import are valid options.

Type: System.Object
Parameter Sets: (All)
Aliases:
Accepted values: Import, Update

Required: False
Position: Named
Default value: None
Accept pipeline input: False
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

None

OUTPUTS

System.Object

NOTES

RELATED LINKS

⚠️ **GitHub.com Fallback** ⚠️