Here you will be able to find the steps to create an up-to-date USB stick for all bare metal deployments.

First you will need the latest "OSDCloud_NoPrompt.iso" which can be downloaded from my OneDrive following this link.

As always, I have attached a video that you can speed through to see the entire process from start to finish. Note it will look slightly different on a physical machine, but the build process is the same.

Once you have the .iso downloaded open an admin PowerShell prompt and run the following commands - 

1. Install-Module OSD -Force

2. Set-ExecutionPolicy -scope Process -ExecutionPolicy RemoteSigned

3. Import-Module OSD

4. New-OSDCloudUSB -fromIsoFile "Add where you have saved the .iso to"

Once the process finishes you will now have a USB drive that can be used for all bare metal deployments.