VirtualMachineOsProfileWindowsConfigAdditionalUnattendConfig

data class VirtualMachineOsProfileWindowsConfigAdditionalUnattendConfig(val component: String, val content: String, val pass: String, val settingName: String)

Constructors

constructor(component: String, content: String, pass: String, settingName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the name of the component to configure with the added content. The only allowable value is Microsoft-Windows-Shell-Setup.

Link copied to clipboard

Specifies the base-64 encoded XML formatted content that is added to the unattend.xml file for the specified path and component.

Link copied to clipboard

Specifies the name of the pass that the content applies to. The only allowable value is oobeSystem.

Link copied to clipboard

Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon.