You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
many modules are broken when running this tool in PowerShell 7+. We get a wall of error. Super easy to re-produce if you simply call start-intunemanagement.ps1 in a PWSH.exe window.
The text was updated successfully, but these errors were encountered:
This is a known issue. Only supported with PowerShell 5 at the moment. PowerShell 7 breaks a few things when converting json data with DateTime + a few other issues.
Found another issue with powershell 7. In Core.psm1 $PSVersionTable.BuildVersion and $PSVersionTable.CLRVersion are not supported. Please keep that in mind, when you update the module :) Thanks
Thank you for that. I might start looking at this soon. New version is coming along very slowly. Way too slow because I've been too busy with other things and the rewrite ended up much bigger than I thought. I have a good base now but still lots to do. PowerShell 7 is one of them.
many modules are broken when running this tool in PowerShell 7+. We get a wall of error. Super easy to re-produce if you simply call start-intunemanagement.ps1 in a PWSH.exe window.
The text was updated successfully, but these errors were encountered: