Skip to content

Commit 0721122

Browse files
authored
AppDesktopSharingMode parameter cannot set with New-Cs​Teams​Meeting​Policy
When we tried to set the parameter with New-Cs​Teams​Meeting​Policy, the error "A parameter cannot be found that matches parameter name 'AppDesktopSharingMode'." occurred.
1 parent ee3e187 commit 0721122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skype/skype-ps/skype/New-CsTeamsMeetingPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ schema: 2.0.0
1313
## SYNTAX
1414

1515
```
16-
New-CsTeamsMeetingPolicy [-AppDesktopSharingMode <Object>] [-Description <Object>] [[-Identity] <Object>]
16+
New-CsTeamsMeetingPolicy [-Description <Object>] [[-Identity] <Object>]
1717
[-InMemory] [-Confirm] [-AllowSharedNotes <Object>] [-AutoAdmittedUsers <Object>]
1818
[-AllowOutlookAddIn <Object>] [-Force] [-AllowTranscription <Object>]
1919
[-AllowPrivateMeetingScheduling <Object>] [-Tenant <Object>] [-MediaBitRateKb <Object>]

0 commit comments

Comments
 (0)