MSEndpointMgr / ConfigMgr

Microsoft Endpoint Configuration Manager scripts and tools
628 stars 282 forks source link

Debug mode #314

Open kevineverts opened 3 years ago

kevineverts commented 3 years ago

I'm trying to solve an issue of machines not getting drivers and want to perform some test. I don't remember the user I used go connect to the admin console. I'm testing with a username that has admin rights in the Configuration Manager console. If I run ./Invoke-CMApplyDriverPackage.ps1 -DebugMode -Endpoint "ConfigMgrServer.FQDM" -Username "User" -Password "Pass" -TargetOSVersion 2004, the log shows that my machine is an HP Elite Dragonfly Notebook PC. It isn't, it is a Dell Latitude 5500. Why would it be showing the wrong computer type?