Features ConfigMgr - Skatterbrainz/sktools GitHub Wiki
- 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
- Applications
- Packages
- Operating System Images
- Operating System Upgrade Packages
- Boot Images
- Task Sequences
- Scripts
- Software Inventory (installed software products)
- Find computers with specific product/version
- Software Files (inventoried software files)
- Find computers with specific software file
- Site and Component Status dashboards
- Queries
- Reports (link to SSRS site)
- Deployment Status Summary
- SQL Server status
- Database Recovery Model
- Discovery Methods
- Maintenance Tasks
- Accounts / Admins
- Roles
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
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.)
The footer panel of SkatterTools includes links to the following:
- Help
- License - License information (terms of use, etc.)
- Acknowledgements
- About
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.
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.