Snow Inventory Agent Script - Bluebeam Editions 2
Here you can find the release notes for Snow Inventory Agent Script - Bluebeam Editions 2.
2.0.0 latest
Release date: 2024-03-06
Compatible Versions
Snow Inventory Agent for Windows | Microsoft PowerShell |
---|---|
5 or later | 3 and later |
Information
The PowerShell script scan-BluebeamEdition.ps1
is engineered for the precise identification and processing of Bluebeam software licenses installed on a system. Leveraging the Get-ItemProperty cmdlet, it navigates through the registry path HKLM:\SOFTWARE\Bluebeam Software*\Licenses
, targeting essential data points such as Edition and Registered to ascertain the license status (Registered or Trial) and edition of the Bluebeam software.
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.
For debugging purposes, the script can be executed manually and supports common parameters, so you will receive detailed logs using the command Scan-BluebeamEdition.ps1 -Debug -InformationAction 'Continue'
.
Function
The script methodically checks for the presence of Edition and Registered data within the specified registry path. It outputs the found data, processing it to categorize the Bluebeam software as either a registered product or a trial version.
This version introduces improvements for a more robust identification process, including refined checks for non-null data and streamlined output messages, facilitating easier interpretation of script results.
It returns the script manifest using the name Scan-BluebeamEdition
.
MediumIntegrity
This script does not need 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.
KNOWN LIMITATIONS
The scan-BluebeamEdition.ps1
script is specifically designed for on-premises versions of Bluebeam software. It does not support Bluebeam Cloud or Bluebeam Revu 21 and later releases that are managed through the Bluebeam Subscription Management Portal.
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.