Skip to content

Fix parameter's position in Resume-Service.md #1998

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 10 additions & 7 deletions reference/3.0/Microsoft.PowerShell.Management/Resume-Service.md
Original file line number Diff line number Diff line change
@@ -15,20 +15,23 @@ Resumes one or more suspended (paused) services.

### InputObject (Default)
```
Resume-Service [-InputObject] <ServiceController[]> [-PassThru] [-Include <String[]>] [-Exclude <String[]>]
Resume-Service [-InputObject] <ServiceController[]>
[-PassThru] [-Include <String[]>] [-Exclude <String[]>]
[-WhatIf] [-Confirm] [<CommonParameters>]
```

### Default
```
Resume-Service [-Name] <String[]> [-PassThru] [-Include <String[]>] [-Exclude <String[]>] [-WhatIf] [-Confirm]
[<CommonParameters>]
Resume-Service [-Name] <String[]>
[-PassThru] [-Include <String[]>] [-Exclude <String[]>]
[-WhatIf] [-Confirm] [<CommonParameters>]
```

### DisplayName
```
Resume-Service [-PassThru] -DisplayName <String[]> [-Include <String[]>] [-Exclude <String[]>] [-WhatIf]
[-Confirm] [<CommonParameters>]
Resume-Service -DisplayName <String[]>
[-PassThru] [-Include <String[]>] [-Exclude <String[]>]
[-WhatIf] [-Confirm] [<CommonParameters>]
```

## DESCRIPTION
@@ -120,7 +123,7 @@ Parameter Sets: InputObject
Aliases:

Required: True
Position: 1
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
@@ -138,7 +141,7 @@ Parameter Sets: Default
Aliases: ServiceName

Required: True
Position: 1
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
17 changes: 10 additions & 7 deletions reference/4.0/Microsoft.PowerShell.Management/Resume-Service.md
Original file line number Diff line number Diff line change
@@ -17,20 +17,23 @@ Resumes one or more suspended (paused) services.

### InputObject (Default)
```
Resume-Service [-InputObject] <ServiceController[]> [-PassThru] [-Include <String[]>] [-Exclude <String[]>]
Resume-Service [-InputObject] <ServiceController[]>
[-PassThru] [-Include <String[]>] [-Exclude <String[]>]
[-WhatIf] [-Confirm] [<CommonParameters>]
```

### Default
```
Resume-Service [-Name] <String[]> [-PassThru] [-Include <String[]>] [-Exclude <String[]>] [-WhatIf] [-Confirm]
[<CommonParameters>]
Resume-Service [-Name] <String[]>
[-PassThru] [-Include <String[]>] [-Exclude <String[]>]
[-WhatIf] [-Confirm] [<CommonParameters>]
```

### DisplayName
```
Resume-Service [-PassThru] -DisplayName <String[]> [-Include <String[]>] [-Exclude <String[]>] [-WhatIf]
[-Confirm] [<CommonParameters>]
Resume-Service -DisplayName <String[]>
[-PassThru] [-Include <String[]>] [-Exclude <String[]>]
[-WhatIf] [-Confirm] [<CommonParameters>]
```

## DESCRIPTION
@@ -125,7 +128,7 @@ Parameter Sets: InputObject
Aliases:

Required: True
Position: 1
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
@@ -143,7 +146,7 @@ Parameter Sets: Default
Aliases: ServiceName

Required: True
Position: 1
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
13 changes: 8 additions & 5 deletions reference/5.0/Microsoft.PowerShell.Management/Resume-Service.md
Original file line number Diff line number Diff line change
@@ -17,20 +17,23 @@ Resumes one or more suspended (paused) services.

### InputObject (Default)
```
Resume-Service [-InputObject] <ServiceController[]> [-PassThru] [-Include <String[]>] [-Exclude <String[]>]
Resume-Service [-InputObject] <ServiceController[]>
[-PassThru] [-Include <String[]>] [-Exclude <String[]>]
[-WhatIf] [-Confirm] [<CommonParameters>]
```

### Default
```
Resume-Service [-Name] <String[]> [-PassThru] [-Include <String[]>] [-Exclude <String[]>] [-WhatIf] [-Confirm]
[<CommonParameters>]
Resume-Service [-Name] <String[]>
[-PassThru] [-Include <String[]>] [-Exclude <String[]>]
[-WhatIf] [-Confirm] [<CommonParameters>]
```

