Import
DiskPart
This is from Microsoft Technet. If you want to see it at their site, click here
To access DiskPart, click here
Syntax: import [noerr]
Imports a foreign disk group into the
local computer's disk group. The import command
imports every disk that is in the same group as the disk that has
focus.
noerr
For scripting only. When an error
occurs, specifies that DiskPart continues to process commands as if
the error did not occur. Without the noerr
parameter, an error causes DiskPart to exit with an error code.