Closed jcjol closed 1 year ago
I found the problem. adding this part: "Microsoft" { $ComputerDetails.Manufacturer = "Microsoft" $ComputerDetails.Model = (Get-WmiObject -Class "Win32_ComputerSystem" | Select-Object -ExpandProperty Model).Trim() $ComputerDetails.SystemSKU = Get-WmiObject -Namespace "root\wmi" -Class "MSSystemInformation" | Select-Object -ExpandProperty SystemSKU if ($ComputerDetails.SystemSKU -match ":"){ $ComputerDetails.SystemSKU=$ComputerDetails.SystemSKU.replace(":","") } }
in the "Get-ComputerData" function and by modifying the package comment by putting "_" instead of ":" it matches and therefore downloads the package.
hello, During the construction of the surface the script CMApplyDriverPackage.ps1 is in error. the surface package was created by DriverAutomationTools, but the script crashes " - Amount of driver packages detected by validation process: 0" I attach the log. <![LOG[[ApplyDriverPackage]: Apply Driver Package process initiated]LOG]!>