Skip to content

Commit 1b819fd

Browse files
authored
Merge branch 'master' into coblom/whiteboardExport
2 parents 0eb216e + 91d8354 commit 1b819fd

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

staffhub/staffhub-ps/staffhub/Get-StaffHubTeamsForTenant.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Note: This cmdlet is currently in Beta.
2020
## SYNTAX
2121

2222
```
23-
Get-StaffHubTeamsForTenant [[-ContinuationToken] <String>] [[-Top] <Int32>]
23+
Get-StaffHubTeamsForTenant [[-ContinuationToken] <String>] [[-Top] <Int32>] [[-ManagedBy] <StaffHub|Teams>]
2424
```
2525

2626
## DESCRIPTION
@@ -47,6 +47,13 @@ Get-StaffHubTeamsForTenant
4747

4848
Get all teams in the tenant with page size restricted to 1000 by default.
4949

50+
### -------------------------- Example 3 --------------------------
51+
```
52+
Get-StaffHubTeamsForTenant -ManagedBy Teams
53+
```
54+
55+
Return Teams that have not been created using StaffHub.
56+
5057
## PARAMETERS
5158

5259
### -ContinuationToken
@@ -73,7 +80,24 @@ Parameter Sets: (All)
7380
Aliases:
7481
Applicable: Microsoft StaffHub
7582
Required: False
76-
Position: 0
83+
Position: 2
84+
Default value: None
85+
Accept pipeline input: False
86+
Accept wildcard characters: False
87+
```
88+
89+
### -ManagedBy
90+
Get Teams of a specific type. Valid values are:
91+
- StaffHub
92+
- Teams
93+
94+
```yaml
95+
Type: StaffHub | Teams
96+
Parameter Sets: (All)
97+
Aliases:
98+
Applicable: Microsoft StaffHub
99+
Required: False
100+
Position: 3
77101
Default value: None
78102
Accept pipeline input: False
79103
Accept wildcard characters: False

0 commit comments

Comments
 (0)