Skip to content

Set JCSettingsFile

Joe Workman edited this page Sep 27, 2024 · 8 revisions

external help file: JumpCloud-help.xml Module Name: JumpCloud online version: https://github.com/TheJumpCloud/support/wiki/ schema: 2.0.0

Set-JCSettingsFile

SYNOPSIS

Updates the JumpCloud Module Settings File

SYNTAX

Set-JCSettingsFile [-moduleBannerMessageCount <PSObject>]
 [-parallelOverride <PSObject>] [<CommonParameters>]

DESCRIPTION

The Set-JCSettingsFile function updates an the JumpCloud Module settings file.

EXAMPLES

Example 1

PS C:\> Set-JCSettingsFile -ParallelOverride $true

Disables parallel processing of results in the JumpCloud PowerShell Module

PARAMETERS

-moduleBannerMessageCount

sets the messageCount settings for the moduleBanner feature

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

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

-parallelOverride

sets the Override settings for the parallel feature

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

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

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