external help file | Module Name | online version | schema |
---|---|---|---|
IoTCoreImaging-help.xml |
IoTCoreImaging |
2.0.0 |
Factory method to create a new object of class IoTFMXML
New-IoTFMXML [-InputXML] <String> [-Create] [<CommonParameters>]
This method creates a object of class IoTFMXML
$fmobj = New-IoTFMXML $env:PKGSRC_DIR\OEMFM.xml"
Loads the OEMFM.xml file
Mandatory parameter, feature manifest XML file to load
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Optional switch parameter, to create the feature manifest xml file if not present
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: False
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 IoTFMXML class for more details.