I need to grant a specific account SERVICE_START permissions for a given Windows service.
There seems to be some methods for doing so here, but would prefer a method that's native to PowerShell and doesn't require external tools, for ex. by using Get/Set-ACL cmdlets, or calling some .NET API.
Does someone know how to do it in that fashion? Thanks in advance.