Save-SbecInstance

Writes in-memory buffers to disk.

Syntax

Save-SbecInstance
    [[-ComputerName] <String[]>]
    [[-CimSession] <CimSession[]>]
    [<CommonParameters>]

Description

The Save-SbecInstance cmdlet writes the in-memory buffers of the running Setup and Boot Event Collector to disk.

When the command returns, the buffers of the forwarders in the Setup and Boot Event Collector are saved to disk, and thus all the data up to the point when the write request was received is saved to disk.

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

The alias for this cmdlet is Flush-SbecInstance.

Parameters

-CimSession

Runs the cmdlet on the remote computers through a remote session. Enter a session object, such as the output of a New-CimSession or Get-CimSession cmdlet, or an array of these objects. The default is to run the cmdlet on the local computer. For more information, see About_CimSession.

Type:CimSession[]
Position:1
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ComputerName

Specifies the names of the computers on which you want to perform the operation. You can specify a fully qualified domain name (FQDN), a NetBIOS name, or an IP address for each computer. For more information see Invoke-CimMethod on MSDN.

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

Inputs

None.

Outputs

None.