ConsoleBuilder - Adding Filtering (part of Search) Features

0

I find Microsoft's documentation for ConsoleBuilder to be poor. I've managed to create a custom device view, which almost does everything I want.

But, the search function is slow and expensive on server resources. I'm currently just pulling a static list that can be re-ordered via column headers. Does anyone know how to get the 'criteria' functionality enabled (like Powershell's Out-GridView) without using search to process the database directly?

I can't see any tabs with this set-up, so it may not be possible anyway.

Any ideas on this (or even some decent documentation in general!) would be greatly appreciated.

James Hayward

Posted 2018-01-26T15:13:31.607

Reputation: 1

Answers

0

On the general tab for your particular view form in Console Builder, you will find a field called Search Folder ID. Giving this a value enables the search function.

The search function includes a criteria section, which allows you to search via all relevant fields for the displayed query datasets. The criteria search is faster than the universal searchbar function. (Details on optimising the universal search function are currently unknown to me.)

This is a link to a picture which shows the field in the form.

More information can be found here: https://blogs.technet.microsoft.com/matt_hinsons_manageability_blog/2013/08/21/using-configmgr-2012-console-builder-create-custom-console-nodes/

Check Step 6, more specifically

Pres

Posted 2018-01-26T15:13:31.607

Reputation: 68