app deployment
14 TopicsDeploy File to Intune Enrolled Devices as Win-32 App
I had a request to Deploy a pdf file to user's desktop and could not find clear documentation, hence here is how I successfully deployed it and decided to share is with this amazing community. Deploy File to Intune Enrolled Devices Deploy a file to Intune enrolled device's to "C:\Users\Public\Desktop" through Intune Step 1: Prepare the files: The File Install-file.ps1 Remove-file.ps1 Detect-file.ps1 Step 2" Create an Install, Remove & Detect script & save each scripts A. Install: #Installation Script: Install-file.ps1 $FileName = "FileToDesktop.pdf" $ScriptPath = [System.IO.Path]::GetDirectoryName($MyInvocation.MyCommand.Definition) Copy-Item -Path "$ScriptPath\$FileName" -Destination "$Env:Public\Desktop" B. Remove: # Remove Installation: Remove-file.ps1 $FileName = "FileToDesktop.pdf" Remove-Item -Path "$Env:Public\Desktop\$FileName" C. Detect: # save this in a separate folder #Detect File : Detect-file.ps1 $FileName = "FileToDesktop.pdf" if (Test-Path -Path "$Env:Public\Desktop\$FileName"){ Write-Output "0" } Step 3: collect Install-file .ps1, Remove-file .ps1 and the required files in one folder as shown above and create an Intune installation Package. PS C:\Intune\WindowsIntunePrepTool> .\IntuneWinAppUtil.exe Please specify the source folder: C:\DeployFile\FileToDeploy Please specify the setup file: FileToDesktop.pdf Please specify the output folder: C:\DeployFile Do you want to specify catalog folder (Y/N)?N Step 4. Deploy Intune installation file with the following commands Upload the IntunePackage as " App : Windows app (Win32) Install Command: %windir%\system32\windowspowershell\v1.0\powershell.exe -executionpolicy bypass -file "Install-file.ps1" Uninstall Command: %windir%\system32\windowspowershell\v1.0\powershell.exe -executionpolicy bypass -file "Remove-file.ps1" Operating system architecture = select both 32/64-bit Detection rule: use custom detection script and upload the Detect script created above. Following the above steps, it is straight forward and easy to deploy a file to Intune Enrolled devices when required.25KViews2likes12CommentsInstall failures - App cannot be installed due to a supersedence relationship conflict
Getting installation failures that have this message: "App cannot be installed due to a supersedence relationship conflict(0x87D300DB)". I'm trying to make sense of what I need to fix. This is a version of software that replaces an older version of the same software, so I have supersedence set to "No" on the older piece of software, on this newer app. On a manual install, I can run the installer EXE and don't need to uninstall the older version to get this one to install. This version has no dependencies. On the app this supersedes, there are no dependencies or supersedences. Interestingly, some of the installs of the same kind of computer succeed on this app that's superseding an older version. All should have the program that this supersedes on it. For group assignments, I have a Where am I getting this error from, and how can I get rid of it? Thanks!Solved2.2KViews0likes11CommentsConfusion Regarding Filter Precedence
App Deployment/Packaging Here's the scenario I'm facing (VPP app): Group A (Required Assignment): Users: Identical to Group B. Filter: Include only corporate iPhones. Purpose: Auto-install the app on corporate-owned iPhones. Group B (Available Assignment): Users: Identical to Group A. Filter: None. Purpose: Make the app available to all devices (corporate and BYOD) in the Company Portal. Issue: BYOD devices are receiving the required install despite the filter. Filter message: "The app was offered during the last check-in. We couldn't evaluate the device for matching filters because a conflicting assignment didn't require filters." Filter:(device.model -contains "iPhone") and (device.deviceOwnership -eq "Corporate") Evaluation result: Not evaluated due to a conflicting assignment without filters. Business Request: The app should be available to the same list of users. It should be required (auto-installed) only on corporate devices. Overlapping groups are used to simplify automation and avoid complicating the process for the Service Desk, which would need to check if devices are BYOD or corporate-owned. I've been looking at: Filter reports and troubleshooting in Microsoft Intune | Microsoft Learn Filter reports and troubleshooting in Microsoft Intune | Microsoft Learn Assign apps to groups in Microsoft Intune | Microsoft Learn And am admittedly a little smooth-brained. Can anyone explain what's happening here and how to resolve? Is the "no filter" available group taking precedence over the "include" filter and somehow pushing to all devices? How can I rectify this? Can I just add a dynamic group to exclude all BYOD devices in the required assignment and leave the rest the same or use an exclude filter for BYOD device in the required assignment? Any help is appreciated.573Views1like2CommentsGetting Started with Azure App Service: A Beginner's Guide to Web App Deployment
Dive into the world of Azure App Service with our comprehensive beginner's guide! Learn the step-by-step process of deploying your first web app using Azure. From navigating the Azure portal to mastering deployment via Azure CLI, unlock the secrets to seamless web app deployment. Get ready to elevate your skills and bring your projects to life with Azure App Service!26KViews1like1CommentHow to deploy a Bot developed with Teams Toolkit (5.x) to a self-managed server?
Greetings, I'm developing a Workflow Bot or Command Bot as a pilot project for use in our organization. Using Teams Toolkit, local testing is automatically supported from app registration without much consideration, so it seems very convenient. However, when I try to deploy this, I am a bit confused. Teams Toolkit seems to support deployment according to Azure Bot Service by default.(.dev) I can't use the Bot Service for a number of reasons and should consider running the bot on a self-managed host. First of all, is this possible? In this case, what steps should I take in Teams Toolkit, Azure portal, Teams development portal? If this is not possible with Teams Toolkit, how should I configure the bot's hosting?Solved3KViews0likes5CommentsAndroid Enterprise (fully managed) App installation stuck at pending
Hi everyone I have an Android Device enrolled with the Android (fully managed) profile. There are several Apps that get deployed to this device. However, the installation stuck at "pending" as seen in my screenshot. After I click on the pending App, the Play Store opens. Then I click on cancel and then install. After that the App gets installed. My Managed Google Play Store Apps in Intune are all Required and targeted to "All users". The Apps get automatically installed on my personally-owned work profile Phones without any issues. When I look under Device install status from the deploying App, I see the device with Status "Failed" and Status Details "The application failed to install, possibly because of insufficient storage or an unreliable network connection. The installation will be retried automatically. (0xC7D24FBA)" Does anyone face the same issue or know how to solve it? Thanks for your help ❤️7.2KViews0likes3CommentsWin32 app install not showing up in Start Menu/Apps List
We have a Win32 app that we're deploying as an Available app through Company Portal. The files for the app show up in C:\Program Files (x86) in the app's folder on the endpoint; however, the app doesn't appear in the Start Menu or Programs and Features/Apps. Intune reports this app as "installed," but it's truly not. I haven't seen another app behave like this so far. Installing the program manually, outside of Intune, the app icon shows up in the Start Menu and it's recognized as an installed program in Programs and Features/Apps. How do we get this to be recognized as an installed app on the computer/Start Menu icon?Solved2KViews0likes9CommentsGoogle Chrome Entreprise installing Google Application automaticly
Hi, I wonder is someone can help me with this since a few versions Google Chrome entreprise deploying with MECM with the MSI, some of my installations on my user computers installs with Google Apps without notice like this screen capture: Does anyone have this? how can we resolve this? any installation arguments like this? /nogoogleapps ? Thanks MathgSolved4.5KViews0likes5CommentsDeploy a Custom Vision App on Azure App Service with Zero Downtime Deployment using Deployment Slots
Utilize Custom Vision client library for Node.js to create a Custom Vision classification model and deploy a Web App implementation using Azure App Service. In this tutorial, you will also get to leverage the power of Azure App Service’s Deployment Slots to avert downtime during redeployment after making changes to code, enabling you to test code and deploy gradually without users being affected.1.9KViews1like0CommentsAccessibility URL need
Within Intune / Endpoint Manager when registering an app you have the following options... Information URL Privacy URL However we are in need of an accessiblity statement url record against the app/website Some background reading in UK law for public sector + you should be doing it anyway as good practice https://www.local.gov.uk/our-support/accessibility586Views0likes0Comments