# Set-JCSettingsFile ## SYNOPSIS Updates the JumpCloud Module Settings File ## SYNTAX ``` Set-JCSettingsFile [-moduleBannerMessageCount ] [-parallelOverride ] [-JCEnvironmentLocation ] [] ``` ## DESCRIPTION The Set-JCSettingsFile function updates an the JumpCloud Module settings file. ## EXAMPLES ### Example 1 ```powershell PS C:\> Set-JCSettingsFile -ParallelOverride $true ``` Disables parallel processing of results in the JumpCloud PowerShell Module ### Example 2 ```powershell PS C:\> Set-JCSettingsFile -JCEnvironmentLocation "EU" ``` Changes the location for the PowerShell Module to use the EU Datacenter ## PARAMETERS ### -JCEnvironmentLocation Sets the Environment Location settings to allow connection to the [region-specific datacenters](https://jumpcloud.com/support/jumpcloud-data-centers-login-urls-and-service-endpoints) ```yaml Type: System.Management.Automation.PSObject Parameter Sets: (All) Aliases: Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False ``` ### -moduleBannerMessageCount sets the messageCount settings for the moduleBanner feature ```yaml 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 ```yaml 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](http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS ### None ## OUTPUTS ### System.Object ## NOTES ## RELATED LINKS