Start-SbecInstance

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

Synopsis

Starts the Setup and Boot Event Collector service.

Description

The Start-SbecInstance cmdlet starts the Setup and Boot Event Collector service.

You must have the Builtin Administrator privilege to run this command.

Parameters

-PassThru

Returns an object representing the started service. By default, this cmdlet does not generate any output.

Type:SwitchParameter
Position:Named
Default value:None
Accept pipeline input:False
Accept wildcard characters:False

-Service

Starts the Setup and BEC service on the current computer.

Type:SwitchParameter
Position:Named
Default value:None
Accept pipeline input:False
Accept wildcard characters:False

Syntax

Start-SbecInstance [-Service] [-PassThru] [<CommonParameters>]

—————–Example 1—————–
Start the Boot Event Collector
PS C:\> Start-SbecInstance -Service
This command starts the Boot Event Collector service.

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

Get-Command Start-SbecInstance

Get-Command Start-SbecInstance powershell command cmdlet scritp

You can also read about

  • Get-SbecActiveConfig
  • Set-SbecActiveConfig
  • Stop-SbecInstance
  • Test-SbecActiveConfig

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 *