Skip to content

Commit 0e2e7c7

Browse files
authored
Merge branch 'main' into patch-2
2 parents e507263 + 54e887e commit 0e2e7c7

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

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

Lines changed: 25 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-M365Teams
55
applicable: Microsoft Teams
66
title: Get-M365TeamsApp
77
author: lkueter
8-
ms.author: satishtimiri
8+
ms.author: sribagchi
99
manager: rahulrgupta
1010
schema: 2.0.0
1111
---
@@ -96,6 +96,30 @@ Properties:
9696
- AssignedBy: UserID of last user who updated the app AvailableTo value.
9797
- LastUpdatedTimeStamp: Time and date when the app AvailableTo value was last updated.
9898
99+
**InstalledFor**
100+
Provides installed for properties for the app.
101+
Properties:
102+
103+
- AppInstallType: App install type.
104+
Values:
105+
- Everyone
106+
- UsersandGroups
107+
- Noone
108+
- LastUpdatedTimestamp: Last Updated date
109+
- InstalledBy: The user performing the installation
110+
- InstalledSource: Source of installation
111+
- Version: Version of the app installed
112+
- InstallForUsers: List of all the users for whom the app is enabled.
113+
Values:
114+
- Id: GUID of UserIDs.
115+
- AssignedBy: UserID of last user who updated the app AvailableTo value.
116+
- LastUpdatedTimeStamp: Time and date when the app AvailableTo value was last updated.
117+
- InstallForGroups: List of all the groups for whom the app is enabled.
118+
Values:
119+
- Id: GUID of GroupIDs.
120+
- AssignedBy: UserID of last user who updated the app AvailableTo value.
121+
- LastUpdatedTimeStamp: Time and date when the app AvailableTo value was last updated.
122+
99123
## RELATED LINKS
100124
101125
[Get-AllM365TeamsApps](Get-ALLM365TeamsApps.md)

0 commit comments

Comments
 (0)