-
Suggestion
-
Resolution: Unresolved
-
None
-
None
-
1
-
6
-
Powershell v6 and v7 use pwsh.exe executables, whereas PowerShell v5 uses powershell.exe executables. Support for the newer version should be added.
- relates to
-
BAM-21590 Support Windows PowerShell on Linux
- Gathering Interest
Form Name |
---|
Microsoft is moving modules such as PNP.PowerShell to require PowerShell 7.2 or higher. Current version is 7.3.6. My company has many scripts that write to SharePoint that are deployed via Bamboo. The only work around is to have bamboo launch PowerShell.exe to then run PWSH.EXE and provide it the argument of a file to execute. Doing this will mean that our log files will only show that a launcher script was executed but won't show the detailed logs of the second script. This would also disable or render ineffective our versioning control in Bamboo. So for now anything we automate in Bamboo we are stuck with 5.1, at least for the time being. Please allow a choice to run PowerShell 5.1 or 7+