File tree Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Expand file tree Collapse file tree 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
55applicable : Microsoft Teams
66title : Get-M365TeamsApp
77author : lkueter
8- ms.author : satishtimiri
8+ ms.author : sribagchi
99manager : rahulrgupta
1010schema : 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)
You can’t perform that action at this time.
0 commit comments