Skip to content
Snippets Groups Projects
Commit 3d0d81c5 authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Add section about adding to group in installation instructions

Refers to #40
parent acf251da
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment