8000 Credentials for Set-Service command · Issue #4843 · PowerShell/PowerShell · GitHub
[go: up one dir, main page]

Skip to content 8000
Credentials for Set-Service command #4843
@joandrsn

Description

@joandrsn

Currently when creating a service using the New-Service from the module Microsoft.PowerShell.Management I can specify the credentials that my new service will be executed with.

Set-Service currently does not support setting the new logon account for the service.
The current workarounds that I have found:

  • Use sc.exe to change credentials
  • Use Get-WmiObject -Class Win32_Service and from there use the Change method
  • Delete the service and create it again.

But I believe it would be nice to have Set-Service support credentials.
Is it possible to add functionality for setting the credentials using the Set-Service command?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Issue-Enhancementthe issue is more of a feature request than a bugResolution-FixedThe issue is fixed.Up-for-GrabsUp-for-grabs issues are not high priorities, and may be opportunities for external contributorsWG-Cmdlets-Managementcmdlets in the Microsoft.PowerShell.Management module

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0