Features ConfigMgr - Skatterbrainz/sktools GitHub Wiki

Configuration Manager Features

CM Assets

  • Devices
    • View, Filter, Search
    • Inventory data: machine, os, software, updates, network, disks, etc.
    • Tools: gpupdate, ccm repair, restart computer, etc.
    • Add to / Remove from Collections
  • Users
    • View, Filter, Search
    • Inventory data, AD links
    • Add to / Remove from Collections
  • User Collections
    • View, Filter, Search
    • Add/Remove members
  • Device Collections
    • View, Filter, Search
    • Add/Remove members

CM Software

  • Applications
  • Packages
  • Operating System Images
  • Operating System Upgrade Packages
  • Boot Images
  • Task Sequences
  • Scripts

CM Inventory

  • Software Inventory (installed software products)
    • Find computers with specific product/version
  • Software Files (inventoried software files)
    • Find computers with specific software file

CM Monitoring

  • Site and Component Status dashboards
  • Queries
  • Reports (link to SSRS site)
  • Deployment Status Summary
  • SQL Server status
  • Database Recovery Model

CM Site

  • Discovery Methods
  • Maintenance Tasks
  • Accounts / Admins
  • Roles

Resources

The Resources section of the sidebar menu includes the following:

  • ConfigMgr Docs - Microsoft document portal for ConfigMgr
  • Downloads - Recommended Downloads
  • Learning - Recommended Learning resources
  • Acknowledgements - Links to web sites which were referenced during the development of SkatterTools

Support

The Support section of the sidebar includes the following:

  • Settings - Modify the skconfig.txt file using a web form
  • SkatterTools Help - Basic user help information
  • Check for Update - Opens a link to the GitHub repo site
  • About - Information about the installation (version, settings, path locations, etc.)

Footer

The footer panel of SkatterTools includes links to the following:

  • Help
  • License - License information (terms of use, etc.)
  • Acknowledgements
  • About

Custom Reports

The "Custom Reports" feature under CM Inventory, is a collection of .sql files stored in the "reports" folder beneath the module "webui" folder. These files were created in SQL Server Management Studio (SSMS) against the Configuration Manager database and exported. The web page simply displays the file names found in that folder. You can add more report files, or modify the existing files.

A typical location to find the report files is under the module installation path. For example, C:\Program Files\WindowsPowerShell\modules\sktools<version>\webui\reports. This path may be different depending upon your environment configuration.

Chart Features

Reports that include 'Summary Chart', 'Pie Chart' or 'Bar Chart' in the name, will trigger a function to invoke Google Charts API objects for the appropriate chart types. These are best-suited for tabular data results which fit chart styles. The 'Summary Chart' label invokes both pie and bar charts. In all cases, the chart objects are rendered at the top of the report page.

⚠️ **GitHub.com Fallback** ⚠️