Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/svrooij/contentprep
Open-source implementation of Win32ContentPrepTool written in C#
https://github.com/svrooij/contentprep
intune powershell
Last synced: 11 days ago
JSON representation
Open-source implementation of Win32ContentPrepTool written in C#
- Host: GitHub
- URL: https://github.com/svrooij/contentprep
- Owner: svrooij
- License: gpl-3.0
- Created: 2023-10-14T10:37:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-02T08:07:16.000Z (about 1 month ago)
- Last Synced: 2024-10-11T14:14:01.261Z (27 days ago)
- Topics: intune, powershell
- Language: C#
- Homepage: https://wintuner.app/docs/related/content-prep-tool
- Size: 126 KB
- Stars: 14
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# SvRooij.ContentPrep
I felt there was a need for an open-source version of the [Microsoft content preparation tool](https://github.com/microsoft/Microsoft-Win32-Content-Prep-Tool), mainly because I wanted to be able to use in [WingetIntune](https://github.com/svrooij/WingetIntune) without having to rely on a closed-source tool that had a dependency upon Windows. I want to run this in the cloud and using closed source executable was not really an option.
> [!WARNING]
> This is not a replacement for the Microsoft tool, it is a re-implementation of the tool based upon public available information. It is not feature complete and it might not work for your use case. If you need a tool that works, use the Microsoft tool. This library is provided as-is, without any warranty or support.## What does it do?
It allows you to create packages that can be uploaded to Intune and it allows you to decrypt those packages.
## PowerShell module
This repository contains a PowerShell module that can be used to create and decrypt packages. It is available on the [PowerShell Gallery](https://www.powershellgallery.com/packages/SvRooij.ContentPrep.Cmdlet/).
See [PowerShell Documentation](./src/SvR.ContentPrep.Cmdlet/README.md) for more information.
## Library
There is also a library available that can be used in your own C# application. It is available on [NuGet](https://www.nuget.org/packages/SvRooij.ContentPrep/).
See [Library Documentation](./src/SvR.ContentPrep/README.md) for more information.
## More content
I've written a lot of content on Intune, if you want to know more, check out my [blog](https://svrooij.io/tags/intune).
Check out [WinTuner](https://wintuner.app) for more information on my other project to package applications from WinGet for Intune all within seconds.
## Support
If you like my work, becoming a [GitHub Sponsor](https://github.com/sponsors/svrooij) is the best way to support me.