File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
6/Microsoft.PowerShell.Management
7.0/Microsoft.PowerShell.Management
7.1/Microsoft.PowerShell.Management Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ Get-Service -DisplayName "Test Service" | Remove-Service
5757
5858### -InputObject
5959
60- Specifies ** ServiceController** objects that represent the services to stop . Enter a variable that
60+ Specifies ** ServiceController** objects that represent the services to remove . Enter a variable that
6161contains the objects, or type a command or expression that gets the objects.
6262
6363``` yaml
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ Get-Service -DisplayName "Test Service" | Remove-Service
5757
5858### -InputObject
5959
60- Specifies ** ServiceController** objects that represent the services to stop . Enter a variable that
60+ Specifies ** ServiceController** objects that represent the services to remove . Enter a variable that
6161contains the objects, or type a command or expression that gets the objects.
6262
6363``` yaml
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ Get-Service -DisplayName "Test Service" | Remove-Service
5757
5858### -InputObject
5959
60- Specifies ** ServiceController** objects that represent the services to stop . Enter a variable that
60+ Specifies ** ServiceController** objects that represent the services to remove . Enter a variable that
6161contains the objects, or type a command or expression that gets the objects.
6262
6363``` yaml
You can’t perform that action at this time.
0 commit comments