File tree 1 file changed +25
-1
lines changed 1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ online version: https://docs.microsoft.com/powershell/module/teams/Get-M365Teams
5
5
applicable : Microsoft Teams
6
6
title : Get-M365TeamsApp
7
7
author : lkueter
8
- ms.author : satishtimiri
8
+ ms.author : sribagchi
9
9
manager : rahulrgupta
10
10
schema : 2.0.0
11
11
---
@@ -96,6 +96,30 @@ Properties:
96
96
- AssignedBy: UserID of last user who updated the app AvailableTo value.
97
97
- LastUpdatedTimeStamp: Time and date when the app AvailableTo value was last updated.
98
98
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
+
99
123
## RELATED LINKS
100
124
101
125
[Get-AllM365TeamsApps](Get-ALLM365TeamsApps.md)
You can’t perform that action at this time.
0 commit comments