Register-WASImage

Register-WASImage

Imports an image into inventory.

Sintaxis

Parameter Set: Default
Register-WASImage [-ImagePath] <String> [[-ImageName] <String> ] [[-ImageType] <String> ] [[-DeploymentInfo] <String> ] [[-UnattendPath] <String> ] [ <CommonParameters>]

Descripción detallada

The Register-WASImage cmdlet imports images (specifically its metadata) into the inventory. The image that is being imported must be in the \relax\images share on the Windows Assessment Services server. By default, the cmdlet assumes images are .wim files and imports all images in the WIM file. If you are not using the WIM image format, you must specify the image type. The ImagePath parameter is required.

Parámetros

-DeploymentInfo<String>

Specifies a deployment solution other than . This parameter is ignored if the ImagePath parameter points to a WIM file. The format of the string is dictated by the alternative deployment solution you choose.

Alias

ninguno

¿Requerido?

false

¿Posición?

4

Valor predeterminado

ninguno

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

-ImageName<String>

Specifies the name of the image that you want to import. The full name of the image is required. Wildcards aren't accepted. If this parameter isn't specified, all images are imported. To get the name of the image inside the WIM file, use the DISM Get-Image command.

Alias

ninguno

¿Requerido?

false

¿Posición?

2

Valor predeterminado

ninguno

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

-ImagePath<String>

Specifies the path to the image file you want to register. This must be the full path to the image, using the fully qualified domain name of the server. This parameter is required.

Alias

ninguno

¿Requerido?

true

¿Posición?

1

Valor predeterminado

ninguno

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

-ImageType<String>

Specifies the type of image you want to import, if you are not using a WIM file. By default the only image type supported is WIM. For more information about using custom image types, see the documentation.

Alias

ninguno

¿Requerido?

false

¿Posición?

3

Valor predeterminado

ninguno

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

-UnattendPath<String>

Specifies the path to the unattended answer file. These files must be stored in the \relax\unattendfiles share on the server.

Alias

ninguno

¿Requerido?

false

¿Posición?

5

Valor predeterminado

ninguno

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

<CommonParameters>

Este cmdlet admite los siguientes parámetros comunes: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer y -OutVariable. Para obtener más información, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

El tipo de entrada es el tipo de los objetos que se pueden canalizar al cmdlet.

Salidas

El tipo de resultado es el tipo de objetos que emite el cmdlet.

Ejemplos

Example 1

Imports the image with index 1 in the WasTestImage.wim, from the \relax\images\ share, into the inventory.

PS C:\> Register-WasImage -ImagePath 'C:\relax\images\WasTestImage.wim' -ImageName 'Windows Test Image' -ImageType 'wim' -DeploymentInfo 'imageindex=1'

Temas relacionados

Windows Assessment Services Technical Reference