workflow/default/tasks/osdcloud-nofirmware.json
|
{
"id": "c8f19ff7-8867-4df2-afd4-20e6a921d488", "name": "OSDCloud [No Firmware Update]", "description": "OSDCloud [No Firmware Update]", "author": "osdcloud@recastsoftware.com", "version": "26.2.12", "amd64": true, "arm64": true, "default": false, "steps": [ { "name": "Initialize OSDCloud Workflow", "command": "step-initialize-osdcloudworkflowtask", "parameters": { "WorkflowTaskName": "OSDCloud [No Firmware Update]" }, "pause": false, "skip": false, "debug": false, "verbose": false, "testinfullos": true }, { "name": "Initialize OSDCloud Logs", "command": "step-initialize-osdcloudlogs", "testinfullos": true }, { "name": "Test TargetDisk", "command": "step-test-targetdisk", "testinfullos": true }, { "name": "Test WindowsImage", "command": "step-test-targetwindowsimage", "testinfullos": true }, { "name": "Test DriverPack", "command": "step-test-targetdriverpack", "testinfullos": true }, { "name": "Remove USB Drive Letters", "command": "step-preinstall-removeusbdriveletter" }, { "name": "Clear Local Disk", "command": "step-preinstall-cleartargetdisk" }, { "name": "Partition Local Disk", "command": "step-preinstall-partitiontargetdisk" }, { "name": "Restore USB Drive Letters", "command": "step-preinstall-restoreusbdriveletter" }, { "name": "Enable High Performance Power Plan", "command": "step-preinstall-enablehighperformance" }, { "name": "Download Windows ESD from Microsoft", "command": "step-install-downloadwindowsimage", "testinfullos": true }, { "name": "Select Windows Image Index", "command": "step-install-getwindowsimageindex", "testinfullos": true }, { "name": "Expand Windows Image to Local Disk", "command": "step-install-expandwindowsimage" }, { "name": "Restart Logs [C:\\Windows\\Temp\\osdcloud-logs]", "command": "step-install-restartosdcloudlogs", "testinfullos": true }, { "name": "Verify Windows Edition on Local Disk", "command": "step-install-getwindowsedition" }, { "name": "Remove the downloaded Windows Image", "command": "step-install-removewindowsimage" }, { "name": "Apply BCDBoot Configuration", "command": "step-install-bcdboot" }, { "name": "Export WinPE OEM Drivers to Local Disk", "command": "step-Export-WindowsDriver-OemWinPE" }, { "name": "Apply WinPE Drivers to offline Windows Image", "command": "step-Add-WindowsDriver-OemWinOS" }, { "name": "Apply WinPE Drivers to offline Windows Recovery Environment", "command": "step-Add-WindowsDriver-OemWinRE" }, { "name": "Firmware: Download from Microsoft Update Catalog", "command": "step-Save-WindowsDriver-Firmware", "testinfullos": true }, { "name": "Firmware: Apply Driver", "command": "step-Add-WindowsDriver-Firmware", "skip": true }, { "name": "OEM DriverPack: Download from OEM", "command": "step-Save-WindowsDriver-DriverPack", "testinfullos": true }, { "name": "OEM DriverPack: Apply or stage in SetupComplete.cmd", "command": "step-Add-WindowsDriver-DriverPack" }, { "name": "Download Drivers from Microsoft Update Catalog", "command": "step-Save-WindowsDriver-MSUpdate", "testinfullos": true }, { "name": "Apply Microsoft Update Drivers - All", "command": "step-Add-WindowsDriver-MSUpdate" }, { "name": "Apply Microsoft Update Drivers - Disk", "command": "step-Add-WindowsDriver-Disk", "skip": true }, { "name": "Apply Microsoft Update Drivers - Net", "command": "step-Add-WindowsDriver-Net" }, { "name": "Apply Microsoft Update Drivers - Scsi", "command": "step-Add-WindowsDriver-Scsi", "skip": true }, { "name": "Hotfix for Setup Displayed Eula", "command": "step-update-setupdisplayedeula" }, { "name": "Update PowerShell Modules -Offline", "command": "step-powershell-updatemodule" }, { "name": "Save PowerShell Module OSD", "command": "step-powershell-savemodule", "parameters": { "name": "OSD" }, "skip": true }, { "name": "Save PowerShell Module WindowsAutopilotIntune", "command": "step-powershell-savemodule", "parameters": { "name": "WindowsAutopilotIntune" }, "skip": true }, { "name": "Save PowerShell Module Microsoft.Graph.Groups", "command": "step-powershell-savemodule", "parameters": { "name": "Microsoft.Graph.Groups" }, "skip": true }, { "name": "Save PowerShell Module Microsoft.Graph.Authentication", "command": "step-powershell-savemodule", "parameters": { "name": "Microsoft.Graph.Authentication" }, "skip": true }, { "name": "Save PowerShell Module Microsoft.Graph.Identity.DirectoryManagement", "command": "step-powershell-savemodule", "parameters": { "name": "Microsoft.Graph.Identity.DirectoryManagement" }, "skip": true }, { "name": "Export OS Information to Logs", "command": "step-finalize-exportofflineosinfo" }, { "name": "Stop Logs", "command": "step-finalize-osdcloudlogs", "testinfullos": true }, { "name": "Stop Workflow", "command": "step-finalize-stoposdcloudworkflow", "testinfullos": true } ] } |