This pull request includes significant updates to the LOB_Application/readme.md file, focusing on enhancing the documentation for uploading applications to the Intune Service. The most important changes include updating the prerequisite PowerShell module, adding comprehensive instructions and examples for uploading Win32 applications, and detailing the creation and use of detection rules and return codes.
Documentation Updates:
Updated the prerequisite PowerShell module to Microsoft.Graph.Devices.CorporateManagement for iOS application uploads. (LOB_Application/readme.md, LOB_Application/readme.mdL35-R35)
New Content for Win32 Applications:
Added detailed instructions for uploading a Windows application (.intunewin) to the Intune Service, including prerequisites, script parameters, and running the script. (LOB_Application/readme.md, LOB_Application/readme.mdR122-R327)
Provided examples of constructing parameters for the script, including detection and requirement rules, and specified return codes. (LOB_Application/readme.md, LOB_Application/readme.mdR122-R327)
Detection Rules and Return Codes:
Included examples for creating various detection rules (File, MSI, Registry, PowerShell Script) and combining multiple rules into an array. (LOB_Application/readme.md, LOB_Application/readme.mdR122-R327)
Detailed the use of return codes, including default return codes and how to add custom return codes. (LOB_Application/readme.md, LOB_Application/readme.mdR122-R327)
This pull request includes significant updates to the
LOB_Application/readme.md
file, focusing on enhancing the documentation for uploading applications to the Intune Service. The most important changes include updating the prerequisite PowerShell module, adding comprehensive instructions and examples for uploading Win32 applications, and detailing the creation and use of detection rules and return codes.Documentation Updates:
Microsoft.Graph.Devices.CorporateManagement
for iOS application uploads. (LOB_Application/readme.md
, LOB_Application/readme.mdL35-R35)New Content for Win32 Applications:
.intunewin
) to the Intune Service, including prerequisites, script parameters, and running the script. (LOB_Application/readme.md
, LOB_Application/readme.mdR122-R327)LOB_Application/readme.md
, LOB_Application/readme.mdR122-R327)Detection Rules and Return Codes:
LOB_Application/readme.md
, LOB_Application/readme.mdR122-R327)LOB_Application/readme.md
, LOB_Application/readme.mdR122-R327)