diff --git a/teams/teams-ps/teams/Get-ALLM365TeamsApps.md b/teams/teams-ps/teams/Get-ALLM365TeamsApps.md index 58cd822d29..13166304fd 100644 --- a/teams/teams-ps/teams/Get-ALLM365TeamsApps.md +++ b/teams/teams-ps/teams/Get-ALLM365TeamsApps.md @@ -4,9 +4,10 @@ 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 --- @@ -14,7 +15,7 @@ schema: 2.0.0 ## 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 @@ -24,7 +25,7 @@ Get-AllM365TeamsApps [] ## 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 @@ -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 @@ -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 @@ -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) diff --git a/teams/teams-ps/teams/Get-M365TeamsApp.md b/teams/teams-ps/teams/Get-M365TeamsApp.md index 923a53360f..59f63ddc3e 100644 --- a/teams/teams-ps/teams/Get-M365TeamsApp.md +++ b/teams/teams-ps/teams/Get-M365TeamsApp.md @@ -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 @@ -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 @@ -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) diff --git a/teams/teams-ps/teams/Update-M365TeamsApp.md b/teams/teams-ps/teams/Update-M365TeamsApp.md index e0f101c783..35a024c551 100644 --- a/teams/teams-ps/teams/Update-M365TeamsApp.md +++ b/teams/teams-ps/teams/Update-M365TeamsApp.md @@ -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 --- @@ -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 @@ -73,7 +74,7 @@ Accept wildcard characters: False ### -Id -Application ID of Microsoft Teams app. +Application ID of Microsoft Teams app. ```yaml Type: String @@ -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)