external help file | Module Name | online version | schema |
---|---|---|---|
IoTCoreImaging-help.xml |
IoTCoreImaging |
2.0.0 |
Adds the zip file contents into a IoT file package definition.
Add-IoTZipPackage [-ZipFile] <String> [-TargetDir] <String> [-OutputName] <String> [-Common]
[<CommonParameters>]
Adds the zip file contents into a IoT file package definition.
Add-IoTZipPackage C:\Temp\MyFiles.zip \MyFiles Files.MyFiles
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
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
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
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
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Enables easy import of opensource packages that are delivered in zip formats.