다음을 통해 공유


Import-BinaryMiLog

Used to re-create the saved objects based on the contents of an export file.

구문

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.

예제

Example 1 - Restore objects exported to a file

Import-BinaryMiLog -Path "Processes.bmil"

매개 변수

-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.

매개 변수 속성

형식:String
Default value:None
와일드카드 지원:True
DontShow:False

매개 변수 집합

(All)
Position:0
필수:True
파이프라인의 값:False
속성 이름별 파이프라인의 값:False
나머지 인수의 값: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.

입력

None

You can't pipe objects to this cmdlet.

출력

Object