Bankesy Posted May 30, 2025 Posted May 30, 2025 Good morning, Hoping somebody has seen this sort of issue before: Deployed a line of business app (Senso) using Intune but forgot to include the command line arguments to license it. The app has been installed successfully on all devices, but it launches a pop-up at login due to not being licensed. So I added the command line arguments to Intune, but I think this doesn't do anything because the app is already registered as installed, so clients are not looking for or detecting any changes. Does this sound about right? Does anybody know how I can re-register the app or update it to run the command line arguments without uninstalling? Thanks
foofighterjim Posted May 30, 2025 Posted May 30, 2025 It has been a while since I did a LOB app as Win32 apps have basically superseded this. In LOB, do you have the ability to update the version number of the app? This should make the devices check in for updates, although they still may not run the installer (and therefore your switch argument) again. 1
MYK-IT Posted May 30, 2025 Posted May 30, 2025 Just some possible suggestions; Configure and Deploy a (superseded) App that includes the command to licence it Uninstall existing App, then deploy (corrected) App Use Scripts and remediations Similar to what @foofighterjim mentioned, we've only used Win32 Apps. 1
NicholasEsping Posted May 30, 2025 Posted May 30, 2025 9 hours ago, Bankesy said: Good morning, Hoping somebody has seen this sort of issue before: Deployed a line of business app (Senso) using Intune but forgot to include the command line arguments to license it. The app has been installed successfully on all devices, but it launches a pop-up at login due to not being licensed. So I added the command line arguments to Intune, but I think this doesn't do anything because the app is already registered as installed, so clients are not looking for or detecting any changes. Does this sound about right? Does anybody know how I can re-register the app or update it to run the command line arguments without uninstalling? Thanks I would suggest packaging as Win32 and write a PowerShell script that checks for the license in the detection methods. 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now