You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Updates Import-VcIntuneApplication to add file detection information on imported Intune packages.
Updates Import-VcIntuneApplication to check Intune for a matching Visual C++ Redistributable packages before attempting to import. If a matching package does not exist or requires a version update, Import-VcIntuneApplication will then import a Visual C++ Redistributable package
Adds new function - Get-VcIntuneApplication to return the list of Visual C++ Redistributable packages imported by Import-VcIntuneApplication
Adds new function - Remove-VcIntuneApplication to remove Visual C++ Redistributable packages imported by Import-VcIntuneApplication