Skip to content

Confirm WDACConfig

Violet Hansen edited this page Oct 12, 2024 · 11 revisions

Confirm-WDACConfig available parameters

Confirm-WDACConfig -ListActivePolicies

image

Syntax

Confirm-WDACConfig
    [-ListActivePolicies]
    [-OnlyBasePolicies]
    [-OnlySupplementalPolicies]
    [-OnlySystemPolicies]

Description

Lists the deployed Base and Supplemental App Control Policies using CITool and displays their counts and details.

Parameters

-OnlyBasePolicies

Using this will only display Base policies.

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

-OnlySupplementalPolicies

Using this will only display Supplemental policies.

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

-OnlySystemPolicies

Using this will only display system policies.

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

horizontal super thin rainbow RGB line

Confirm-WDACConfig -VerifyWDACStatus

image

Syntax

Confirm-WDACConfig
    [-VerifyWDACStatus]

Description

Shows the status of User-mode and Kernel-mode application control.


horizontal super thin rainbow RGB line

Confirm-WDACConfig -CheckSmartAppControlStatus

image

Syntax

Confirm-WDACConfig
    [-CheckSmartAppControlStatus]

Description

Checks the status of Smart App Control and reports the results on the console, including the evaluation mode expiration date.


C#


Clone this wiki locally