You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A return all results, works with -offset and other parameters
46
57
47
58
```yaml
48
59
Type: SwitchParameter
49
-
Parameter Sets: Search
60
+
Parameter Sets: Search, Accessories checked out to user id
50
61
Aliases:
51
62
52
63
Required: False
@@ -238,6 +249,21 @@ Accept pipeline input: False
238
249
Accept wildcard characters: False
239
250
```
240
251
252
+
### -user_id
253
+
{{ Fill user_id Description }}
254
+
255
+
```yaml
256
+
Type: Int32
257
+
Parameter Sets: Accessories checked out to user id
258
+
Aliases:
259
+
260
+
Required: False
261
+
Position: Named
262
+
Default value: 0
263
+
Accept pipeline input: False
264
+
Accept wildcard characters: False
265
+
```
266
+
241
267
### CommonParameters
242
268
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
0 commit comments