Thursday, June 1, 2017

Policy Plus - List all support definitions and products

Today I added two dialogs to Policy Plus: All Products and All Support Definitions. The products list allows the user to explore all the defined products. Strictly speaking I only needed to show the top-level products, since the Product Details window can explore the tree of one of those, but I decided it would be weird to have a window named "all products" only show some product entries, so here we are. Selecting an entry in a higher list populates the lower list with its subproducts. Double-clicking any product in any list opens its details.


The support definitions list is just that. It also includes a text box to filter the support definitions because there are so many of them. For example, typing "windows xp" narrows the list to definitions that have names containing that. An ADMX File column shows at a glance which administrative template is responsible for the definition. I didn't bother doing that for products because most if not all of them are from WindowsProducts.admx.


The changes are live on GitHub.

No comments:

Post a Comment