external help file | Module Name | online version | schema |
---|---|---|---|
IoTCoreImaging-help.xml |
IoTCoreImaging |
2.0.0 |
Copies an OEM package to the destination workspace from a source workspace.
Copy-IoTOEMPackage [-Source] <String> [-Destination] <String> [-PkgName] <String> [<CommonParameters>]
Copies an OEM package to the destination workspace from a source workspace and updates the corresponding FM file with the feature id.
Copy-IoTOEMPackage $env:SAMPLEWKS $env:IOTWKSPACE Appx.MyApp
Copies the Appx.MyApp package from $env:SAMPLEWKS to current workspace.
Copy-IoTOEMPackage $env:SAMPLEWKS C:\DestWkspace *
Copies all packages from $env:SAMPLEWKS to DestWkspace
Mandatory parameter specifying the source workspace directory.
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 destination workspace directory.
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 package name, typically of namespace.name format. Wild cards supported.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 3
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.