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
PowerShell 7 has some breaking changes (e.g. these), so need to add fixes to allow the script to work with PowerShell 7.x. In particular, need to modify the GetPowerShellVersion method to accommodate different version properties: Major, Minor, Patch, PreReleaseLabel, BuildLabel
(the last two may be null). There may be more issues.
The text was updated successfully, but these errors were encountered:
PowerShell 7 has some breaking changes (e.g. these), so need to add fixes to allow the script to work with PowerShell 7.x. In particular, need to modify the
GetPowerShellVersion
method to accommodate different version properties:Major
,Minor
,Patch
,PreReleaseLabel
,BuildLabel
(the last two may be null). There may be more issues.
The text was updated successfully, but these errors were encountered: