From 3d0d81c51a5009a03d2f2184dadcc2e05ce500ab Mon Sep 17 00:00:00 2001 From: Niko Ehrenfeuchter <nikolaus.ehrenfeuchter@unibas.ch> Date: Wed, 14 Mar 2018 00:11:29 +0100 Subject: [PATCH] Add section about adding to group in installation instructions Refers to #40 --- INSTALLATION.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/INSTALLATION.md b/INSTALLATION.md index d92e8c0..a183a39 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -36,6 +36,15 @@ Launch `InstallUtil` as follows: & "C:\Windows\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe" /username=<SERVICEACCOUNT> /password=<SERVICEPASS> /unattended C:\Tools\AutoTx\AutoTx.exe ``` +### Add the service account to group "Performance Monitor Users" + +Monitoring the CPU load requires the service account to be a member of this +group. If this is not done via ActiveDirectory GPO's, you can do it for the +local system by running this command: + +``` +Add-LocalGroupMember -Group "Performance Monitor Users" -Member <SERVICEACCOUNT> +``` ### Service Startup -- GitLab