Skip to content

Commit c20b247

Browse files
Merge pull request #12020 from satish-timiri/patch-4
Update Get-ALLM365TeamsApps.md
2 parents 0039f4c + 6aa0a91 commit c20b247

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@ 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+
### Example 2
41+
42+
```powershell
43+
PS C:\> Get-AllM365TeamsApps | Select-Object -Property Id, IsBlocked, AvailableTo -ExpandProperty AvailableTo
44+
```
45+
46+
Returns a complete list of all Teams apps in an organization, their statuses, and their availability information in expanded format.
47+
4048
## PARAMETERS
4149

4250
### CommonParameters

0 commit comments

Comments
 (0)