Skip to content

Latest commit

 

History

History
115 lines (82 loc) · 2.17 KB

Get-CsTeamsIPPhonePolicy.md

File metadata and controls

115 lines (82 loc) · 2.17 KB
external help file Module Name online version applicable title author ms.author ms.reviewer manager schema
Microsoft.Rtc.Management.Hosted.dll-help.xml
MicrosoftTeams
Microsoft Teams
Get-CsTeamsIPPhonePolicy
tonywoodruff
anwoodru
kponnus
sandrao
2.0.0

Get-CsTeamsIPPhonePolicy

SYNOPSIS

Get-CsTeamsIPPhonePolicy allows IT Admins to view policies for IP Phone experiences in Microsoft Teams

SYNTAX

Get-CsTeamsIPPhonePolicy [-LocalStore] [[-Identity] <XdsIdentity>] [-Tenant <Guid>] [-Filter <String>]

DESCRIPTION

Returns information about the Teams IP Phone Policies configured for use in your organization. Teams IP phone policies enable you to configure the different sign-in experiences based upon the function the device is performing; example: common area phone.

EXAMPLES

Example 1

PS C:\> Get-CsTeamsIPPhonePolicy -identity CommonAreaPhone

Retrieves the IP Phone Policy with name "CommonAreaPhone".

PARAMETERS

-Filter

Enables you to use wildcard characters when indicating the policy (or policies) to be returned. To return a collection of all the policies, use this syntax: -Filter "tag:*".

Type: String

Parameter Sets: (All)
Aliases:

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

-Identity

Specify the unique name of the TeamsIPPhonePolicy that you would like to retrieve.

Type: XdsIdentity
Parameter Sets: (All)
Aliases:

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

-LocalStore

Internal Microsoft Use Only.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

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

-Tenant

Internal Microsoft use only.

Type: Guid
Parameter Sets: (All)
Aliases:

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

INPUTS

None

OUTPUTS

System.Object

NOTES

RELATED LINKS