github svrooij/WinTuner v1.0.0
v1.0.0 - Auth changes 🔑

latest releases: v1.3.1, v1.3.0, v1.2.3...
12 months ago

Version 1 🎉✅

This adventure started roughly a year ago. I was faced with an empty Company Portal after playing with Azure Dev Box. I asked myself this:

How hard can it be to package apps for Intune?

Let me tell you, it's hard! Follow along my journey

This update WILL BREAK previous scripts, with the introduction of the Connect-WtWinTuner command.

What's Changed

  • feat: Move all authentication to single command by @svrooij in #100
  • SwitchParameters are much better then bool by @svrooij in #101
  • Generating docs in a dotnet fashion by @svrooij in #103

BREAKING CHANGE

As of version v1.0.0 all the authentication parameters have been removed from the commands. And you'll have to call Connect-WtWinTuner before you can talk to Intune. More info at the authentication page.

Install

Check it out in the PowerShell gallery

Install:

Install-module WinTuner -RequiredVersion 1.0.0

Update:

Update-module WinTuner -RequiredVersion 1.0.0

Full Changelog: v0.9.1...v1.0.0

Don't miss a new WinTuner release

NewReleases is sending notifications on new releases.