Skip to content
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

Fix $os image version #7

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

beanska
Copy link

@beanska beanska commented Jan 5, 2018

In Invoke-CMDownloadDriverPackage.ps1 when queryingOSImageVersion can sometimes return a build
version with a revision such as "10.0.15063.296" when comparing with the package in SCCM
it will not match "10.0.15063.0" and therefore not find the package.

beanska added 3 commits January 2, 2018 09:39
When using a captured image OSImageVersion can sometimes return a build
version such as "10.0.15063.296" when comparing with the driver package
it will not match "10.0.15063.0".
PS2.0 returns a string[]  with a count of 1 when calling the webservice.
Need a String instead.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant