external help file | Module Name | online version | schema |
---|---|---|---|
IoTCoreImaging-help.xml |
IoTCoreImaging |
2.0.0 |
Exports the DeviceModel XML file required to register the device in the Device Update Center portal.
Export-IoTDeviceModel [-Product] <String> [<CommonParameters>]
Creates the IoTDeviceModel xml file with the required contents (SMBIOS and shipping versions). this file can be found at the product directory with the name `IoTDeviceModel_<productname>.xml`
Export-IoTDeviceModel SampleA
Mandatory parameter identifying the Product
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
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 also Import-IoTDUCConfig