Skip to content

Commit 83adbb7

Browse files
authored
Merge pull request #11474 from MicrosoftDocs/main
10/15/2024 PM Publish
2 parents 1c85c18 + 81ffa0d commit 83adbb7

File tree

4 files changed

+16
-12
lines changed

4 files changed

+16
-12
lines changed

reference/5.1/Microsoft.PowerShell.Management/Start-Service.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml
33
Locale: en-US
44
Module Name: Microsoft.PowerShell.Management
5-
ms.date: 01/27/2023
5+
ms.date: 10/15/2024
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/start-service?view=powershell-5.1&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Start-Service
@@ -281,8 +281,9 @@ Windows PowerShell includes the following aliases for `Start-Service`:
281281

282282
- `sasv`
283283

284-
- `Start-Service` can control services only if the current user has permission to do this. If a
285-
command does not work correctly, you might not have the required permissions.
284+
- By default, only members of the Administrators group can start, stop, pause, resume, or restart a
285+
service. If you are a member of the Administrators group, you need to run `Start-Service` from an
286+
elevated PowerShell session. Use the **Run as Administrator** option to start PowerShell.
286287
- To find the service names and display names of the services on your system, type `Get-Service`.
287288
The service names appear in the **Name** column, and the display names appear in the
288289
**DisplayName** column.

reference/7.2/Microsoft.PowerShell.Management/Start-Service.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml
33
Locale: en-US
44
Module Name: Microsoft.PowerShell.Management
5-
ms.date: 01/27/2023
5+
ms.date: 10/15/2024
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/start-service?view=powershell-7.2&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Start-Service
@@ -286,8 +286,9 @@ PowerShell includes the following aliases for `Start-Service`:
286286

287287
This cmdlet is only available on Windows platforms.
288288

289-
- `Start-Service` can control services only if the current user has permission to do this. If a
290-
command does not work correctly, you might not have the required permissions.
289+
- By default, only members of the Administrators group can start, stop, pause, resume, or restart a
290+
service. If you are a member of the Administrators group, you need to run `Start-Service` from an
291+
elevated PowerShell session. Use the **Run as Administrator** option to start PowerShell.
291292
- To find the service names and display names of the services on your system, type `Get-Service`.
292293
The service names appear in the **Name** column, and the display names appear in the
293294
**DisplayName** column.

reference/7.4/Microsoft.PowerShell.Management/Start-Service.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml
33
Locale: en-US
44
Module Name: Microsoft.PowerShell.Management
5-
ms.date: 01/27/2023
5+
ms.date: 10/15/2024
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/start-service?view=powershell-7.4&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Start-Service
@@ -286,8 +286,9 @@ PowerShell includes the following aliases for `Start-Service`:
286286

287287
This cmdlet is only available on Windows platforms.
288288

289-
- `Start-Service` can control services only if the current user has permission to do this. If a
290-
command does not work correctly, you might not have the required permissions.
289+
- By default, only members of the Administrators group can start, stop, pause, resume, or restart a
290+
service. If you are a member of the Administrators group, you need to run `Start-Service` from an
291+
elevated PowerShell session. Use the **Run as Administrator** option to start PowerShell.
291292
- To find the service names and display names of the services on your system, type `Get-Service`.
292293
The service names appear in the **Name** column, and the display names appear in the
293294
**DisplayName** column.

reference/7.5/Microsoft.PowerShell.Management/Start-Service.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml
33
Locale: en-US
44
Module Name: Microsoft.PowerShell.Management
5-
ms.date: 01/27/2023
5+
ms.date: 10/15/2024
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/start-service?view=powershell-7.5&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Start-Service
@@ -286,8 +286,9 @@ PowerShell includes the following aliases for `Start-Service`:
286286

287287
This cmdlet is only available on Windows platforms.
288288

289-
- `Start-Service` can control services only if the current user has permission to do this. If a
290-
command does not work correctly, you might not have the required permissions.
289+
- By default, only members of the Administrators group can start, stop, pause, resume, or restart a
290+
service. If you are a member of the Administrators group, you need to run `Start-Service` from an
291+
elevated PowerShell session. Use the **Run as Administrator** option to start PowerShell.
291292
- To find the service names and display names of the services on your system, type `Get-Service`.
292293
The service names appear in the **Name** column, and the display names appear in the
293294
**DisplayName** column.

0 commit comments

Comments
 (0)