Hi,
How did you apply drivers in your task sequence?
I recommend you Using a WMI query to apply a condition to you apply drivers in your task sequence can help ensure that the correct drivers are applied based on the specific hardware model like "Latitude 5550". This can help prevent issues related to incorrect drivers being applied during the deployment process.
For example, to target a Dell Latitude 5550, you can use the following query:
SELECT * FROM Win32_ComputerSystem WHERE Model LIKE "Latitude 5550%"