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

Unable to precache drivers over VPN #340

Open
mgorski10 opened this issue Dec 14, 2021 · 0 comments
Open

Unable to precache drivers over VPN #340

mgorski10 opened this issue Dec 14, 2021 · 0 comments

Comments

@mgorski10
Copy link

Hello,

I am working on a Task Sequence (TS) to do a feature update for my clients from Win10 1909 to Win19 21H2 and I am trying to include driver updates. My intention is to precache the updates on all machines and then apply them later on when I send the feature update down. To this end, I am trying to configure the TS to precache from a DP if the client is on VPN and from my CMG when not on VPN. Surprisingly I cannot get the drivers to cache when on VPN as the CMApplyDriverPackage script cannot find the Adminservice URL and shows "Detected as an Intranet client but unable to determine Internal AdminService endpoint, bailing out" in ApplyDriverPackage.log. The script works during OSD in a BareMetal scenario. I am able to contact the AdminService URL (https://SCCMServer.domain.com/adminservice/v1.0/$metadata) when on VPN. I am using the following parameters for the task that executes the script

-PreCache -Endpoint "SCCMServer.domain.com" -TargetOSVersion "21H2" -PreCachePath "C:\Win10DrvCache"

Do you or anyone have any thoughts about how to get this to work? In case it matters, I am running MEM 2010.

Thanks.

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

No branches or pull requests

1 participant