Import-BinaryMiLog
Used to re-create the saved objects based on the contents of an export file.
Syntax
Import-BinaryMiLog
[-Path] <String>
[<CommonParameters>]
Description
This cmdlet is only available on the Windows platform.
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