external help file | Module Name | online version | schema |
---|---|---|---|
IoTCoreImaging-help.xml |
IoTCoreImaging |
2.0.0 |
Factory method to create a new object of class IoTProduct
New-IoTProduct [-Product] <String> [-Config] <String> [<CommonParameters>]
This method creates a object of class IoTProduct
$prod = New-IoTProduct SampleA Retail
$prod.ValidatePackages()
Creates a product object and validates if all packages are present and properly signed.
Mandatory parameter, Product Name.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Mandatory parameter, Product configuration supported in the product.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
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 IoTProduct class for more details.