Skip to content

Latest commit

 

History

History
77 lines (56 loc) · 1.55 KB

New-IoTOemInputXML.md

File metadata and controls

77 lines (56 loc) · 1.55 KB
external help file Module Name online version schema
IoTCoreImaging-help.xml
IoTCoreImaging
2.0.0

New-IoTOemInputXML

SYNOPSIS

Factory method to create a new object of class IoTOemInputXML

SYNTAX

New-IoTOemInputXML [-InputXML] <String> [-Create] [<CommonParameters>]

DESCRIPTION

This method creates a object of class IoTOemInputXML

EXAMPLES

EXAMPLE 1

$obj = New-IoTOemInputXML C:\MyDir\TestOEMInput.xml -Create

PARAMETERS

-InputXML

Mandatory parameter, OemInput 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

-Create

Optional switch parameter, to create the oeminput 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

CommonParameters

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).

INPUTS

None

OUTPUTS

IoTOemInputXML

NOTES

See IoTOemInputXML class for more details.

RELATED LINKS

IoTOemInputXML