PowerShell v6.0.0-alpha.18がリリースされました
2017年4月6日に「PowerShell v6.0.0-alpha.18」がリリースされました。PowerShellの紹介
「PowerShell」の紹介は、以下を参考にしてください。リリースノートと変更点
リリースノートと変更点は、以下を参照してください。プログレスバーの描画やパフォーマンスの改善
プログレスバーの描画が崩れる不具合やプログレスバーのパフォーマンスが改善されています。これにより改善される問題は、以下を参照してください。
- fixed drifting of progress bar on Unix
- Improve a progress pane performance (one thread)
- correctly presenting progressbar when buffer scrolls and clearing at end
- Progressbar messes up display if the cursor originally wasn't left most (x=0)
- Reuse ProgressRecord in Web Cmdlets
Cmdletのアップデート
Cmdletのアップデートが行われています。- Adding -Extension and -LeafBase switches to Split-Path
- Implement Format-Hex in C#
- Add option -NoProxy to WebCmdlet
- Make `Out-Default -Transcript` more robust in how it handle `TranscribeOnly` state
- Get-help may return multiple instances of the same help file
既知の問題
現在STAスレッドにて以下の問題があります。- Add support to ShellExecute in powershell core when it's running on Windows full SKUs
- powershell should run `ShellExecuteEx` on STA thread(一部修正済み)
対話処理に関する不具合修正
対話処理に関する不具合が修正されています。- Add tab completion for Select-Object -ExcludeProperty -ExpandProperty
- Import-Module -n<tab> doesn't work in both Full PS and Core PS, including the SD build
クロスプラットフォームに関する不具合修正
クロスプラットフォームに関する不具合が修正されています。- Silently don't set execution policy for Unix machines
- corrected use of PSModulePath casing to be consistent with Windows PowerShell
PowerShellのアップデート
「Microsoft」のリポジトリーを利用している場合、「ソフトウェアの更新」から「PowerShell」をアップデートできます。PowerShellのインストール
「PowerShell」を新規にインストールする場合は、以下を参考にしてください。上記の方法で「PowerShell」をインストールすれば、次回以降「ソフトウェアの更新」から「PowerShell」をアップデートできるようになります。