Snow Inventory Agent Script - SketchUp Make edition 2
Here you can find the release notes for Snow Inventory Agent Script - SketchUp Make edition 2.
2.0 latest
Release date: 2024-02-08
Compatible Versions
Snow Inventory Agent for Windows | Microsoft PowerShell |
---|---|
5 or later | 3 and later |
Information
This PowerShell script is developed to extract information about the product family associated with SketchUp software installed on a system. It specifically targets the "ProductFamily" entry in the registry to gather relevant data.
The script must be executed as part of the Snow Inventory Agent for Windows, according to the topic Running PowerShell scripts as part of the scanning process on Snow Docs.
In the case that you want to run a manual scan, this script must be executed with appropriate permissions, so execute it using only sc.exe control SnowInventoryAgent5 128
, as described in the Windows Agent - Command line topic on Snow Docs.
Function
Using the PowerShell cmdlet Get-ItemProperty
, the script scans the registry for the "ProductFamily" entry associated with SketchUp software. It focuses on the folder path HKLM:\\SOFTWARE\\SketchUp SketchUp*
, where "*" represents any folder starting with "SketchUp", ensuring comprehensive coverage of installed SketchUp versions.
By leveraging Get-ItemProperty
to navigate the specified registry path, the script efficiently retrieves information about the product family associated with SketchUp installations, aiding in software management and inventory processes.
MediumIntegrity
This script does need medium integrity to find access registry hives of other users.
Troubleshooting
Custom encryption might need to be applied to this script when running on Snow Inventory Agent for Windows prior to version 7, as it will not be executed in medium integrity.
NEW
- Snow Inventory Agent for Windows 7 support.
- The script is now signed by Snow Software AB.
DEPRECATED
- There will be no encrypted snow-ps1 version of this script provided by Snow Software.
CURRENT LIMITATIONS
N/A
Flexera does not own the third party trademarks, software, products, or tools (collectively, the "Third Party Products") referenced herein. Third Party Product updates, including user interface updates, may not be reflected in this content.