Skip to content

Commit 913f0c0

Browse files
authored
Merge branch 'master' into chrisda
2 parents fa936f6 + b406f59 commit 913f0c0

File tree

5 files changed

+23
-1
lines changed

5 files changed

+23
-1
lines changed

skype/skype-ps/skype/Grant-CsTeamsUpgradePolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Grant-CsTeamsUpgradePolicy [-Identity] <UserIdParameter>] [-PolicyName] <string>
2222
```
2323

2424
## DESCRIPTION
25-
TeamsUpgradePolicy allows administrators to manage the transition from Skype for Business to Teams. As an organization with Skype for Business starts to adopt Teams, administrators can manage the user experience in their organization using the concept of coexistence "mode". Mode defines in which client incoming chats and calls land as well as in what service (Teams or Skype for Business) new meetings are scheduled in. Mode also governs what functionality is avaiable in the Teams client. Finally, prior to upgrading to TeamsOnly mode administrators can use TeamsUpgradePolicy to trigger notifications in the Skype for Business client to inform users of the pending upgrade.
25+
TeamsUpgradePolicy allows administrators to manage the transition from Skype for Business to Teams. As an organization with Skype for Business starts to adopt Teams, administrators can manage the user experience in their organization using the concept of coexistence "mode". Mode defines in which client incoming chats and calls land as well as in what service (Teams or Skype for Business) new meetings are scheduled in. Mode also governs what functionality is available in the Teams client. Finally, prior to upgrading to TeamsOnly mode administrators can use TeamsUpgradePolicy to trigger notifications in the Skype for Business client to inform users of the pending upgrade.
2626

2727
This cmdlet enables admins to apply TeamsUpgradePolicy to either individual users or to set the default for the entire organization.
2828

skype/skype-ps/skype/New-CsTeamsAppPermissionPolicy.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ The existence of this cmdlet is being documented for completeness, but do not us
2020

2121
## SYNTAX
2222

23+
```
24+
New-CsTeamsAppPermissionPolicy [-Force] [-Description <Object>] [-GlobalCatalogAppsType <Object>] [-WhatIf]
25+
[-PrivateCatalogAppsType <Object>] [-Confirm] [[-Identity] <Object>] [-DefaultCatalogAppsType <Object>]
26+
[-Tenant <Object>] [-InMemory] [-GlobalCatalogApps <Object>] [-DefaultCatalogApps <Object>]
27+
[-PrivateCatalogApps <Object>] [-AsJob]
28+
```
29+
2330
## DESCRIPTION
2431
As an admin, you can use app permission policies to enable or block specific apps for your users. Learn more about the App Setup Policies: https://docs.microsoft.com/en-us/microsoftteams/teams-app-permission-policies.
2532

skype/skype-ps/skype/New-CsTeamsAppSetupPolicy.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ The existence of this cmdlet is being documented for completeness, but do not us
2121

2222
## SYNTAX
2323

24+
```
25+
New-CsTeamsAppSetupPolicy [-Description <Object>] [-AppPresetList <Object>] [-WhatIf]
26+
[-PinnedAppBarApps <Object>] [-AllowUserPinning <Object>] [-Confirm] [[-Identity] <Object>] [-Tenant <Object>]
27+
[-InMemory] [-AllowSideLoading <Object>] [-Force] [-AsJob]
28+
```
29+
2430
## DESCRIPTION
2531

2632
As an admin, you can use app setup policies to customize Microsoft Teams to highlight the apps that are most important for your users. You choose the apps to pin and set the order that they appear. App setup policies let you showcase apps that users in your organization need, including ones built by third parties or by developers in your organization. You can also use app setup policies to manage how built-in features appear.

skype/skype-ps/skype/Remove-CsTeamsPinnedApp.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ The existence of this cmdlet is being documented for completeness, but do not us
2222

2323
## SYNTAX
2424

25+
```
26+
Remove-CsTeamsPinnedApp [-WhatIf] [-Confirm] [[-Identity] <Object>] [-Tenant <Object>] [-Force] [-AsJob]
27+
```
28+
2529
## DESCRIPTION
2630

2731
As an admin, you can use app setup policies to customize Microsoft Teams to highlight the apps that are most important for your users. You choose the apps to pin and set the order that they appear. App setup policies let you showcase apps that users in your organization need, including ones built by third parties or by developers in your organization. You can also use app setup policies to manage how built-in features appear.

skype/skype-ps/skype/Remove-CsVideoInteropServiceProvider.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ Cloud Video Interop for Teams enables 3rd party VTC devices to be able to join T
1818

1919
## SYNTAX
2020

21+
```
22+
Remove-CsVideoInteropServiceProvider [-WhatIf] [-Confirm] [[-Identity] <Object>] [-Tenant <Object>] [-Force]
23+
[-AsJob]
24+
```
25+
2126
## DESCRIPTION
2227
Cloud Video Interop for Teams enables 3rd party VTC devices to be able to join Teams meetings. The CsVideoInteropServiceProvider cmdlets allow you to designate provider/tenant specific information about the connection to the provider.
2328

0 commit comments

Comments
 (0)