Active Directory User Permissions
You need to create a user and add user to the following groups:
For IIS monitoring User must have Administrative Privileges.
After you add the VirtualMetric user to the groups. You need to add this user to the following WMI Namespaces:
WMI Security Permissions
You can use the following script to add the user on computers you wish to add to VirtualMetric:
Script Name | |
---|---|
VirtualMetric Permission Script |
You need to update the DOMAIN\USER with the user you configured before. These permission will give access to get hardware data from the server :
These permissions will allow to read Windows Service Status. You need to change USER to the username you created before:
To Read Security logs you need to give Read access to following key:
Inside the script update the User from the following line:
MSSQL Service Configuration
If you want to use non-administrator user for VirtualMetric, you need to add the following changes for the user account in addition to Bare Metal permissions. You need to open CMD window to configure Security Descriptions for MSSQLSERVER Service. Type following command on CMD:
You will see default security descriptor of the MSSQLSERVER Service. Add the following security descriptor to MSSQLSERVER security descriptions:
Update the Security Description via following command:
SSMS User Configurations
Using SSMS add user to Server Logins:
Choose user and click OK button:
From Securables tab select Search and choose The Server selection.
And enable the following permissions:
Login Securable Options
Last updated