### DisplayName
```
Resume-Service [-PassThru] -DisplayName <String[]> [-Include <String[]>] [-Exclude <String[]>] [-WhatIf]
[-Confirm] [<CommonParameters>]
Resume-Service -DisplayName <String[]>
[-PassThru] [-Include <String[]>] [-Exclude <String[]>]
[-WhatIf] [-Confirm] [<CommonParameters>]
```

## DESCRIPTION
13 changes: 8 additions & 5 deletions reference/5.1/Microsoft.PowerShell.Management/Resume-Service.md
Original file line number Diff line number Diff line change
@@ -17,20 +17,23 @@ Resumes one or more suspended (paused) services.

### InputObject (Default)
```
Resume-Service [-InputObject] <ServiceController[]> [-PassThru] [-Include <String[]>] [-Exclude <String[]>]
Resume-Service [-InputObject] <ServiceController[]>
[-PassThru] [-Include <String[]>] [-Exclude <String[]>]
[-WhatIf] [-Confirm] [<CommonParameters>]
```

### Default
```
Resume-Service [-Name] <String[]> [-PassThru] [-Include <String[]>] [-Exclude <String[]>] [-WhatIf] [-Confirm]
[<CommonParameters>]
Resume-Service [-Name] <String[]>
[-PassThru] [-Include <String[]>] [-Exclude <String[]>]
[-WhatIf] [-Confirm] [<CommonParameters>]
```

### DisplayName
```
Resume-Service [-PassThru] -DisplayName <String[]> [-Include <String[]>] [-Exclude <String[]>] [-WhatIf]
[-Confirm] [<CommonParameters>]
Resume-Service -DisplayName <String[]>
[-PassThru] [-Include <String[]>] [-Exclude <String[]>]
[-WhatIf] [-Confirm] [<CommonParameters>]
```

## DESCRIPTION
49 changes: 11 additions & 38 deletions reference/6/Microsoft.PowerShell.Management/Resume-Service.md
Original file line number Diff line number Diff line change
@@ -17,23 +17,23 @@ Resumes one or more suspended (paused) services.

### InputObject (Default)
```
Resume-Service [-InputObject] <ServiceController[]> [-PassThru] [-Include <String[]>] [-Exclude <String[]>]
[-InformationAction <ActionPreference>] [-InformationVariable <String>] [-WhatIf] [-Confirm]
[<CommonParameters>]
Resume-Service [-InputObject] <ServiceController[]>
[-PassThru] [-Include <String[]>] [-Exclude <String[]>]
[-WhatIf] [-Confirm] [<CommonParameters>]
```

### Default
```
Resume-Service [-Name] <String[]> [-PassThru] [-Include <String[]>] [-Exclude <String[]>]
[-InformationAction <ActionPreference>] [-InformationVariable <String>] [-WhatIf] [-Confirm]
[<CommonParameters>]
Resume-Service [-Name] <String[]>
[-PassThru] [-Include <String[]>] [-Exclude <String[]>]
[-WhatIf] [-Confirm] [<CommonParameters>]
```

### DisplayName
```
Resume-Service [-PassThru] -DisplayName <String[]> [-Include <String[]>] [-Exclude <String[]>]
[-InformationAction <ActionPreference>] [-InformationVariable <String>] [-WhatIf] [-Confirm]
[<CommonParameters>]
Resume-Service -DisplayName <String[]>
[-PassThru] [-Include <String[]>] [-Exclude <String[]>]
[-WhatIf] [-Confirm] [<CommonParameters>]
```

## DESCRIPTION
@@ -119,33 +119,6 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -InformationAction
```yaml
Type: ActionPreference
Parameter Sets: (All)
Aliases: infa
Accepted values: SilentlyContinue, Stop, Continue, Inquire, Ignore, Suspend

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -InformationVariable
```yaml
Type: String
Parameter Sets: (All)
Aliases: iv

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -InputObject
Specifies **ServiceController** objects that represent the services to resumed.
Enter a variable that contains the objects, or type a command or expression that gets the objects.
@@ -156,7 +129,7 @@ Parameter Sets: InputObject
Aliases:

Required: True
Position: 1
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
@@ -171,7 +144,7 @@ Parameter Sets: Default
Aliases: ServiceName

Required: True
Position: 1
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False