Skip to content

Latest commit

 

History

History
82 lines (59 loc) · 1.97 KB

Get-CIPolicyIdInfo.md

File metadata and controls

82 lines (59 loc) · 1.97 KB
description external help file Module Name ms.date online version schema title
Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
Microsoft.ConfigCI.Commands.dll-Help.xml
ConfigCI
12/20/2016
2.0.0
Get-CIPolicyIdInfo

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.

EXAMPLES

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.

PARAMETERS

-FilePath

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

Type: String
Parameter Sets: (All)
Aliases: f

Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

CIPolicyIdInfo

NOTES

RELATED LINKS

Set-CIPolicyIdInfo