Skip to content

Commit 5a83e0c

Browse files
Update Get-ALLM365TeamsApps.md
1 parent feffa83 commit 5a83e0c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ PS C:\> Get-AllM365TeamsApps
3737

3838
Returns a complete list of all Teams apps in an organization, their statuses, and their availability information.
3939

40+
```
41+
PS C:\> Get-AllM365TeamsApps | Select-Object -Property Id, IsBlocked, AvailableTo -ExpandProperty AvailableTo
42+
```
43+
Returns a complete list of all Teams apps in an organization, their statuses, and their availability information in expanded format.
44+
4045
## PARAMETERS
4146

4247
### CommonParameters

0 commit comments

Comments
 (0)