DisableByInputObject method of the MSFT_WdacBidTraceTask class

Disables Built-in Diagnostics Tracing (BidTrace) for troubleshooting WDAC components.

Syntax

uint32 DisableByInputObject(
  [in]  boolean           PassThru,
  [in]  MSFT_WdacBidTrace InputObject[],
  [out] MSFT_WdacBidTrace cmdletOutput[]
);

Parameters

PassThru [in]

Passes the object created by this cmdlet through the pipeline. By default, this cmdlet does not pass any objects through the pipeline.

InputObject [in]

Disable the BidTrace represented by the specified BidTrace setting objects. Enter a variable that contains the objects, or type a command or expression that gets the objects.

cmdletOutput [out]

The output is an array of CIM objects of type MSFT_WdacBidTrace, each of which represents a WDAC BidTrace setting.

Requirements

Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Namespace
Root\Microsoft\Windows\WDAC
MOF
WdacWmiProv.mof
DLL
WdacWmiProv.dll

See also

MSFT_WdacBidTraceTask

MSFT_WdacBidTrace