Skip to content

Set-CommanderSetting

SYNOPSIS

Set commander settings.

SYNTAX

Set-CommanderSetting [-DisableUpdateCheck] [<CommonParameters>]

DESCRIPTION

Set commander settings.

EXAMPLES

EXAMPLE 1

Set-CommanderSetting -DisableUpdateCheck

PARAMETERS

-DisableUpdateCheck

Does not check for updates when starting commander. Find-Module is used to check for updates.

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

Required: False
Position: Named
Default value: False
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

OUTPUTS

NOTES

Back to top