Skip to content

Commit 72e7937

Browse files
Update New-CsTeamsVoiceApplicationsPolicy.md
adding description parameter
1 parent 903fcaf commit 72e7937

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

teams/teams-ps/teams/New-CsTeamsVoiceApplicationsPolicy.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Creates a new Teams voice applications policy. `TeamsVoiceApplications` policy g
1414

1515
## SYNTAX
1616

17-
```
17+
```powershell
1818
New-CsTeamsVoiceApplicationsPolicy [-Identity] <String>
1919
[-AllowAutoAttendantBusinessHoursGreetingChange <Boolean>]
2020
[-AllowAutoAttendantAfterHoursGreetingChange <Boolean>]
@@ -54,6 +54,7 @@ New-CsTeamsVoiceApplicationsPolicy [-Identity] <String>
5454
[-HistoricalCallQueueMetricsPermission <string>]
5555
[-HistoricalAgentMetricsPermission <string>]
5656
57+
[-Description <String>]
5758
[-WhatIf]
5859
[-Confirm]
5960
[<CommonParameters>]
@@ -733,6 +734,22 @@ Accept pipeline input: False
733734
Accept wildcard characters: False
734735
```
735736

737+
### -Description
738+
739+
Enables administrators to provide explanatory text about the policy. For example, the Description might indicate the users the policy should be assigned to.
740+
741+
```yaml
742+
Type: String
743+
Parameter Sets: (All)
744+
Aliases:
745+
746+
Required: False
747+
Position: Named
748+
Default value: None
749+
Accept pipeline input: False
750+
Accept wildcard characters: False
751+
```
752+
736753
### CommonParameters
737754

738755
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).

0 commit comments

Comments
 (0)