Skip to content

Commit fd945d0

Browse files
authored
Merge pull request #12290 from srimantabagchi/patch-2
Update Get-ALLM365TeamsApps.md
2 parents 54e887e + 0e2e7c7 commit fd945d0

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

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

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ online version: https://docs.microsoft.com/powershell/module/teams/Get-ALLM365Te
55
applicable: Microsoft Teams
66
title: Get-ALLM365TeamsApps
77
author: lkueter
8-
ms.author: satishtimiri
8+
ms.author: sribagchi
99
manager: rahulrgupta
1010
ms.date: 04/24/2024
1111
schema: 2.0.0
@@ -45,6 +45,14 @@ PS C:\> Get-AllM365TeamsApps | Select-Object -Property Id, IsBlocked, AvailableT
4545

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

48+
### Example 3
49+
50+
```powershell
51+
PS C:\> Get-AllM365TeamsApps | Select-Object -Property Id, IsBlocked, AvailableTo, InstalledFor -ExpandProperty InstalledFor
52+
```
53+
54+
Returns a complete list of all Teams apps in an organization, their statuses, their availability and their installation information in expanded format.
55+
4856
## PARAMETERS
4957

5058
### CommonParameters
@@ -81,6 +89,20 @@ Properties:
8189
- LastUpdatedTimestamp: Time and date when the app AvailableTo value was last updated.
8290
- AssignedBy: UserID of the last user who updated the app available to value.
8391

92+
**InstalledFor**
93+
Provides installation status for the app.
94+
Properties:
95+
96+
- AppInstallType: App availability type.
97+
Values:
98+
- Everyone
99+
- UsersandGroups
100+
- Noone
101+
- LastUpdatedTimestamp: Time and date when the app AvailableTo value was last updated.
102+
- InstalledBy: UserID of the last user who installed the app available to value.
103+
- InstalledSource: Source of Installation
104+
- Version: Version of the app installed
105+
84106
## RELATED LINKS
85107

86108
[Get-M365TeamsApp](Get-M365TeamsApp.md)

0 commit comments

Comments
 (0)