User Profile
MichalKala1991
Copper Contributor
Joined 5 years ago
User Widgets
Recent Discussions
Re: The internal MSIX app update mechanism and Enterprise IT needs
I am working in IT enteprise provider, we are distributing packages to other large customers and enterprises. I totally agree there needs to be mechanism for IT to distribute app updates in a managed way. Customers do not want to receive auto updates randomly, they prefer to do proper pilot test first to make sure their business will be up and running. This is called Change Management.1.3KViews1like0CommentsRe: App - multiple requirements/detection methods with OR relationship?
Yes absolutely, custom scripts are our current plan. But I always prefer GUI for these things so one can read the settings quickly in the console, without having to read scripts. Especially for junior newcomers.5.6KViews0likes0CommentsApp - multiple requirements/detection methods with OR relationship?
We can add more than one requirement or detection method to an App, but there is no way to set relationship like we can do in SCCM. We would often need to set two requirements or detections and specify that only one of them has to be true (condition A OR condition B) Why is this missing on Intune? Any plan on adding this functionality? It would make our lives easier.6KViews0likes2CommentsDeploy MSIX as Intune LOB app
When you install MSIX via PowerShell Add-AppxPackage command, there are bunch of useful https://docs.microsoft.com/en-us/powershell/module/appx/add-appxpackage?view=windowsserver2019-ps For example -DeferRegistrationWhenPackagesAreInUse is really nice from end user experience point of view. When you put your MSIX package to Intune as a Line of Business app, there are no options to configure whatsoever and you cannot change any behavior - at least I cannot find any options to for example include the -DeferRegistrationWhenPackagesAreInUse. When I test to deploy update to MSIX app that is in use on client, the installation will reboot the computer to apply the update, which I cannot use in real world. Current workaround for me is to convert my MSIX into Win32 app and add Powershell script in which I call the Add-AppxPackage command with desired options. It works but feels like an overkill. Am I doing this wrong? Are there better options within Intune so I don't have to convert and add scripts?1.8KViews0likes2CommentsRe: How to serve multiple customers with one Storage?
I want to utilize the AppInstaller XML files. So place AppInstaller file and Appx/msix installation file to the blob and then distribute appinstaller file to clients. The distributed appinstaller file will be redirecting url to the blob storage. https://docs.microsoft.com/en-us/uwp/schemas/appinstallerschema/element-appinstaller1.9KViews0likes1CommentHow to serve multiple customers with one Storage?
Hi, I am new in Azure Storage, so please forgive me if my question is silly. I created a demo for solution that involves blob storage and clients checking for app updates from that storage. It works well, but for demo I am working with enabled public read access. Now I am thinking how to make such solution more secured/restricted. My aim was to have one central storage where I place application installers and clients across multiple customers would be checking the storage. If I disable public read access though, how can I make sure all clients that I want will still have access while nobody else would have it. We're talking clients in different domains/different Azure ADs. Can someone point me to right direction please? Or is it not possible to implement in this way?Solved2KViews0likes3CommentsRe: MSIX update on launch fails with "Unable to install because the following apps need to be closed"
I do not see errors in event log, but from my experience the update always takes at least two re-lanuches before it updates. First re-launch nothing ever happens, even if I reboot my test machine before.3.5KViews0likes1Comment
Recent Blog Articles
No content to show