Set-ASSoftwareTagProperties

AdminStudio 2023 | 25.0 | AdminStudio PowerShell Cmdlets

Edition:Powershell cmdlets are enabled with AdminStudio Enterprise Edition.

You can use the Set-ASSoftwareTagProperties cmdlet to set the software tag properties.

Example

The following is the syntax used to set the software tag properties:

Set-ASSoftwareTagProperties -PackageId 1 -RequireSoftwareEntitlement 1 -SoftwareCreatorRegId "regid.YYYY-MM.ReversedDomainName,division."

Parameters

The ASSoftwareTagProperties cmdlet has the following parameters:

ASSoftwareTagProperties Parameters

Parameter

Description

RequireSoftwareEntitlement

(Required) Use one of the following values to specify a software entitlement:

1 = Software must be purchased
0 = Software is free

TagCreatorName

Use to enter a name to identify the creator of this tag file, the default value is Flexera LLC.

TagCreatorRegID

(Required) Use to enter a RegID to identify the creator of this tag file, using the following format:

regid.YYYY-MM.ReversedDomainName,optional_division

For example:

regid.2009-06.com.yourcompany,GlobalProductDivision

SoftwareCreatorName

Enter a name to identify the creator of this package. By default, the value is Unknown. If the value of this field is left as Unknown, then that exact string will appear in the tag file to indicate that it is not possible to determine the actual value for this field.

SoftwareCreatorRegID

(Required) Use to enter a RegID to identify the creator of this package. By default, the value is Unknown. If the value of this field is left as Unknown, then that exact string will appear in the tag file to indicate that it is not possible to determine the actual value for this field.

SoftwareLicenseName

Use to enter a name to identify the licensor of this package. By default, the value is Unknown. If the value of this field is left as Unknown, then that exact string will appear in the tag file to indicate that it is not possible to determine the actual value for this field.

SoftwareLicensorRegID

(Required) Use to enter a RegID to identify the licensor of this package. By default, the value is Unknown. If the value of this field is left as Unknown, then that exact string will appear in the tag file to indicate that it is not possible to determine the actual value for this field.

Returns

A success or failure message is returned.