ThomasKur / IntuneDocumentation

Automatic Intune Documentation to simplify the life of admins and consultants.
GNU General Public License v3.0
339 stars 87 forks source link

Include other app types #29

Closed Belial2003 closed 4 years ago

Belial2003 commented 4 years ago

When you change line 88 in Invoke-IntuneDocumentation.ps1 (#region Document Apps) from

Get-IntuneMobileApp | ForEach-Object {

to

(Invoke-MSGraphRequest -HttpMethod GET -Url https://graph.microsoft.com/beta/deviceAppManagement/mobileApps).Value | ForEach-Object {

you get all app types returned, including win32LobApp and officeSuiteApp. Get-IntuneMobileApp uses https://graph.microsoft.com/**v1.0**/deviceAppManagement/mobileApps which currently only returns part of the app types.

ThomasKur commented 4 years ago

Thanks @Belial2003 for the feedback. Just released a new version. :)