Skip to content

Commit 0ebd5f1

Browse files
authored
Update Get-ALLM365TeamsApps.md
1 parent 5a83e0c commit 0ebd5f1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ 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-
```
40+
### Example 2
41+
42+
```powershell
4143
PS C:\> Get-AllM365TeamsApps | Select-Object -Property Id, IsBlocked, AvailableTo -ExpandProperty AvailableTo
4244
```
4345
Returns a complete list of all Teams apps in an organization, their statuses, and their availability information in expanded format.

0 commit comments

Comments
 (0)