external help file | Module Name | online version | schema |
---|---|---|---|
IoTCoreImaging-help.xml |
IoTCoreImaging |
2.0.0 |
Imports an OEM package in to the current workspace from a source workspace.
Import-IoTOEMPackage [-PkgName] <String> [[-SourceWkspace] <String>] [<CommonParameters>]
Imports an OEM package in to the current workspace from a source workspace and updates the corresponding FM file with the feature id.
Import-IoTOEMPackage Appx.MyApp C:\MyWorkspace
Imports Appx.MyApp package from C:\MyWorkspace
Import-IoTOEMPackage *
Imports all the packages in the sample workspace that comes along with tooling. ($env:SAMPLEWKS)
Mandatory parameter, specifying the package name, typically of namespace.name format. Wild cards supported.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Optional parameter specifying the source workspace directory.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
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 (http://go.microsoft.com/fwlink/?LinkID=113216).
See Add-IoT* and Import-IoT* methods.