Import-BinaryMiLog
Used to re-create the saved objects based on the contents of an export file.
Syntax
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.
Type: | String |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | True |
Inputs
None
You can't pipe objects to this cmdlet.
Outputs
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.