Skip to content

Get-CommonWDACConfig available parameters

image

Syntax

Get-CommonWDACConfig
    [-CertCN]
    [-CertPath]
    [-SignToolPath]
    [-SignedPolicyPath]
    [-UnsignedPolicyPath]
    [-StrictKernelPolicyGUID]
    [-StrictKernelNoFlightRootsPolicyGUID]
    [-Open]
    [-LastUpdateCheck]
    [<CommonParameters>]

Description

Use this cmdlet to query and display the values for common and frequently used parameters in the User Configurations Json file.

All of the applicable cmdlets of the module automatically check the User Configuration file for any available input, if you don't specify values for their parameters. Learn more about the User Configuration file here.

Parameters

-CertCN

Displays the Common Name of an installed certificate.

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


-CertPath

Displays the path to a certificate .cer file.

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


-SignToolPath

Displays the path to the SignTool executable.

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


-SignedPolicyPath

Displays the path to the xml file of a Signed policy.

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


-UnSignedPolicyPath

Displays the path to the xml file of an Unsigned policy.

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


-Open

Opens the User Config Json file in the default editor.

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


-LastUpdateCheck

Displays the last time online update check was performed.

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