external help file | Module Name | online version | schema |
---|---|---|---|
IoTCoreImaging-help.xml |
IoTCoreImaging |
2.0.0 |
Imports a product folder in to the current workspace from a source workspace.
Import-IoTProduct [-ProductName] <String> [[-SourceWkspace] <String>] [<CommonParameters>]
Imports a product folder in to the current workspace from a source workspace.
Import-IoTProduct SampleA C:\MyWorkspace
Imports SampleA product from C:\MyWorkspace
Import-IoTProduct *
Imports all products from $env:SAMPLEWKS
Mandatory parameter, specifying the Product, wildcards 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. Default is $env:SAMPLEWKS
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.