New-OSDCloudISO
Last updated
Was this helpful?
Creates an OSDCloud bootable ISO from an OSDCloud workspace.
Module
OSD
Platform
WinPE (amd64 / arm64)
Validates the local environment and generates an ISO from the workspace Media directory by calling New-WindowsAdkISO. If an OSDeploy marker file exists, the function creates an OSDeploy-labeled ISO for compatibility.
New-OSDCloudISO [[-WorkspacePath] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]-WorkspacePath
String
False
Path to an OSDCloud workspace that contains Media\sources\boot.wim. If omitted, the current workspace returned by Get-OSDCloudWorkspace is used.
New-OSDCloudISO -WorkspacePath 'C:\OSDCloud'
Creates OSDCloud.iso from C:\OSDCloud\Media.Last updated
Was this helpful?
Was this helpful?

