Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Latest commit

 

History

History
106 lines (80 loc) · 2.36 KB

Add-IoTZipPackage.md

File metadata and controls

106 lines (80 loc) · 2.36 KB
external help file Module Name online version schema
IoTCoreImaging-help.xml
IoTCoreImaging
2.0.0

Add-IoTZipPackage

SYNOPSIS

Adds the zip file contents into a IoT file package definition.

SYNTAX

Add-IoTZipPackage [-ZipFile] <String> [-TargetDir] <String> [-OutputName] <String> [-Common]
 [<CommonParameters>]

DESCRIPTION

Adds the zip file contents into a IoT file package definition.

EXAMPLES

EXAMPLE 1

Add-IoTZipPackage  C:\Temp\MyFiles.zip \MyFiles Files.MyFiles

PARAMETERS

-ZipFile

Mandatory parameter, specifying the zipfile to be imported.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-TargetDir

Mandatory parameter specifying the directory name on the target device relative to the rood dir(C:\).

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-OutputName

Mandatory parameter specifying the directory name (namespace.name format) for importing.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Common

Optional switch parameter, if defined the package is created in the common folder.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: 4
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

Enables easy import of opensource packages that are delivered in zip formats.

RELATED LINKS