Skip to main content

Set-ClientConsoleSetting

SYNOPSIS​

Set console settings to be used by the cli tool

SYNTAX​

Set-ClientConsoleSetting
[-HideSensitive]
[-ShowSensitive]
[[-Mode] <String>]
[-EnableUpdateCommands]
[-EnableDeleteCommands]
[-DisableCommands]
[[-DefaultPageSize] <Int32>]
[<CommonParameters>]

DESCRIPTION​

Sensitive information: When using -HideSensitive, the following information will be obfuscated when shown on the console (tenant, username, password, base64 credentials)

EXAMPLES​

EXAMPLE 1​

Set-ClientConsoleSetting -HideSensitive

Hide any sensitive session information on the console. Settings like (tenant, username, password, base64 credentials)

EXAMPLE 2​

Set-ClientConsoleSetting -Mode qual

Enable all create and update commands until the session is changed

PARAMETERS​

-HideSensitive​

Hide all sensitive session information (tenant, username, password, base64 encoded passwords etc.)

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

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

-ShowSensitive​

Show sensitive information (excepts clear-text passwords)

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

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

-Mode​

Session mode

Type: String
Parameter Sets: (All)
Aliases:

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

-EnableUpdateCommands​

Enable update commands

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

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

-EnableDeleteCommands​

Enable delete commands

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

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

-DisableCommands​

Disable all create/update/delete commands

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

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

-DefaultPageSize​

Set the default paging size to use in collection queries

Type: Int32
Parameter Sets: (All)
Aliases:

Required: False
Position: 2
Default value: 0
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​