Skip to content

Commit b60cbe5

Browse files
authored
Merge pull request MicrosoftDocs#6384 from get-itips/patch-242
Adding syntax
2 parents 6dd002a + 200f874 commit b60cbe5

File tree

4 files changed

+22
-0
lines changed

4 files changed

+22
-0
lines changed

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)