@@ -18,22 +18,19 @@ Gets the services on the computer.
18
18
### Default (Default)
19
19
```
20
20
Get-Service [[-Name] <String[]>] [-DependentServices] [-RequiredServices]
21
- [-Include <String[]>] [-Exclude <String[]>] [-InformationAction <ActionPreference>]
22
- [-InformationVariable <String>] [<CommonParameters>]
21
+ [-Include <String[]>] [-Exclude <String[]>] [<CommonParameters>]
23
22
```
24
23
25
24
### DisplayName
26
25
```
27
26
Get-Service [-DependentServices] [-RequiredServices] -DisplayName <String[]>
28
- [-Include <String[]>] [-Exclude <String[]>] [-InformationAction <ActionPreference>]
29
- [-InformationVariable <String>] [<CommonParameters>]
27
+ [-Include <String[]>] [-Exclude <String[]>] [<CommonParameters>]
30
28
```
31
29
32
30
### InputObject
33
31
```
34
32
Get-Service [-DependentServices] [-RequiredServices] [-Include <String[]>]
35
- [-Exclude <String[]>] [-InputObject <ServiceController[]>] [-InformationAction <ActionPreference>]
36
- [-InformationVariable <String>] [<CommonParameters>]
33
+ [-Exclude <String[]>] [-InputObject <ServiceController[]>] [<CommonParameters>]
37
34
```
38
35
39
36
## DESCRIPTION
@@ -208,7 +205,7 @@ Required: True
208
205
Position : Named
209
206
Default value : None
210
207
Accept pipeline input : False
211
- Accept wildcard characters : False
208
+ Accept wildcard characters : True
212
209
` ` `
213
210
214
211
### -Exclude
@@ -226,7 +223,7 @@ Required: False
226
223
Position : Named
227
224
Default value : None
228
225
Accept pipeline input : False
229
- Accept wildcard characters : False
226
+ Accept wildcard characters : True
230
227
` ` `
231
228
232
229
### -Include
@@ -244,36 +241,7 @@ Required: False
244
241
Position : Named
245
242
Default value : None
246
243
Accept pipeline input : False
247
- Accept wildcard characters : False
248
- ` ` `
249
-
250
- ### -InformationAction
251
-
252
- ` ` ` yaml
253
- Type : ActionPreference
254
- Parameter Sets : (All)
255
- Aliases : infa
256
- Accepted values : SilentlyContinue, Stop, Continue, Inquire, Ignore, Suspend
257
-
258
- Required : False
259
- Position : Named
260
- Default value : None
261
- Accept pipeline input : False
262
- Accept wildcard characters : False
263
- ` ` `
264
-
265
- ### -InformationVariable
266
-
267
- ` ` ` yaml
268
- Type : String
269
- Parameter Sets : (All)
270
- Aliases : iv
271
-
272
- Required : False
273
- Position : Named
274
- Default value : None
275
- Accept pipeline input : False
276
- Accept wildcard characters : False
244
+ Accept wildcard characters : True
277
245
` ` `
278
246
279
247
### -InputObject
@@ -307,7 +275,7 @@ Required: False
307
275
Position : 1
308
276
Default value : None
309
277
Accept pipeline input : True (ByPropertyName, ByValue)
310
- Accept wildcard characters : False
278
+ Accept wildcard characters : True
311
279
` ` `
312
280
313
281
### -RequiredServices
0 commit comments