-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GetCMOSImageVersionForTaskSequence returns multiple OS versions. [Invoke-CMDownloadDriverPackage.ps1] #3
Comments
Do you have any extra Apply Operating System steps? The web method is looking through all there references of an OS Image type for the task sequence. |
@NickolajA |
I never built any check for grabbing the selected index from the task sequence. Code for this have been built and tested and will be included in ConfigMgr WebService 1.5.0. |
@NickolajA |
This has been fixed in an updated version of the script which is There are less steps needed in your task sequence as this script downloads and applies the drivers. Make sure you read step STEP 3 - CONFIGURE YOUR TASK SEQUENCE |
@NickolajA |
@NickolajA |
Thank you for writing this script! I've been using it for a while now but for some reason a new behavior is present that confuses me:
returns:
then when it enters the switch for $OSName it always returns:
This is not accurate as a Windows 10 image has been applied. This triggers:
Any thoughts in what may cause this to always flag Windows 7?
The text was updated successfully, but these errors were encountered: