Forum Discussion

robmo's avatar
robmo
Brass Contributor
Apr 08, 2024

Intune Win32 app detection method

Hi, I am attempting to create an Intune Win32 App package that will apply a custom theme to our computers.   custom.theme and lockscreen.jpg get copied to C:\Windows\Resources\Themes. A folder na...
  • Harm_Veenstra's avatar
    Apr 09, 2024
    You should have something that writes to STDOUT; you can use Write-Output with the text you write to the log file... Detections work with something STDOUT and an Exit 0 for detected or Exit 1 (or higher) for not detected and start the installation.

Resources