Disable-QADDiagnosticLog

From PowerGUI Wiki

Jump to: navigation, search

Turn off diagnostic logging in ActiveRoles Management Shell. Diagnostic logging is mainly intended to be used by support personnel for troubleshooting purposes.

This cmdlet is part of the Quest ActiveRoles Server product. Use Get-QARSProductInfo to view information about ActiveRoles Server.

Contents

Syntax

Disable-QADDiagnosticLog [-Global] [<CommonParameters>]

Detailed Description

Use this cmdlet to turn off diagnostic logging that was turned on by using Enable-QADDiagnosticLog. Without the Global parameter, this cmdlet turns off diagnostic logging that was enabled only for the current session. Supply the Global parameter if you want to turn off diagnostic logging that was enabled for all sessions.



Parameters

Name Description Required? Pipeline Input Default Value
Global Use this parameter to stop diagnostic logging that was earlier enabled with the use of the Global parameter. false false

Examples

EXAMPLE 1

Disable-QADDiagnosticLog

Description


Turn off diagnostic logging that was earlier enabled for the current Management Shell session.

EXAMPLE 2

Disable-QADDiagnosticLog -Global

Description


Turn off diagnostic logging that was earlier enabled for all Management Shell sessions.

Personal tools