diff --git a/doc/xmlConfigFile.md b/doc/xmlConfigFile.md index 9c6abb3..42d031f 100644 --- a/doc/xmlConfigFile.md +++ b/doc/xmlConfigFile.md @@ -201,6 +201,16 @@ It is possible to specify the useraccount (and password) that the service will r The `` is optional. If set to `true`, will automatically set the "Allow Log On As A Service" right to the listed account. +To use [(Group) Managed Service Accounts](https://technet.microsoft.com/en-us/library/hh831782.aspx) append `$` to the account name and remove `` element: + +``` + + YOURDOMAIN + gmsa_account$ + true + +``` + ### Working directory Some services need to run with a working directory specified. To do this, specify a `` element like this: @@ -228,4 +238,4 @@ This is useful when the main process is a console, which can respond to Ctrl+C c ``` true -``` \ No newline at end of file +```