Import-BinaryMiLog
Used to re-create the saved objects based on the contents of an export file.
Syntax
Default (Default)
Import-BinaryMiLog
[-Path] <String>
[<CommonParameters>]
Description
Use this cmdlet to re-create saved objects based on the contents of an export file created by
Export-BinaryMILog
. This cmdlet is similar to Import-Clixml
, except that Export-BinaryMILog
stores the resulting object in a binary encoded file.
Examples
Example 1 - Restore objects exported to a file
Import-BinaryMiLog -Path "Processes.bmil"
Parameters
-Path
Specifies the path of the file in which to store the binary representation of the object. The Path parameter supports wildcards and relative paths. This cmdlet generates an error if the path resolves to more than one file.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | True |
DontShow: | False |
Parameter sets
(All)
Position: | 0 |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Inputs
None
You can't pipe objects to this cmdlet.