GithubHelp home page GithubHelp logo

svrooij / contentprep Goto Github PK

View Code? Open in Web Editor NEW
10.0 4.0 1.0 112 KB

Open-source implementation of Win32ContentPrepTool written in C#

Home Page: https://wintuner.app/docs/related/content-prep-tool

License: GNU General Public License v3.0

C# 95.05% PowerShell 4.95%
intune powershell

contentprep's Introduction

SvR.ContentPrep

I felt there was a need for an open-source version of the Microsoft content preparation tool, mainly because I wanted to be able to use in 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.

See PowerShell Documentation for more information.

Library

There is also a library available that can be used in your own C# application. It is available on NuGet.

See Library Documentation for more information.

More content

I've written a lot of content on Intune, if you want to know more, check out my blog.

Check out Winget Intune 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 is the best way to support me.

contentprep's People

Contributors

svrooij avatar

Stargazers

 avatar Erik Verwer avatar Andreas Dieckmann avatar Tom Plant avatar Gary G avatar Sascha Stumpler avatar Alex Laurie avatar  avatar  avatar Charles Mwaniki avatar

Watchers

 avatar Sascha Stumpler avatar  avatar  avatar

Forkers

aollivierre

contentprep's Issues

Receiving error: "New-IntuneWinPackage : The type initializer for 'PerTypeValues`1' threw an exception."

I'm receiving error trying to make a intunewin-package:

PS C:\Program Files\WindowsPowerShell\Scripts> New-IntuneWinPackage -SourcePath "C:\temp\" -DestinationPath "C:\temp\new" -SetupFile "test.exe" -verbose -Debug
VERBOSE: Begin creating package
VERBOSE: Creating destination folder C:\temp\new
VERBOSE: Trying to create package for C:\temp\test.exe

Confirm
The type initializer for 'PerTypeValues`1' threw an exception.
[Y] Yes  [A] Yes to All  [H] Halt Command  [S] Suspend  [?] Help (default is "Y"): y
New-IntuneWinPackage : The type initializer for 'PerTypeValues`1' threw an exception.
At line:1 char:1
+ New-IntuneWinPackage -SourcePath "C:\temp\" -DestinationPath "C:\temp ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [New-IntuneWinPackage], TypeInitializationException
    + FullyQualifiedErrorId : 1,SvR.ContentPrep.Cmdlet.NewIntuneWinPackageCommand

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.