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
You can also read about
- Get-SbecActiveConfig
- Set-SbecActiveConfig
- Stop-SbecInstance
- Test-SbecActiveConfig
To know more PowerShell cmdlets(Commands) on BootEventCollector click here