Import


Applies To: Windows Server 2008,Windows Server 2008 R2,Windows Vista,Windows 7

Imports a foreign disk group into the disk group of the local computer.

Syntax


Copy Code

import [noerr]

Parameters

Parameter

Description

noerr

For scripting only. When an error is encountered, DiskPart continues to process commands as if the error did not occur. Without this parameter, an error causes DiskPart to exit with an error code.

Remarks

Examples

To import every disk that is in the same disk group as the disk with focus into the disk group of the local computer, type:


Copy Code

import

Additional references

Command-Line Syntax Key

DiskPart