Get-SbecLocalizedMessage

Get-SbecLocalizedMessage is accessible with the help of BootEventCollector module. To configure BootEventCollector, go through this link.

Synopsis

Gets a localized message string.

Description

The Get-SbecLocalizedMessage cmdlet gets a localized message string by its name.

Because message strings for Setup and Boot Event Collector error message are localized, identifying errors returned by Setup and Boot Event Collector commands in the scripts requires that you can identify the meaning of the localized text.

$PsHome\Modules\BootEventCollector$PsCulture\BootEventCollectorStrings.psd1 contains the localized strings and their names. Specify the name of the localized message to get it.

If the name is not known, the cmdlet will throw an error.

Parameters

-Name

Specifies the name of the localized message to get.

Type:String
Position:0
Default value:None
Accept pipeline input:False
Accept wildcard characters:False

Syntax

Get-SbecLocalizedMessage [-Name] <String> [<CommonParameters>]

You can check the Version, CommandType and Source of this cmdlet by giving below command.

Get-Command Get-SbecLocalizedMessage

Get-Command Get-SbecLocalizedMessage powershell script command cmdlet

To know more PowerShell cmdlets(Commands) on BootEventCollector click here

Click on this Link for an Single place where you get all the PowerShell cmdlet sorted based on the modules.

You can also refer other blogs on PowerShell at link

You can also refer other blogs on Microsoft at link

And also if you required any technology you want to learn, let us know below we will publish them in our site http://tossolution.com/

Like our page in Facebook and follow us for New technical information.

References are taken from Microsoft

Leave a Reply

Your email address will not be published. Required fields are marked *