Skip to content

Commit

Permalink
Merge pull request #2 from tim-atkinson/hotfix/add-ci-status
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
tim-atkinson authored Nov 5, 2024
2 parents ea4c224 + 8c4a732 commit bd33dc0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Export-IntuneManagedDevices

![PSScriptAnalyzer](https://github.com/tim-atkinson/IntuneDeviceExport/actions/workflows/ci-workflow-psscriptanalyzer.yml/badge.svg)

## Overview
This script connects to Microsoft Intune using the Microsoft Graph API to retrieve managed device information and export it in both JSON and CSV formats. The script is designed for IT professionals managing Intune environments, providing an easy way to automate device data retrieval.

Expand Down Expand Up @@ -67,4 +69,4 @@ This command will prompt you to log in interactively using your user credentials
## Important Notes
- Ensure that the Azure AD application has the appropriate API permissions (`DeviceManagementManagedDevices.Read.All`) and that admin consent is granted.
- The `ClientSecret` must remain secure. Do not log or expose this value unnecessarily.
- The script attempts to disconnect from any previous Microsoft Graph session before initiating a new connection to ensure proper session management.
- The script attempts to disconnect from any previous Microsoft Graph session before initiating a new connection to ensure proper session management.

0 comments on commit bd33dc0

Please sign in to comment.