Skip to content

Disable-OVDebug

Syntax

Disable-OVDebug
    [-Scope] <String>
    [-LoggerName] <String>
    [-ApplianceConnection] <Object>
    [<CommonParameters>]

Description

FOR HPE Support USE ONLY. This Cmdlet will disable appliance level component debug logging for during issue triage, by setting the Level to INFO. Do not use this Cmdlet unless otherwise instructed by HPE Support.

Examples

Parameters

-Scope <String>

The Scope of the LoggerName.

Aliases None
Required? True
Position? Named
Default value
Accept pipeline input? false
Accept wildcard characters? False

-LoggerName <String>

The internal component name.

Aliases None
Required? True
Position? Named
Default value
Accept pipeline input? false
Accept wildcard characters? False

-ApplianceConnection <Object>

Specify one [HPEOneView.Appliance.Connection] object or Name property value.

Aliases None
Required? True
Position? Named
Default value (${Global:ConnectedSessions} | ? Default)
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? False

<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216)

Input Types

HPE OneView Appliance Connection object.

Return Values