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

Error uploading to intune for unsupported version 2008 #165

Open
aidbish opened this issue May 4, 2024 · 1 comment
Open

Error uploading to intune for unsupported version 2008 #165

aidbish opened this issue May 4, 2024 · 1 comment

Comments

@aidbish
Copy link

aidbish commented May 4, 2024

When trying to upload a unsupported version "2008" to Intune it errors out, no error with 2010

Command:

$VcList = Get-VcList -Export Unsupported |Where-Object { $_.Release -in "2008"} | Save-VcRedist -Path C:\Temp\VcRedist
Import-VcIntuneApplication -VcList $VcList

Error:
WARNING: This list includes unsupported Visual C++ Redistributables.
Invoke-WebRequest : The request was aborted: Could not create SSL/TLS secure channel.
At C:\Program Files\WindowsPowerShell\Modules\VcRedist\4.1.496\Public\Save-VcRedist.ps1:124 char:25

  •                     Invoke-WebRequest @iwrParams
    
  •                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebException
    • FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand

ModuleType Version Name


Script 4.1.496 VcRedist

PSVersion 5.1.22621.2506

OS Win11

@aidbish
Copy link
Author

aidbish commented May 4, 2024

Further to above, it seems limited to x64 version as x86 seems to work for some but not all
additional output

VERBOSE: PUT with -1-byte payload
WARNING: Failed to upload chunk to Azure Storage blob. Error message: The remote server returned an error: (403) Forbidden.
VERBOSE: PUT with -1-byte payload
WARNING: Failed to finalize Azure Storage blob upload. Error message: The remote server returned an error: (400) Bad Request.

WARNING: Intune service request for operation 'CommitFile' failed
WARNING: Failed to create Win32 app, commit file request operation failed

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