Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaronparker/intune-backup-template
Backup and document a Microsoft Intune tenant with GitHub workflows or Azure Pipelines
https://github.com/aaronparker/intune-backup-template
azure-devops backup intune markdown microsoft pipeline workflow
Last synced: 3 months ago
JSON representation
Backup and document a Microsoft Intune tenant with GitHub workflows or Azure Pipelines
- Host: GitHub
- URL: https://github.com/aaronparker/intune-backup-template
- Owner: aaronparker
- License: mit
- Created: 2022-03-01T10:35:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-20T13:26:55.000Z (8 months ago)
- Last Synced: 2024-10-12T20:46:39.022Z (3 months ago)
- Topics: azure-devops, backup, intune, markdown, microsoft, pipeline, workflow
- Language: CSS
- Homepage: https://stealthpuppy.com/automate-intune-documentation-github/
- Size: 659 KB
- Stars: 40
- Watchers: 4
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Automated Microsoft Intune backup and as-built
A template repository that you can clone to enable a Microsoft Intune tenant backup and as-built report using [IntuneCD](https://github.com/almenscorner/IntuneCD) and [md-to-pdf](https://github.com/simonhaenisch/md-to-pdf).
To learn how to use this repository, see these articles:
- [Automate Microsoft Intune As-Built Documentation on GitHub](https://stealthpuppy.com/automate-intune-documentation-github/)
- [Automate Microsoft Intune As-Built Documentation on Azure DevOps](https://stealthpuppy.com/automate-intune-documentation-azure/)## Example report
The generated as-built documentation will look something like:
![As-built documentation screenshot](.img/asbuilt-sample.png)
## GitHub
After creating a new repository in GitHub based on this template, you'll need to enable the Actions to run via the repository settings, and add the secrets required by the workflows.
This template repository includes the following workflows:
* [`intune-backup.yml`](.github/workflows/intune-backup.yml) - performs the export from the Intune tenant to create a backup, and generates a markdown version of the as-built document, and tags the release
* [`intune-release.yml`](.github/workflows/intune-release.yml) - generates PDF and HTML versions of the markdown document, creates a release, and adds the documents to the release as assets
* [`remove-releases.yml`](.github/workflows/remove-releases.yml) - prunes the release assets to keep the last 60 releases## Azure DevOps
Clone this repository into GitHub or Azure DevOps, then import into a project and create a pipeline:
* [`intune-backup.yml`](.devops/intune-backup.yml) - performs the export from the Intune tenant to create a backup, and generates a markdown version of the as-built document, and tags the release, generates PDF and HTML versions of the markdown document, creates a release, and adds the documents to the release as assets