ConvertTo‑SqlDscEditionName - dsccommunity/SqlServerDsc GitHub Wiki
Converts a SQL Server Reporting Services or Power BI Report Server edition ID to an edition name.
ConvertTo-SqlDscEditionName [-Id] <UInt32> [<CommonParameters>]
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.
ConvertTo-SqlDscEditionName -Id 2176971986
Returns information about the edition ID 2176971986.
ConvertTo-SqlDscEditionName -Id 2017617798
Returns information about the edition ID 2017617798.
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
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Author: SqlServerDsc