Skip to content

Commit b073d88

Browse files
committed
Additional step
1 parent df06eaf commit b073d88

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • content/en/docs/deployment/on-premises-design/ms-windows

content/en/docs/deployment/on-premises-design/ms-windows/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ To deploy a Mendix app using the Mendix Service Console, follow these steps:
9393

9494
4. Click **Next >**.
9595

96-
5. Optionally, if you selected the **Install service with LocalSystem account** checkbox while creating the app, install the service once your app is created. The service will be installed with the LocalSystem account. (You can verify the service account type in the Services app of Windows.) Execute the command below in the administrator command prompt to change the account type to your gMSA: `sc.exe config MyServiceName obj= "YOURDOMAIN\MyGMSAAccount$"`
96+
5. Optionally, if you selected the **Install service with LocalSystem account** checkbox while creating the app, install the service once your app is created. The service will be installed with the LocalSystem account. (You can verify the service account type in the Services app of Windows.) Execute the following command in the administrator command prompt to change the account type to your gMSA: `sc.exe config MyServiceName obj= "YOURDOMAIN\MyGMSAAccount$"`.
97+
Configure folder access permissions for gMSA account on the directory selected in the **Preferences** setting. For more information, refer to the [Installing the Mendix Service Console](/developerportal/deploy/deploy-mendix-on-microsoft-windows/#service-console) section above.
9798

9899
{{< figure src="/attachments/deployment/on-premises-design/ms-windows/gmsa.png" >}}
99100

0 commit comments

Comments
 (0)