Basic Parameters

At a minimum, you should use New-OSBuild Basic parameters to customize your OSBuild. The next several pages provide examples for their usage

Task JSON

If you follow all the steps, your Task will look similar to the one below

{
    "TaskType":  "OSBuild",
    "TaskVersion":  "19.9.18.0",
    "TaskGuid":  "5da294fc-cc15-465a-8daf-a0658cb829c2",
    "TaskName":  "SeguraOSD",
    "CustomName":  "SeguraOSD",
    "OSMFamily":  "Client Enterprise x64 18362 en-US",
    "OSMGuid":  "7bef2414-f402-45ec-babd-5b46bbac3e52",
    "Name":  "Windows 10 Enterprise x64 1903 18362.30",
    "ImageName":  "Windows 10 Enterprise",
    "Arch":  "x64",
    "ReleaseId":  "1903",
    "UBR":  "18362.30",
    "Languages":  [
		"en-US"
	],
    "EditionId":  "Enterprise",
    "InstallationType":  "Client",
    "MajorVersion":  "10",
    "Build":  "18362",
    "CreatedTime":  "\/Date(1554160942535)\/",
    "ModifiedTime":  "\/Date(1568818464867)\/",
    "EnableNetFX3":  "True",
    "WinPEAutoExtraFiles":  "True",
    "RemoveAppxProvisionedPackage":  [
		 "Microsoft.MicrosoftOfficeHub_18.1901.1141.0_neutral_~_8wekyb3d8bbwe",
		 "Microsoft.MicrosoftSolitaireCollection_4.2.11280.0_neutral_~_8wekyb3d8bbwe",
		 "Microsoft.OneConnect_5.1902.361.0_neutral_~_8wekyb3d8bbwe",
		 "Microsoft.People_2019.123.2346.0_neutral_~_8wekyb3d8bbwe",
		 "Microsoft.SkypeApp_14.35.152.0_neutral_~_kzf8qxf38zg5c",
		 "Microsoft.Xbox.TCUI_1.23.28002.0_neutral_~_8wekyb3d8bbwe",
		 "Microsoft.XboxApp_48.48.7001.0_neutral_~_8wekyb3d8bbwe",
		 "Microsoft.XboxGameOverlay_1.32.17005.0_neutral_~_8wekyb3d8bbwe",
		 "Microsoft.XboxGamingOverlay_2.26.14003.0_neutral_~_8wekyb3d8bbwe",
		 "Microsoft.XboxIdentityProvider_12.50.6001.0_neutral_~_8wekyb3d8bbwe",
		 "Microsoft.XboxSpeechToTextOverlay_1.17.29001.0_neutral_~_8wekyb3d8bbwe",
		 "Microsoft.ZuneMusic_2019.18111.17311.0_neutral_~_8wekyb3d8bbwe",
		 "Microsoft.ZuneVideo_2019.18111.17311.0_neutral_~_8wekyb3d8bbwe"
	],
    "RemoveWindowsCapability":  null,
    "RemoveWindowsPackage":  null,
    "DisableWindowsOptionalFeature":  null,
    "EnableWindowsOptionalFeature":  [
		 "Microsoft-Windows-Subsystem-Linux"
	],
    "Drivers":  null,
    "ExtraFiles":  null,
    "Scripts":  null,
    "StartLayoutXML":  "",
    "UnattendXML":  "",
    "AddWindowsPackage":  null,
    "AddFeatureOnDemand":  null,
    "WinPEADKPE":  null,
    "WinPEADKRE":  null,
    "WinPEADKSE":  null,
    "WinPEDaRT":  "",
    "WinPEDrivers":  null,
    "WinPEExtraFilesPE":  null,
    "WinPEExtraFilesRE":  null,
    "WinPEExtraFilesSE":  null,
    "WinPEScriptsPE":  null,
    "WinPEScriptsRE":  null,
    "WinPEScriptsSE":  null,
    "LangSetAllIntl":  "",
    "LangSetInputLocale":  "",
    "LangSetSKUIntlDefaults":  "",
    "LangSetSetupUILang":  "",
    "LangSetSysLocale":  "",
    "LangSetUILang":  "",
    "LangSetUILangFallback":  "",
    "LangSetUserLocale":  "",
    "LanguagePack":  null,
    "LanguageInterfacePack":  null,
    "LocalExperiencePacks":  null,
    "LanguageFeature":  null,
    "LanguageCopySources":  null
}

Last updated