Articles > Development
Attached Files:
Snippet-Detect-Software.txt (384 downloads)
Intune (Microsoft Endpoint Manager) app detection powershell script
Last Updated: 11/11/21See the download file below for my intine app detection powershell script.
Key features:
- Easy to change the appname and version you want to detect.
- Does proper version compare.
- Works with Windows 10 or higher. (Possibly older versions of Windows if the PowerShell version and .NET framework version are 4.0+)
- Control how the version detection behavior does the compare.
- Uses the registry not WMI, so it is fast!
- Change three lines of text as the top and upload to your intune app!
- I have found the powershell detection script method to be more reliable than MSI method. Not sure why.
Attached Files:
Snippet-Detect-Software.txt (384 downloads)
Keywords: intune, powershell, app detection, script