2016年6月6日 星期一

Few objects are not available while running reports

Cause
This default limit of 500 objects is by design 


Resolution

-Create a registry key to manually set the maximum object limit in the Add Object Wizard. 

On the computer that's hosting the Operations Manager console, close all running instances 
of the console.
Start Registry Editor. Make sure that you're using the same user account that's used to 
run the console. 
Locate and then click the following registry subkey: 

HKEY_CURRENT_USER\Software\Microsoft\Microsoft Operations Manager\3.0\Console
Create a new DWORD value key, and save it as MaximumSearchItemLimit. Assign a value to this key that reflects the maximum number of objects that you want to display. For example, use a value of 1000 if you want to limit the maximum number of objects to 1000 instead of to the default limit of 500.

Location: HKEY_CURRENT_USER\Software\Microsoft\Microsoft Operations Manager\3.0\Console
Name: MaximumSearchItemLimit
Type: REG_DWORD
Value: 0 to 65535

Exit Registry Editor.
Reopened console 

LocalAccountTokenFilterPolicy

To disable UAC remote restrictions, follow these steps: 
1. Click Start, click Run, type regedit, and then press ENTER. 
2. Locate and then click the following registry subkey: 
   HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
3. If the LocalAccountTokenFilterPolicy registry entry does not exist, follow these steps: 
a. On the Edit menu, point to New, and then click DWORD Value. 
b. Type LocalAccountTokenFilterPolicy, and then press ENTER. 
4. Right-click LocalAccountTokenFilterPolicy, and then click Modify.
5. In the Value data box, type 1, and then click OK. 
6. Exit Registry Editor.