Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/markstan/IntuneOneDataCollector

Intune One Data Collector - automated tool to collect data for Intune support issues.
https://github.com/markstan/IntuneOneDataCollector

Last synced: 11 days ago
JSON representation

Intune One Data Collector - automated tool to collect data for Intune support issues.

Lists

README

        

# Intune One Data Collector

Intune One Data Collector (ODC) is a support script to enable the collection of logs, Registry data, and command output from Intune Windows 10 and Windows 11 clients. IntuneODCStandAlone.ps1 ingests the Intune.xml file to automate data collection. Once the data is gathered, the script will open an Explorer window in the folder where the ODC contents are located. The default file name is COMPUTERNAME_CollectedData.zip (where COMPUTERNAME is the name of the Windows device).


To run this tool, open an elevated PowerShell window (right-click, "Run as administrator..."), create a temporary folder, then run these three commands:

wget https://aka.ms/intunePS1 -outfile IntuneODCStandAlone.ps1
wget https://aka.ms/intuneXML -outfile Intune.xml
PowerShell -ExecutionPolicy Bypass -File .\IntuneODCStandAlone.ps1

(**Hint**: You can copy and paste the commands from this page and paste them directly in to the PowerShell window. If you need to type the commands, please be aware that there are two different URIs for the two files.)

The first two commands download the XML driver file and the PowerShell script. The last line runs the script (both files must be in the same folder).

![Example PowerShell commands and Explorer window](https://github.com/markstan/IntuneOneDataCollector/blob/master/Resources/PS_Example.png)

If you have any problems downloading the files using the commands above (usually due to network or firewall restrictions), you can also click on the green 'Code' button above and choose **Download ZIP** to save the contents of this project.

![Download zip](https://github.com/markstan/IntuneOneDataCollector/blob/master/Resources/Download_Zip.png)

For more information, please refer to [the FAQ](https://github.com/markstan/IntuneOneDataCollector/wiki/FAQ) for this project.

Please contact [[email protected]](mailto:[email protected]) for any bug reports or feature requests.