Skip to content

Releases: svrooij/WingetIntune

v1.0.4 - Some fixes

05 Dec 16:24
15f81e0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.0.4

v1.0.3 - Skip logo and cert based auth

13 Nov 09:31
81a4bb0
Compare
Choose a tag to compare

What's Changed

  • Feature/community stuff by @svrooij in #115
  • Fix code scanning alert - Arbitrary file access during archive extraction ("Zip Slip") by @svrooij in #117
  • Add ability to do cert based authentication by @crcobb in #118
  • Auto skip logo when unavailable by @svrooij in #130
  • Skip Kiota factory by @svrooij in #132

New Contributors

Full Changelog: v1.0.2...v1.0.3

v1.0.2

03 Sep 17:20
84c88b2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.2

v1.0.0 - Auth changes 🔑

29 Aug 15:47
0ebfb2f
Compare
Choose a tag to compare

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

v0.9.0

25 Jul 09:41
d281c71
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.9...v0.9.0

v0.8.9

13 Jun 15:11
300e357
Compare
Choose a tag to compare

What's Changed

  • Combine Custom and Silient parameters 🕵️ by @svrooij in #81
  • PowerShell does not like collections... by @svrooij in #82

Full Changelog: v0.8.8...v0.8.9

v0.8.8 - Search and client credentials

28 May 21:45
e9d1aa8
Compare
Choose a tag to compare

What's Changed

  • Client credentials now work and crazy fast winget search by @svrooij in #75

Full Changelog: v0.8.7...v0.8.8

v0.8.6

07 May 12:44
c5ddf30
Compare
Choose a tag to compare

What's Changed

  • Testing the PowerShell module and back to PS7.2 by @svrooij in #65
  • fix: Correct Notes parsing by @svrooij in #67

Full Changelog: v0.8.5...v0.8.6

v0.8.5

03 May 16:06
d5488ed
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.4...v0.8.5

v0.8.4

24 Apr 21:05
d2bce51
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.3...v0.8.4