< Back

Get-CIPolicyIdInfo

Thu Apr 04, 2019 5:41 am

NAME Get-CIPolicyIdInfo



SYNOPSIS

Displays Code Integrity policy information.





SYNTAX

Get-CIPolicyIdInfo -FilePath <String> [<CommonParameters>]





DESCRIPTION

The Get-CIPolicyIdInfo cmdlet displays Code Integrity policy information. Specify the .xml file of the policy to modify.



This cmdlet returns human readable content. It is not intended for use with other cmdlets.





PARAMETERS

-FilePath <String>

Specifies the path of a Code Integrity policy .xml file.



Required? true

Position? named

Default value none

Accept pipeline input? false

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).



INPUTS











OUTPUTS

CIPolicyIdInfo









Example 1: Display Code Integrity policy information



PS C:\\>Get-CIPolicyIdInfo -FilePath ".\\Policy03.xml"

Provider : ConfigCIPolicy

Key : PolicyInfo

ValueName : Name

ValueType : String

Value : CIPolicy03



Provider : ConfigCIPolicy

Key : PolicyInfo

ValueName : PolicyId

ValueType : String

Value : CIP077



This command displays the Code Integrity policy information for the policy in the stored in the Policy03.xml file. This policy has values for both

name and ID.







RELATED LINKS

Set-CIPolicyIdInfo