- Removed the
-GetNotificationSubscriptions
from the -All
switch.
- New Query Added to Data Warehouse Queries:
DW_Perf_byManagedEntity.sql
- Updated SQL Query
RunasProfiles.sql
to include the Domain of the Account.
select r.RuleDefaultName, pr.ObjectName, pr.CounterName, mp.ManagementPackDefaultName as MPName, COUNT(me.ManagedEntityDefaultName) AS Total
from Perf.vPerfRaw perf
join vPerformanceRuleInstance PRI on perf.PerformanceRuleInstanceRowId = PRI.PerformanceRuleInstanceRowId
join vPerformanceRule pr on PRI.RuleRowId = PR.RuleRowId
join vManagedEntity me on perf.ManagedEntityRowId = ME.ManagedEntityRowId
join [dbo].[vRule] r on r.RuleRowId = PR.RuleRowId
join vManagementPack mp on r.ManagementPackRowId = mp.ManagementPackRowId
where perf.DateTime > GetUTCDate() -48
GROUP BY PR.ObjectName, PR.CounterName, r.ruledefaultname, mp.ManagementPackDefaultName
ORDER BY COUNT (me.ManagedEntityDefaultName) DESC
- Updated the Best Practice Analyzer to detect for Mismatch between DW Writer Account in the DW and the RunAs Profile for the Data Warehouse Action Account.
![Download Count v3.6.6](https://camo.githubusercontent.com/27ed441ceb52aa1d32de3427d0e7275788ddaaea6c17565d7eef6d7665ee22c6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f646f776e6c6f6164732f626c616b656472756d6d2f53434f4d2d536372697074732d616e642d53514c2f762d332e362e362f53434f4d2d44617461436f6c6c6563746f722e7a69703f7374796c653d666f722d7468652d626164676526636f6c6f723d627269676874677265656e)