You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **Note:** The utility will encrypt the workspace key and update the configuration files for the Auditor service and scavenger utility.
59
+
60
+
> **Note:** The encrypt utility uses the certificate defined in the .config file. **If the certificate is refreshed or if the workspace key is refreshed, the utility should be run again. **.
61
+
62
+
> **Note:** By default, the localhost certificate is used. However, the site's SSL certificate could be used to standardize when the workspace key encrypted value should be refreshed.
63
+
64
+
5. Configure the MIM Service to have a dependency on the MIM Auditor service to prevent the MIM Service from running when the MIM Auditor is no longer running.
48
65
- Launch a PowerShell window as an Administrator
49
-
- Start-Service -Name "MIMAuditor"
66
+
- Set the dependency by typing: **Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\FIMService" -Name DependOnService -Value @("MIMAUDITOR")**
> **Note:** It is important to prevent the MIM Service from issuing requests while the MIM Auditor is not watching for the log events to prevent coverage gaps.
72
+
73
+
6. Start the MIMAuditor service
74
+
- Logon to the server as an Administrator (if you had rebooted in the previous step)
75
+
- Launch a PowerShell window as an Administrator
76
+
- Validate/Start the Service: Start-Service -Name "MIMAuditor"
77
+
78
+
7. Create an event and validate that the event is sent to the Log Analytics Workspace
50
79
51
-
5. Create an event and validate that the event is sent to the Log Analytics Workspace
80
+
8. Create a scheduled task to run the Scavenger utility to process any requests that may not have been written to the Log Analytics Workspace. Any failure to write the log successfully to the Log Analytics Workspace will be captured to the **C:\Program Files\Microsoft\MIM Auditor\Requests** folder
52
81
53
-
6. Repeat steps 1 to 5 on each of your MIM Service Servers.
82
+
9. Repeat steps 1 to 8 on each of your MIM Service Servers.
0 commit comments