app
6 TopicsApp assignment - removing a required app
Dear community, I am cleaning up our Intune Apps for Windows - just for confirmation: when I remove the "Required" assignment, it does not take any action on the client, correct? I don't want to break anything and the inventory is very mixed, sometimes an MSI, sometimes a very old and somehow packaged EXE. Thank you and kind regards, EileenSolved30KViews1like9CommentsApp installation with PowerShell and winget
Hello, I'm trying to install a Visual C++ Redistributable package with winget. The first problem I had was that "App Installer" wasn't installed on the devices so I installed it via the "Add-AppxPackage" command. For some Intune showed me that the script had failed but it still was installed and I could use winget. After that, I created a new script to install VC redist with winget but it failed. In logs, I found the error message and it says that the term "winget" is not recognized as the name of the cmdlet. Has someone an idea what the problem is?4.3KViews0likes3CommentsHow to Uninstall an application assigned to All Devices in phased approach on Intune for Android
Hi, We currently have a 4000+ device estate on Intune, mainly consisting of Samsung Android Devices. When we migrated our phones to Intune, we deployed Samsung Calendar as a "System App" to "All devices" from inside Intune as Samsung Knox has been set to hide all System Apps. We've now come to a point where we want to remove Samsung Calendar from all phones as the preferred option is to use Calendar from inside the Outlook app. However, we want to remove Samsung Calendar in a phased approach. The first part of this is pretty easy, we've created a removal group and assigned it to exclude devices from "Required" and include it under "Uninstall" - This ensures the devices we put inside the removal group will have Samsung Calendar removed and won't be included as part of "All devices" However, This won't stop new devices enrolling into Intune downloading Samsung Calendar as we've still got the "All devices" option under Required and we don't want to keep putting new devices into the removal group. I'm worried that if I remove "All devices" from the Required section, that it will uninstall Calendar from all existing devices (including the one's we've not put in the removal group yet), which makes our phased approach null and void - is this correct? I can't exactly risk trying it because by the time I find out, it will be too late. Any help and Advice would be great. Thank you.2.6KViews0likes1CommentIntune Device / App Protection and Apple Car Play / Android Auto
Hi everyone, i'm facing the following issues: In our environment Apple CarPlay and Android Auto isn't working when using company or private devices. Apple CarPlay: I know already, that it is necessary to NOT block Siri with device configuration. (This is not configured 🙂 And i know already, that the App protection policies are related to this issue. As mentioned in this MS Docs article, we should configure APP to allow ANY traffic between managed and unmanaged apps. I think this isn't a good workaround at all. 😄 It has to be possible to exempt Apple Car Play and not to ruin the whole app protection security. Android Auto: I couldn't find any information at all regarding to Android Auto in conjunction to Intune or APP. What's necessary to make this work? Do i need to install the Android Auto App inside of the android enteprise work profile? Whats'necessary when a device isn't enrolled at all and is just using the app protection policies? Any help would be highly appreciated. Thank you in advance! Greetings Patrick9.5KViews0likes5CommentsCopy a OVPN file in Powershell from Intune
Sounds easy, my powershell script works fine if i run it on my machine, it copies the file into the%USERPROFILE%\OpenVPN\config folder. Its packaged up using the Intunewinapp program, but when i put it into intune it fails to install and copy the file over. Culd something like defender be stopping this process? The script works, the intune package works when launched from powershell, so what causes it to fail when i run it as a win32 app from intune? Anyone had this issue before? This is my script; $PSScriptRoot = Split-Path -Parent -Path $MyInvocation.MyCommand.Definition $Source = "$PSScriptRoot\Thornes.ovpn" $Destination = "$env:USERPROFILE\OpenVPN\config\" Copy-Item -Path $Source -Destination $Destination -Recurse -Force Thanks5.3KViews0likes16CommentsConfigure mobile Chrome app with protection policy
Hi, I'm currently trying to implement app protection policies for iOS with the Google Chrome browser as managed app but I can't get the to receive company owned data. I configured an app protection policy with certain MS apps and tried to implement Chrome as customized app (with string: com.google.chrome.ios) and also configured a configuration policy for chrome with the IntuneMAMUPN string, but still I can't send data from a company managed app like Outlook to Chrome? Does anyone know this issue? Is it even possible to set Chrome on mobile devices as company managed app? Thanks and Regards.6KViews0likes2Comments