Snow Inventory Agent Script - Mindjet Mindmanager editions and versions 2
Here you can find the release notes for Snow Inventory Agent Script - Mindjet Mindmanager editions and versions 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 designed to retrieve license key information for MindManager software installed on a system. It utilizes various PowerShell cmdlets, including Get-ChildItem
, Get-ItemProperty
, and Select-Object
, to search through specific registry paths corresponding to different versions of MindManager.
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
The script navigates through the following registry paths to locate license key information for MindManager:
- 'HKLM:\SOFTWARE\Mindjet\MindManager*\Registration'
- 'HKCU:\SOFTWARE\Mindjet\MindManager*\Registration'
- 'HKLM:\Software\Wow6432Node\Mindjet\MindManager*\Registration'
- 'HKCU:\SOFTWARE\Wow6432Node\Mindjet\MindManager*\Registration' (where '' represents the version number of MindManager)
Within each identified Registration folder, the script utilizes Get-ChildItem
to gather the entries. It then employs Get-ItemProperty
to select the LicenseKey property and extracts it using Select-Object
. This process ensures the retrieval of the license key associated with the detected MindManager version.
By leveraging these PowerShell cmdlets and registry paths, the script efficiently collects license key information for MindManager installations, facilitating streamlined license management and software inventory processes.
MediumIntegrity
This script does need medium integrity.
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.
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.