Skip to content

Get-AppVentiXLicence

SYNOPSIS

Retrieves the details of the AppVentiX license.

SYNTAX

ConfigShare (Default)

Get-AppVentiXLicence [-ConfigShare <string>] [<CommonParameters>]

License

Get-AppVentiXLicence -Filename <FileInfo> [<CommonParameters>]

ALIASES

This cmdlet has the following aliases,

DESCRIPTION

The Get-AppVentiXLicence function retrieves the details of the AppVentiX license. It can retrieve the license details from a specified license file or from the default configuration share.

EXAMPLES

EXAMPLE 1

Get-AppVentiXLicence -ConfigShare "\fileserver.domain.local\config" Retrieves the license details from the specified configuration share.

EXAMPLE 2

Get-AppVentiXLicence -Filename "C:\Temp\AppVentiX.lic" Retrieves the license details from the specified license file.

PARAMETERS

-ConfigShare

Specifies the path to the AppVentiX configuration share. You can omit this parameter if Set-AppVentiXConfigShare has been called.

Type: System.String
DefaultValue: $Script:AppVentix.ConfigShare
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: ConfigShare
  Position: Named
  IsRequired: false
  ValueFromPipeline: false
  ValueFromPipelineByPropertyName: false
  ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

-Filename

Specifies the path to an AppVentiX.lic license file to read directly. The path must point to a valid AppVentiX.lic file.

Type: System.IO.FileInfo
DefaultValue: ''
SupportsWildcards: false
Aliases:
- File
- License
ParameterSets:
- Name: License
  Position: Named
  IsRequired: true
  ValueFromPipeline: false
  ValueFromPipelineByPropertyName: false
  ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

Function : Get-AppVentiXLicence Author : John Billekens Copyright: (c) John Billekens Consultancy & AppVentiX Version : 2026.130.1000 Requires : Valid AppVentiX license