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

Latest commit

 

History

History
59 lines (41 loc) · 1.4 KB

Import-IoTCEPAL.md

File metadata and controls

59 lines (41 loc) · 1.4 KB
external help file Module Name online version schema
IoTCoreImaging-help.xml
IoTCoreImaging
2.0.0

Import-IoTCEPAL

SYNOPSIS

Import a flat release directory and prepare for packaging into IoT Core.

Preview: See CE Migration for more details.

SYNTAX

Import-IoTCEPAL [-FlatReleaseDirectory] <String> [<CommonParameters>]

DESCRIPTION

This command copies $FlatReleaseDirectory\CEPAL_PKG into the workspace and generates CEPALFMFileList.xml.

EXAMPLES

Example 1

PS C:\> {{ Add example code here }}

{{ Add example description here }}

PARAMETERS

-FlatReleaseDirectory

The flat release directory where to source CEPAL.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
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

RELATED LINKS