Get-CsTeamsIPPhonePolicy
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 |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Identity
Specify the unique name of the TeamsIPPhonePolicy that you would like to retrieve.
Type: | XdsIdentity |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-LocalStore
Internal Microsoft Use Only.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Tenant
Internal Microsoft use only.
Type: | Guid |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
None
Outputs
System.Object