File tree Expand file tree Collapse file tree 1 file changed +26
-2
lines changed
staffhub/staffhub-ps/staffhub Expand file tree Collapse file tree 1 file changed +26
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Note: This cmdlet is currently in Beta.
20
20
## SYNTAX
21
21
22
22
```
23
- Get-StaffHubTeamsForTenant [[-ContinuationToken] <String>] [[-Top] <Int32>]
23
+ Get-StaffHubTeamsForTenant [[-ContinuationToken] <String>] [[-Top] <Int32>] [[-ManagedBy] <StaffHub|Teams>]
24
24
```
25
25
26
26
## DESCRIPTION
@@ -47,6 +47,13 @@ Get-StaffHubTeamsForTenant
47
47
48
48
Get all teams in the tenant with page size restricted to 1000 by default.
49
49
50
+ ### -------------------------- Example 3 --------------------------
51
+ ```
52
+ Get-StaffHubTeamsForTenant -ManagedBy Teams
53
+ ```
54
+
55
+ Return Teams that have not been created using StaffHub.
56
+
50
57
## PARAMETERS
51
58
52
59
### -ContinuationToken
@@ -73,7 +80,24 @@ Parameter Sets: (All)
73
80
Aliases :
74
81
Applicable : Microsoft StaffHub
75
82
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
77
101
Default value : None
78
102
Accept pipeline input : False
79
103
Accept wildcard characters : False
You can’t perform that action at this time.
0 commit comments