5. Inventory Reporting
Please follow the steps outlined in this section to learn more about FileWave's robust Inventory Reporting capabilities.
Location Tracking
Dude, where's my device?
Ever needed to locate a device but don't even know where to start? Well that will not be a concern with anymore since FileWave offers Location Tracking for every supported platform. This section will outline the requirements and process of getting Location information from the various devices. FileWave will leverage the device's built-in Location Services to determine the most accurate Location information. This data may be based on the wireless access point, cellular, or GPS radios.
Enable Location Tracking within the FileWave Admin
- Open FileWave Admin and navigate to "Clients".
- Select one or multiple devices, right-click, and go to "Client State".
- Change the "Client State" to "Tracked".
- "Update Model" to save the changes.
- If Location Services are enabled at the OS level and enabled at the FileWave Client level, you should see a "Position Map" tab for each Client.
As of FileWave 15.0 you can also go to Settings in FileWave Central and set the default tracking state to Tracked if you would like that to be the default state.
Show multiple devices on one Location map
- Open FileWave Admin and navigate to "Clients".
- Select one or multiple devices, right-click, and go to "Show Location(s)".
Chromebook Location Tracking
Chromebook Location Tracking is facilitated by the FileWave Inventory Chrome extension. Please review the guide provided in this section to learn more about deploying the FileWave Inventory extension. The Location information sync interval is configured by the Chrome extension policy JSON and is set to get Location information every 15 minutes by default.
iOS Location Tracking
iOS Location Tracking is facilitated by the IPA version of the FileWave App Portal. Please review the guide provided in this section to learn how to deploy the IPA FileWave App Portal. Once the IPA FileWave App Portal is installed and opened for the first time, the end-user should see a pop-up notification to Allow the use of Location Services. Once Allowed, the FileWave App Portal will collect and report Location Information every 15 minutes. The iOS MDM API does not allow for the automated approval of Location Services and the end-user has control of the Location Services at any given time. If an iOS device is lost or stolen, please enable Missing Mode via "right-click > Client State > Missing" and "Update Model". Missing Mode will Lock the device and collect Location Information as frequently as possible and is not dependent on the Location Services setting.
macOS Location Tracking
macOS Location Tracking is facilitated by the native FileWave Client PKG. Please ensure that Location Tracking is enabled when generating your customized FileWave Client PKG. Once Location Tracking is enabled, the end-user will see a prompt to Allow the use of macOS Location Services. The macOS MDM API does not allow for the automated approval of Location Services and the end-user has control of the Location Services at any given time. By default, Location information will be collected and reported to FileWave every 15 minutes.
Windows Location Tracking
Windows Location Tracking is facilitated by the native FileWave Client MSI. Please ensure that Location Tracking is enabled when generating your customized FileWave Client MSI. The end-user will not have to Allow the use of Location Services on Windows, however the Location Services must be enabled at the OS level. By default, Location information will be collected and reported to FileWave every 15 minutes.
Related Content
Custom Fields
Extend Inventory even more? Check.
With FileWave you can even further extend your Inventory Reporting capabilities by creating Custom Fields for your devices. FileWave's Custom Fields can be manually entered per device, imported via CSV file, or scripted for the macOS and Windows clients. These Custom Fields can be leveraged in FileWave's scheduled Inventory Reports, Smart Groups, or accessed via API calls.
Create a Custom Field
This section will outline how to create the most commonly used Custom Field types in FileWave.
All Custom Fields will first be created by opening FileWave Admin and navigating to "Assistants > Custom Fields > Edit Custom Fields".
Static Custom Field
This section will cover creating a "static" Custom Field that can either be manually modified or imported via CSV. This example will create a "Building Code" Custom Field but other examples may include unique Asset Tag, Assigned Cart, or Department.
Open FileWave Admin and navigate to "Assistants > Custom Fields > Edit Custom Fields".
- Click the "[+]" button in the lower left-hand corner.
- Name the Custom Field accordingly and take note of the automatically generated "Internal Name".
- Custom Fields will be shown in the "Device Details" and are alphabetically sorted, name accordingly.
- The "Internal Name" will be used as the variable name throughout FileWave. (ex: %building_code%).
- Optionally, enter a "Description" for the Custom Field so other team members know what the field is designed for.
- Change the "Provided By" drop-down menu to "Administrator".
- "Administrator" mean you, the FileWave Administrator will provide the Custom Field input.
- Optionally, check the "Assigned to all devices" box.
- This is the recommended option for Custom Fields that can apply to all devices, even if not utilized immediately.
- If not "Assigned to all devices", please review the section below to learn how to manually assign Custom Fields to devices.
- Change the "Data Type" to "String".
- "String" is the default and recommended for most situations.
- Optionally, check the "Restrict allowed values" box.
- With the "Restrict allowed values" box checked, it will require you to input allowed values for the Custom Field.
- This will change the input method from a "free type" field to a drop-down menu of allowed values.
- Check the "Use default value" box and enter in a placeholder value.
- This is recommended to prevent blank Custom Fields, especially those used for Device Naming or other variable substitution.
- Click "Save".
Script-based Custom Field
This section will cover creating a script-based Custom Field. A script-based Custom Field will run a script periodically on macOS and Windows clients and return the output of the script to the Custom Field. These can be used to supplement FileWave's native Inventory even more dynamically than a static Custom Fields. Examples may include device Encryption Status from FileVault or BitLocker, Antivirus threats detected, or Registry keys / .plist values.
Open FileWave Admin and navigate to "Assistants > Custom Fields > Edit Custom Fields".
- Click the "[+]" button in the lower left-hand corner.
- Name the Custom Field accordingly and take note of the automatically generated "Internal Name".
- Custom Fields will be shown in the "Device Details" and are alphabetically sorted, name accordingly.
- The "Internal Name" will be used as the variable name throughout FileWave. (ex: %encryption_status%).
- Optionally, enter a "Description" for the Custom Field so other team members know what the field is designed for.
- Change the "Provided By" drop-down menu to "Client Script".
- "Client Script" will run a script periodically and return the script's output to the Custom Field.
- All scripts will be executedas either the "root" user on macOS or as the "SYSTEM" account on Windows.
- Optionally, check the "Assigned to all devices" box.
- This is the recommended option for Custom Fields that can apply to all devices, even if not utilized immediately.
- If not "Assigned to all devices", please review the section below to learn how to manually assign Custom Fields to devices.
- Change the "Data Type" to "String".
- "String" is the default and recommended for most situations.
Optionally, check the "Restrict allowed values" box.
- With the "Restrict allowed values" box checked, it will require you to input allowed values for the Custom Field.
- This will change the input method from a "free type" field to a drop-down menu of allowed values.
- This is not recommended for script-based Custom Fields unless you can guarantee the output of the script will be consistent.
- Check the "Use default value" box and enter in a placeholder value.
- This is recommended to prevent blank Custom Fields, especially those used for Device Naming or other variable substitution.
- Verify the correct scripting language and enter script for "macOS".
- Verify the correct scripting language and enter script for "Windows".
- Optionally, check the "Use output only when scripts exits with code 0" box. * This will depend on the script you are running, however most scripts "exit 0" after a successful execution. * You may be able to force "exit 0" by including it in your script.
- Optionally, check the "Replace line feed characters with space" box. * This is recommended as it will automatically convert multi-line output to single-line output.
- Click "Save".
Manually assign Custom Fields to devices
If you did not check the box "Assigned to all devices" when creating your Custom Field, you will need to manually assign the Custom Field to devices or device groups. In this example, we will assign the "Manufacture Date" Custom Field to the "iOS" Smart Group. Please note that new devices added to the "iOS" Smart Group will not automatically be assigned to the Custom Field and you may have to repeat this process to include new devices.
- Open FileWave Admin and navigate to "Clients".
- Right-click on an individual device, multiple devices, or device group.
- Select "Edit Custom Field(s) Associations" from the right-click menu.
- Check the boxes for any Custom Fields you'd like to assign to the devices.
- Click "Save".
- You should now see the Custom Field listed in the device's "Device Details".
Manually edit Custom Field values
If your Custom Fields is not being populated dynamically via CSV or script, you may have to manually edit the Custom Field value. This example will demonstrate changing a device's "Device Condition" Custom Field from a list of "Restricted" values.
- Open FileWave Admin and navigate to "Clients".
- Right-click on an individual device, multiple devices, or device group.
- Select "Edit Custom Field(s) Values" from the right-click menu.
- Slow double-click the "Field Value" column or select option from drop-down menu for any Custom Fields you'd like to modify.
- Click "Save".
- You should now see the Custom Field modification in the device's "Device Details".
Import Custom Fields via CSV
If you need to make updates or the initial import of a Custom Field en masse, you may consider using a CSV template to speed things up. You can import an individual or multiple Custom Field(s) from one CSV file.
Open FileWave Admin and navigate to "Assistants > Custom Fields > Import CSV".
- Click "Download Template".
- Select all of the Custom Fields you'd like to import via CSV.
- Select the unique identifier from the drop-down menu.
- "Serial Number" is recommended for iOS, macOS, and Chromebooks.
- "Client Name" is recommended for Windows as it will reflect the Windows hostname.
- Click "Save" to download the CSV template.
- Open the CSV template in your editor of choice (ex: Excel).
- Leave the "header" line intact, remove the comments, and add your values.
- The CSV template will default to using semicolons ";" as the delimiter.
- You can change to a comma "," delimiter by replacing all ";" with ",".
- If using Excel, split each value into a column with no delimiter and "Save as > CSV".
- Click "Browse" from the "Import custom fields CSV" window and select you CSV template.
- Verify the changes and that all entries are visible.
- Click "Import".
- You should now see the Custom Field modification in the device's "Device Details".
Troubleshooting
If you are receiving an error such as:
Error while processing CSV data: Error transferring https://yourserver.filewave.net:20445/inv/api/v1/custom_field/upload/?mode=dry-run - server replied: Bad Request: Unknown key field 'serial_number' in CSV
It is likely that the file was saved in a Windows application like Excel or text editor and included a BOM (Byte Order Mark) at the very start of the file. You should be able to re-open your .csv in your favorite text editor and save a copy as plain UTF-8 instead of 'UTF-8 with BOM'.
License Management
Compliance, Usage, and Tracking
License Management helps you track how many software or font licenses you own, how many are in use, and where they are being consumed. FileWave can track Apple VPP licenses from Apple School Manager or Apple Business Manager, and it can track non-VPP application or font licenses by using Inventory criteria or an existing Fileset.
VPP License Tracking
FileWave syncs with VPP every 5 minutes to bring in the latest purchases from Apple School Manager or Apple Business Manager. The License Management view shows owned licenses, licenses in use, license compliance, and the VPP token that supplied the licenses.
Setting a Compliance Warning
FileWave can notify you by email when a VPP license quantity is running low by using Scheduled Reports. Use the license warning threshold to decide when that status should appear.
- Open FileWave Central and navigate to "License Management".
- Select a VPP License.
- Click "Edit License" from the black menu bar.
- Change the "Warning when:" field to set your License Warning threshold.
- Click "Save".
- If the available license count falls below your threshold, FileWave shows the License Compliance status "Warning License Watermark".
Viewing where licenses are consumed
Use the license detail view to see where VPP licenses are being consumed. A license is consumed when a VPP Fileset is deployed to a device through a Kiosk or Standard association. VPP "Managed Distribution" licenses can be revoked and redistributed. This view shows the device serial number for VPP "Device Assignment" or the end user's VPP User account for VPP "User Assignment".
- Open FileWave Central and navigate to "License Management".
- Double-click a VPP License.
Non-VPP License Tracking
FileWave can also track license information for applications or fonts deployed to Windows, macOS, Android, and ChromeOS. You can define a new license from Inventory criteria or track deployments from an existing Fileset. You can also email license reports to selected recipients with Scheduled Reports.
Creating a new License definition
Use this method for applications or fonts that were not deployed by FileWave.
- Open FileWave Central and navigate to "License Management".
- Click "New License" from the black menu bar.
- Name the License, select Application or Font, choose the Warning threshold, and select the platforms you want to track.
- Click the "[+]" to add new criteria to define the license.
- The criteria are in the context of either Application or Font.
- Enter the "Qualifier" (for example, Firefox).
- Click the "Purchase Orders" button.
- Click the "[+]" to add a new Purchase Order entry.
- Enter a "PO Number" and "License Count".
- Optionally, fill out the rest of the Purchase Order fields.
- Click "Save".
- You should now see your new License definition.
Track Fileset Usage
This method uses FileWave's "Fileset Status" to track deployments made through FileWave.
- Open FileWave Central and navigate to "License Management".
- Click "New License from Fileset" from the black menu bar.
- Name the License, choose the Warning threshold, and select the Fileset you want to track.
- Click the "[+]" to add a new Purchase Order entry.
- Enter a "PO Number" and "License Count".
- Optionally, fill out the rest of the Purchase Order fields.
- Click "Save".
- You should now see your new License definition.
Viewing where licenses are consumed
- Open FileWave Central and navigate to "License Management".
- Double-click a License.
Inventory Reports
Your information. Your way.
Inventory Reports help you choose exactly which device data to return, then save that view for refresh planning, Smart Groups, troubleshooting, or scheduled email delivery.
Quick answer: In current FileWave versions, this feature is Reports. Older Central screens and screenshots may still say Queries or QueryBuilder; those labels refer to the same saved inventory report workflow.
Create an Inventory Report (formerly Query)
Creating an Inventory Report is the first step toward tracking device data, scheduling emailed reports, or using report criteria to build a Smart Group. The examples below show one report for devices with less than 8 GB of RAM and another report for iOS and Chrome devices with a specific Building Code custom field.
New Report
- Open FileWave Central and go to "Reports".
- Click "New Report" from the menu bar.
- Name the report and begin dragging inventory data points into the "Criteria" pane.
Less than 8GB of RAM
- Drag "All Devices > Client Name" into the "Criteria" pane.
- Set "All Devices > Client Name" qualifier to "is not null".
- This starts broad so the report includes all devices before the next filters narrow the results.
- Drag "All Devices > RAM Size" into the "Criteria" pane.
- Set "All Devices > RAM Size" qualifier to "is less than" : "8.00 gigabytes".
- Click the "Fields" tab.
- Add the fields you want the Inventory Report to return.
- Client Name
- RAM Size
- IP Address
- Device Manufacture
- Device Product Name
- OS Name
- Total Disk Space
- CPU Type / Speed / Count
- Click "Save".
- You should now see your new Inventory Report.
Building Code
- Drag "All Devices > Client Name" into the "Criteria" pane.
- Set "All Devices > Client Name" qualifier to "is not null".
- This starts broad so the report includes all devices before the next filters narrow the results.
- Drag "All Devices > Custom Fields > Building Code" into the "Criteria" pane.
- Set "All Devices > Custom Fields > Building Code" qualifier to "is" : "TCE".
- Add a new inventory sub-group via the "Add Group" button.
- Drag "Operating System > OS Type" into the new sub-group.
- Set "Operating System > OS Type" qualifier to "is" : "iOS".
- Drag "Operating System > OS Type" into the new sub-group.
- Set "Operating System > OS Type" qualifier to "is" : "Chrome".
- Change the sub-group's logic to "One or more of these expressions must be true". A device can be iOS or Chrome, but not both at the same time.
- Click the "Fields" tab.
- Add the fields you want the Inventory Report to return, such as Device Name, OS Type, and Building Code.
- Click "Save".
- You should now see your new Inventory Report.
Scheduled Reporting
After you have saved Inventory Reports, you can schedule automatic email delivery. Before scheduling reports, configure the Email preferences in FileWave Central.
Inventory Report Scheduled Reporting
- Open FileWave Central and go to "Assistants > Scheduled Reports".
- Click the "[+]" button to add a scheduled report.
- Change the "Report type" to "Query".
- Enter the target email addresses with each new address on a new line.
- Fill out the Mail Subject and Body.
- Optionally, select a different "Owner" of the report for logging purposes.
- Schedule your automated report.
- Select the report using the "select a query" link. Older dialogs may still use the word Query here.
- Click "OK" to save the changes.
License Scheduled Reporting
FileWave can also send a report containing a list of all licenses that display within "License Management" via Scheduled Reports.
- Open FileWave Central and go to "Assistants > Scheduled Reports".
- Click the "[+]" button to add a scheduled report.
- Verify the "Report type" is set to "License".
- Enter the target email addresses with each new address on a new line.
- Fill out the Mail Subject and Body.
- Optionally, select a different "Owner" of the report for logging purposes.
- Schedule your automated report.
- Click "OK" to save the changes.