MD-102 Manage and maintain devices • Set 14
MD-102 Manage and maintain devices Practice Test 14 — 15 questions with explanations. Free, no signup.
Refer to the exhibit. You are reviewing a Win32 app configuration in Microsoft Intune. The app is not installing on some Windows 10 devices. Which is the most likely reason?
{
"properties": {
"displayName": "Win32 App Deployment",
"description": "Deploy custom script",
"publisher": "Contoso",
"installExperience": "system",
"requirementRule": {
"@odata.type": "#microsoft.graph.win32LobAppRequirement",
"operator": "greaterThanOrEqual",
"value": "10.0.19041"
},
"detectionRule": {
"@odata.type": "#microsoft.graph.win32LobAppDetection",
"path": "C:\\Program Files\\Contoso\\App.exe",
"fileOrFolderName": "App.exe",
"check32BitOn64System": false
},
"installCommandLine": "setup.exe /silent",
"uninstallCommandLine": "setup.exe /uninstall"
}
}