Skip to content

Latest commit

 

History

History
104 lines (66 loc) · 3.77 KB

Release_Notes.md

File metadata and controls

104 lines (66 loc) · 3.77 KB

Win32App Migration Tool - Release Notes

2.0.18 - BETA - 25/11/2023

✅ Fixed byteben#7
✅ Fixed byteben#4
✅ Fixed byteben#13

2.0.17 - BETA - 12/11/2023

✅ Faster code
✅ Complete refactor of code
✅ Better error handling
✅ Improved file structure so its easier to find app content
✅ Retain CSV data each run
✅ Option to rename intunewin to a custom name
✅ We now track uninstall content if its different from the install content
✅ Compare files on copy to ensure we grab all the correct source content
✅ Progress on file copy (useful for when dealing with larger files)
✅ Reduce the number of times we call Get-CMApplication to speed run-time
✅ Application, Deployment Type and Content details stored in different arrays. We call them multiple times and its quicker to split this out
✅ Improved Logging - we now support log entry that is compatible with cmtrace
✅ Single instance storage of icons
✅ Win32ContentPrep tool is always re-downloaded at run-time if the packageapps parameter is passed
✅ Added option to exclude specific apps using a filter

1.103.12.01 - BETA - 12/03/2022

✅ Added UTF8 Encoding for CSV Exports byteben#6
✅ Added option to exclude PMPC apps byteben#5
✅ Added option to exclude specific apps using a filter

1.08.29.02 - BETA - 29/08/2021

✅ Fixed an issue where logos were not being exported
✅ Fixed an issue where the Localized Display Name was not outputed correctly

1.08.29.01 - BETA - 29/08/2021

✅ Default to not copy content locally.
✅ Use -DownloadContent switch to copy content to local working folder
✅ Fixed an issue when the source content folder has a space in the path

1.03.27.02 - BETA - 27/03/2021

✅ Fixed a grammar issue when creating the Working Folders

1.03.25.01 - BETA - 25/03/2021

✅ Removed duplicate name in message for successful .intunewin creation
✅ Added a new switch "-NoOGV" which will suppress the Out-Grid view. Thanks @philschwan
✅ Fixed an issue where the -ResetLog parameter was not working

1.03.23.01 - BETA - 23/03/2021

✅ Error handling improved when connecting to the Site Server and passing a Null app name

1.03.22.01 - BETA - 22/03/2021

✅ Updates Manifest to only export New-Win32App Function

1.03.21.04 - BETA - 21/03/2021

✅ Fixed RootModule issue in psm1

1.03.21.03 - BETA - 21/03/2021

✅ Fixed Function error for New-Win32App

1.03.21.01 - BETA - 21/03/2021

✅ Added to PSGallery and converted to Module

1.03.20.01 - BETA - 20/03/2021

✅ Added support for .vbs script installers
✅ Fixed logic error for string matching

1.03.19.01 - BETA - 19/03/2021

✅ Added Function Get-ScriptEnd

1.03.18.03 - BETA - 18/03/2021

✅ Fixed an issue where Intunewin SetupFile was being detected as an .exe when msiexec was present in the install command

1.03.18.02 - BETA - 18/03/2021

✅ Removed the character " from SetupFile command when an install command is wrapped in double quotes

1.03.18.01 - BETA - 18/03/2021

✅ Robocopy for content now padding Source and Destination variables if content path has white space
✅ Deployment Type Count was failing from the SDMPackageXML. Using the measure tool to check if Deployment Types exist for an Application
✅ Removed " from SetupFile command if install commands are in double quotes

1.03.18 - BETA - 18/03/2021

✅ Release for Testing
✅ Logging Added

1.0 - DEV - 14/03/2021

✅ DEV Release