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.35 KB

Add-IoTDirPackage.md

File metadata and controls

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

Add-IoTDirPackage

SYNOPSIS

Adds the directory contents into a IoT file package definition.

SYNTAX

Add-IoTDirPackage [-InputDir] <String> [-TargetDir] <String> [-OutputName] <String> [-Common]
 [<CommonParameters>]

DESCRIPTION

Adds the directory contents into a IoT file package definition.

EXAMPLES

EXAMPLE 1

Add-IoTDirPackage C:\Temp\MyFiles \MyFiles Files.MyFiles

PARAMETERS

-InputDir

Mandatory parameter, specifying the directory contents to be added.

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 add multiple files with their folder structure.

RELATED LINKS