Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 11 additions & 7 deletions teams/teams-ps/teams/Get-ALLM365TeamsApps.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,18 @@ Module Name: MicrosoftTeams
online version: https://docs.microsoft.com/powershell/module/teams/Get-ALLM365TeamsApps
applicable: Microsoft Teams
title: Get-ALLM365TeamsApps
author: satishtimiri
author: lkueter
ms.author: satishtimiri
manager: rahulrgupta
ms.date: 04/24/2024
schema: 2.0.0
---

# Get-AllM365TeamsApps

## SYNOPSIS

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

## SYNTAX

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

## DESCRIPTION

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

## EXAMPLES

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

Returns a complete list of all Teams apps in an organization, their statuses, and their availability information.

## PARAMETERS

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

**IsBlocked**
The state of the app in the tenant.
Values:
Values:

- Blocked
- Unblocked

**AvailableTo**
Provides available to properties for the app.
Properties:

- AssignmentType: App availability type.
Values:
- Everyone
Expand All @@ -70,6 +74,6 @@ Properties:
- AssignedBy: UserID of the last user who updated the app available to value.

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

[Get-ALLM365TeamsApps](/powershell/module/teams/update-M365TeamsApps)
[Get-M365TeamsApp](Get-M365TeamsApp.md)
[Update-M365TeamsApp](Update-M365TeamsApp.md)
9 changes: 5 additions & 4 deletions teams/teams-ps/teams/Get-M365TeamsApp.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Module Name: MicrosoftTeams
online version: https://docs.microsoft.com/powershell/module/teams/Get-M365TeamsApp
applicable: Microsoft Teams
title: Get-M365TeamsApp
author: satishtimiri
author: lkueter
ms.author: satishtimiri
manager: rahulrgupta
schema: 2.0.0
Expand Down Expand Up @@ -72,12 +72,14 @@ Application ID of the Teams app.
**IsBlocked**
The state of the app in the tenant.
Values:

- Blocked
- Unblocked

**AvailableTo**
Provides available to properties for the app.
Properties:

- AssignmentType: App availability type.
Values:
- Everyone
Expand All @@ -96,6 +98,5 @@ Properties:

## RELATED LINKS

[Update-M365TeamsApps](/powershell/module/teams/update-m365teamsapps)

[Get-ALLM365TeamsApps](/powershell/module/teams/Get-ALLM365TeamsApps)
[Get-AllM365TeamsApps](Get-ALLM365TeamsApps.md)
[Update-M365TeamsApp](Update-M365TeamsApp.md)
12 changes: 6 additions & 6 deletions teams/teams-ps/teams/Update-M365TeamsApp.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ Module Name: MicrosoftTeams
online version: https://docs.microsoft.com/powershell/module/teams/Update-M365TeamsApp
applicable: Microsoft Teams
title: Update-M365TeamsApp
author: satishtimiri
author: lkueter
ms.author: satishtimiri
manager: rahulrgupta
ms.date: 04/24/2024
schema: 2.0.0
---

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

### -AppAssignmentType

App availability type.
App availability type.

```yaml
Type: String
Expand Down Expand Up @@ -73,7 +74,7 @@ Accept wildcard characters: False

### -Id

Application ID of Microsoft Teams app.
Application ID of Microsoft Teams app.

```yaml
Type: String
Expand Down Expand Up @@ -149,6 +150,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## RELATED LINKS

[Get-M365TeamsApps](/powershell/module/teams/get-m365teamsapps)

[Get-ALLM365TeamsApps](/powershell/module/teams/Get-ALLM365TeamsApps)
[Get-AllM365TeamsApps](Get-ALLM365TeamsApps.md)
[Get-M365TeamsApp](Get-M365TeamsApp.md)