Skip to content

ConvertTo‑SqlDscEditionName

dscbot edited this page May 1, 2025 · 1 revision

SYNOPSIS

Converts a SQL Server Reporting Services or Power BI Report Server edition ID to an edition name.

SYNTAX

ConvertTo-SqlDscEditionName [-Id] <UInt32> [<CommonParameters>]

DESCRIPTION

Converts a SQL Server Reporting Services or Power BI Report Server edition ID. The command returns a PSCustomObject containing the EditionId, Edition, and EditionName based on a predefined mapping table.

EXAMPLES

EXAMPLE 1

ConvertTo-SqlDscEditionName -Id 2176971986

Returns information about the edition ID 2176971986.

EXAMPLE 2

ConvertTo-SqlDscEditionName -Id 2017617798

Returns information about the edition ID 2017617798.

PARAMETERS

-Id

Specifies the edition ID that should be converted.

Type: UInt32
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: 0
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

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

INPUTS

OUTPUTS

System.Management.Automation.PSCustomObject

NOTES

Author: SqlServerDsc

RELATED LINKS

Home

Commands

Resources

Usage

Clone this wiki locally