AutopilotHealthCheck
1.0
This script uses the Graph API to check for a variety of common issues with devices that are registered with Windows Autopilot. It leverages
the WindowsAutopilotIntune, Microsoft.Graph.Intune, and AzureAD modules which should be installed (using "Install-Module") before running this script.
It will be necessary to sign in twice, once to MSGraph (for access to Intune
the WindowsAutopilotIntune, Microsoft.Graph.Intune, and AzureAD modules which should be installed (using "Install-Module") before running this script.
It will be necessary to sign in twice, once to MSGraph (for access to Intune
This script uses the Graph API to check for a variety of common issues with devices that are registered with Windows Autopilot. It leverages
the WindowsAutopilotIntune, Microsoft.Graph.Intune, and AzureAD modules which should be installed (using "Install-Module") before running this script.
It will be necessary to sign in twice, once to MSGraph (for access to Intune and Autopilot objects) and once to Azure AD (for additional Azure AD objects).
This script does not change anything, it only reads info from the Graph and displays a simple report based on what it finds.
Due to the amount of data this will retrieve, it is possible this won't work for large tenants due to Graph API throttling.
Show more
the WindowsAutopilotIntune, Microsoft.Graph.Intune, and AzureAD modules which should be installed (using "Install-Module") before running this script.
It will be necessary to sign in twice, once to MSGraph (for access to Intune and Autopilot objects) and once to Azure AD (for additional Azure AD objects).
This script does not change anything, it only reads info from the Graph and displays a simple report based on what it finds.
Due to the amount of data this will retrieve, it is possible this won't work for large tenants due to Graph API throttling.
Installation Options
Owners
Package Details
Author(s)
- Michael Niehaus
Tags
Dependencies
This script has no dependencies.
Release Notes
Version 1.0: Original published version.
FileList
- AutopilotHealthCheck.nuspec
- AutopilotHealthCheck.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
1.1 | 1,675 | 11/14/2019 |
1.0 (current version) | 250 | 11/13/2019 |