-
-
Notifications
You must be signed in to change notification settings - Fork 18
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 : Import-VcIntuneApplication : FilePath error #149
Comments
Also trying to run the tool and am receiving same error as above. I noticed that when I run the WinAppUtil.exe tool manually it is now omitting the .exe. portion of 'vc_redist.x86.exe.intunewin' and only outputting 'vc_redist.x86.intunewin' Maybe the file isn't being found because of the name change? Just a thought. |
I just noticed there's a Breaking Change discussion that addresses this:
So the command you're looking for should be:
Also, as an alternative workaround you can try adding a Note Property before the Import-VcIntuneApplication command:
With the commands you're using:
|
@aizascha I have the same issue. I tested in Powershell 5.1 on windows 10 22H2.
Powershell 7.4.1 tells me:
How can this defect fixed? |
|
Expected Behavior
Authenticate to a target tenant, retrieve the list of Visual C++ Redistributables for the 2022 version, download the installers to
C:\Temp\VcRedist
and imports each Redistributable into the target Intune tenant as separate application with the following commands :Like explained in the documentation : https://vcredist.com/import-vcintuneapplication/
Current Behavior
I've got the following path error when executing the
Import-VcIntuneApplication -VcList $VcList
command :Steps to Reproduce
Please provide detailed steps for reproducing the issue.
Context
Get-Module -ListAvailable VcRedist
Maybe I miss understand something or failed a command. If anybody can help ;)
The text was updated successfully, but these errors were encountered: