Skip to content

Latest commit

 

History

History
62 lines (35 loc) · 977 Bytes

Get-VSTeamPolicyType.md

File metadata and controls

62 lines (35 loc) · 977 Bytes

Get-VSTeamPolicyType

SYNOPSIS

SYNTAX

DESCRIPTION

EXAMPLES

Example 1

Get-VSTeamPolicyType -ProjectName Demo

This command returns all the policy types for the Demo project.

Example 3

Get-VSTeamPolicyType -ProjectName Demo -Id 73da726a-8ff9-44d7-8caa-cbb581eac991

This command gets the policy type by the specified id within the Demo project.

PARAMETERS

Id

Specifies one policy type by id.

Type: Guid[]
Parameter Sets: ByID

INPUTS

OUTPUTS

NOTES

RELATED LINKS

Add-VSTeamPolicy

Remove-VSTeamPolicy

Get-VSTeamPolicy