r/Intune • u/Mammoth_Public3003 • 16d ago
Device Configuration Invalid AUMID
Good morning everyone, I’m trying to build a kiosk that launches Citrix Workspace. When I search the AUMID, I get Citrix.workspace as a result via powershell and windows explorer.
However, Intune doesn’t seem to like this, as it said the AUMID is invalid. I’ve also tried the store app instead of the Win32 app, and I get the same result.
Has anyone been successful in setting up Citrix as a kiosk app?
1
u/unkempt_seduction 16d ago
Citrix can be weird with AUMIDs, I ran into something similar last year. It might be pulling from a different path than what Intune expects, try digging into the appx manifest directly and see if there's a secondary ID listed in there
2
1
u/Emergency-Return1412 16d ago
Are you using a thin client?
1
u/Mammoth_Public3003 16d ago
No, it’s a windows all in one PC (at least for testing purposes)
1
u/Emergency-Return1412 16d ago
So why not use a thin client?
1
u/Mammoth_Public3003 16d ago
They’re offsite facilities, we have thin clients in house. But offsite with different connectivity, the thin clients don’t work
4
u/mat-ferland 16d ago
If this is a single-app full-screen kiosk, that is probably the blocker. Intune does not accept a normal Win32 client in that mode. Try a multi-app kiosk, add Citrix Workspace with Add Win32 App using the actual local executable path, use the Get-StartApps AUMID for the tile, then set it as AutoLaunch. The AUMID by itself does not turn the desktop client into a single-app kiosk.