Skip to content

Commit b20f620

Browse files
authored
Merge pull request MicrosoftDocs#11771 from MicrosoftDocs/8921458-review-ps-prs-for-style-and-merge
8921458 Review new PowerShell M365 cmdlets
2 parents 70478d8 + 86748b8 commit b20f620

File tree

3 files changed

+22
-17
lines changed

3 files changed

+22
-17
lines changed

teams/teams-ps/teams/Get-ALLM365TeamsApps.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,18 @@ Module Name: MicrosoftTeams
44
online version: https://docs.microsoft.com/powershell/module/teams/Get-ALLM365TeamsApps
55
applicable: Microsoft Teams
66
title: Get-ALLM365TeamsApps
7-
author: satishtimiri
7+
author: lkueter
88
ms.author: satishtimiri
99
manager: rahulrgupta
10+
ms.date: 04/24/2024
1011
schema: 2.0.0
1112
---
1213

1314
# Get-AllM365TeamsApps
1415

1516
## SYNOPSIS
1617

17-
This cmdlet returns all Microsoft Teams apps in the app catalog, including Microsoft, custom, and third-party apps.
18+
This cmdlet returns all Microsoft Teams apps in the app catalog, including Microsoft, custom, and non-Microsoft apps.
1819

1920
## SYNTAX
2021

@@ -24,7 +25,7 @@ Get-AllM365TeamsApps [<CommonParameters>]
2425

2526
## DESCRIPTION
2627

27-
Get-AllM365TeamsApps retrieves a complete list of all Teams apps in an organization, their statuses, and their availability information.
28+
Get-AllM365TeamsApps retrieves a complete list of all Teams apps in an organization, their statuses, and their availability information.
2829

2930
## EXAMPLES
3031

@@ -33,7 +34,8 @@ Get-AllM365TeamsApps retrieves a complete list of all Teams apps in an organizat
3334
```powershell
3435
PS C:\> Get-AllM365TeamsApps
3536
```
36-
Returns a complete list of all Teams apps in an organization, their statuses, and their availability information.
37+
38+
Returns a complete list of all Teams apps in an organization, their statuses, and their availability information.
3739

3840
## PARAMETERS
3941

@@ -54,13 +56,15 @@ Application ID of the Teams app.
5456

5557
**IsBlocked**
5658
The state of the app in the tenant.
57-
Values:
59+
Values:
60+
5861
- Blocked
5962
- Unblocked
6063

6164
**AvailableTo**
6265
Provides available to properties for the app.
6366
Properties:
67+
6468
- AssignmentType: App availability type.
6569
Values:
6670
- Everyone
@@ -70,6 +74,6 @@ Properties:
7074
- AssignedBy: UserID of the last user who updated the app available to value.
7175

7276
## RELATED LINKS
73-
[Get-M365TeamsApps](/powershell/module/teams/get-m365teamsapps)
7477

75-
[Get-ALLM365TeamsApps](/powershell/module/teams/update-M365TeamsApps)
78+
[Get-M365TeamsApp](Get-M365TeamsApp.md)
79+
[Update-M365TeamsApp](Update-M365TeamsApp.md)

teams/teams-ps/teams/Get-M365TeamsApp.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Module Name: MicrosoftTeams
44
online version: https://docs.microsoft.com/powershell/module/teams/Get-M365TeamsApp
55
applicable: Microsoft Teams
66
title: Get-M365TeamsApp
7-
author: satishtimiri
7+
author: lkueter
88
ms.author: satishtimiri
99
manager: rahulrgupta
1010
schema: 2.0.0
@@ -72,12 +72,14 @@ Application ID of the Teams app.
7272
**IsBlocked**
7373
The state of the app in the tenant.
7474
Values:
75+
7576
- Blocked
7677
- Unblocked
7778
7879
**AvailableTo**
7980
Provides available to properties for the app.
8081
Properties:
82+
8183
- AssignmentType: App availability type.
8284
Values:
8385
- Everyone
@@ -96,6 +98,5 @@ Properties:
9698
9799
## RELATED LINKS
98100
99-
[Update-M365TeamsApps](/powershell/module/teams/update-m365teamsapps)
100-
101-
[Get-ALLM365TeamsApps](/powershell/module/teams/Get-ALLM365TeamsApps)
101+
[Get-AllM365TeamsApps](Get-ALLM365TeamsApps.md)
102+
[Update-M365TeamsApp](Update-M365TeamsApp.md)

teams/teams-ps/teams/Update-M365TeamsApp.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ Module Name: MicrosoftTeams
44
online version: https://docs.microsoft.com/powershell/module/teams/Update-M365TeamsApp
55
applicable: Microsoft Teams
66
title: Update-M365TeamsApp
7-
author: satishtimiri
7+
author: lkueter
88
ms.author: satishtimiri
99
manager: rahulrgupta
10+
ms.date: 04/24/2024
1011
schema: 2.0.0
1112
---
1213

@@ -41,7 +42,7 @@ Updates state and availablity assignment information of 3acac8f6-4e9e-4ee1-9c0e-
4142

4243
### -AppAssignmentType
4344

44-
App availability type.
45+
App availability type.
4546

4647
```yaml
4748
Type: String
@@ -73,7 +74,7 @@ Accept wildcard characters: False
7374
7475
### -Id
7576
76-
Application ID of Microsoft Teams app.
77+
Application ID of Microsoft Teams app.
7778
7879
```yaml
7980
Type: String
@@ -149,6 +150,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
149150
150151
## RELATED LINKS
151152
152-
[Get-M365TeamsApps](/powershell/module/teams/get-m365teamsapps)
153-
154-
[Get-ALLM365TeamsApps](/powershell/module/teams/Get-ALLM365TeamsApps)
153+
[Get-AllM365TeamsApps](Get-ALLM365TeamsApps.md)
154+
[Get-M365TeamsApp](Get-M365TeamsApp.md)

0 commit comments

Comments
 (0)