今回の話題は「PowerShell 7/7.1 preview 2がリリースされています」です。
PowerShell 7はオープンソースで開発されている、Windows、macOS、Linuxで使うことのできる「シエル環境」で、コマンドレットと呼ぶコマンドと、POSIX互換の基本的なコマンド、Windows環境では、従来のコマンドプロンプトで実行できたコマンドも使うことができます。
また、一般的なスクリプト言語同様、条件分岐ができるなど、プログラムを書くことができます。
PowerShell 7.1.0-preview.2
Copyright (c) Microsoft Corporation.
https://aka.ms/powershell
Type 'help' to get help.
PS C:\Users\taniy>
Copyright (c) Microsoft Corporation.
https://aka.ms/powershell
Type 'help' to get help.
PS C:\Users\taniy>
PowerShell 7.0.0
Copyright (c) Microsoft Corporation. All rights reserved.
https://aka.ms/powershell
Type 'help' to get help.
PS C:\Users\taniy> get-host
Name : ConsoleHost
Version : 7.0.0
InstanceId : c9e6b480-734a-4a32-bc11-3d78aba3b26d
UI : System.Management.Automation.Internal.Host.InternalHostUserInterface
CurrentCulture : ja-JP
CurrentUICulture : ja-JP
PrivateData : Microsoft.PowerShell.ConsoleHost+ConsoleColorProxy
DebuggerEnabled : True
IsRunspacePushed : False
Runspace : System.Management.Automation.Runspaces.LocalRunspace
PS C:\Users\taniy>
Copyright (c) Microsoft Corporation. All rights reserved.
https://aka.ms/powershell
Type 'help' to get help.
PS C:\Users\taniy> get-host
Name : ConsoleHost
Version : 7.0.0
InstanceId : c9e6b480-734a-4a32-bc11-3d78aba3b26d
UI : System.Management.Automation.Internal.Host.InternalHostUserInterface
CurrentCulture : ja-JP
CurrentUICulture : ja-JP
PrivateData : Microsoft.PowerShell.ConsoleHost+ConsoleColorProxy
DebuggerEnabled : True
IsRunspacePushed : False
Runspace : System.Management.Automation.Runspaces.LocalRunspace
PS C:\Users\taniy>