「PowerShell」の版間の差分
表示
削除された内容 追加された内容
Kusanaginoturugi (トーク | 投稿記録) 英語版より転載 |
Kusanaginoturugi (トーク | 投稿記録) 翻訳 |
||
| 1行目: | 1行目: | ||
[[Category:コマンドラインシェル]] |
[[Category:コマンドラインシェル]] |
||
[https://microsoft.com/PowerShell PowerShell] は、マイクロソフトが開発したクロスプラットフォームのタスク自動化フレームワークおよびスクリプティング言語です。システム管理者やパワーユーザーを対象として設計されており、コマンドラインシェルとスクリプティング言語を通じて管理タスクの自動化を容易にし、Windows および他のオペレーティングシステムの効率的な管理を可能にします。 |
|||
[https://microsoft.com/PowerShell PowerShell] is a cross-platform task automation framework and scripting language developed by Microsoft. Designed for system administrators and power users, it facilitates the automation of administrative tasks through a command-line shell and a scripting language, enabling efficient management of Windows and other operating systems. |
|||
== |
== インストール == |
||
{{AUR|powershell}} または {{AUR|powershell-bin}} を[[インストール]]してください。 |
|||
PowerShell Core |
PowerShell Core は、既に設定されている場合、[[.NET#Install PowerShell Core|.NET SDK]] を通じてもインストールすることができます。 |
||
== |
== 参照 == |
||
* [[.NET]] |
* [[.NET]] |
||
* Pleau, Rob. [https://ephos.github.io/posts/2018-9-17-Pwsh-ArchLinux "Powershell + Arch Linux = AWESOME!"]. |
* Pleau, Rob. [https://ephos.github.io/posts/2018-9-17-Pwsh-ArchLinux "Powershell + Arch Linux = AWESOME!"]. 2024-02-13に取得。 |
||
* Diaz, Kevin. [https://kevrocks67.github.io/blog/powershell-remote-management-from-linux.html " |
* Diaz, Kevin. [https://kevrocks67.github.io/blog/powershell-remote-management-from-linux.html "Linux からの Powershell リモート管理"]. 2024-02-13に取得。 |
||
2024年4月5日 (金) 20:23時点における版
PowerShell は、マイクロソフトが開発したクロスプラットフォームのタスク自動化フレームワークおよびスクリプティング言語です。システム管理者やパワーユーザーを対象として設計されており、コマンドラインシェルとスクリプティング言語を通じて管理タスクの自動化を容易にし、Windows および他のオペレーティングシステムの効率的な管理を可能にします。
インストール
powershellAUR または powershell-binAUR をインストールしてください。
PowerShell Core は、既に設定されている場合、.NET SDK を通じてもインストールすることができます。
参照
- .NET
- Pleau, Rob. "Powershell + Arch Linux = AWESOME!". 2024-02-13に取得。
- Diaz, Kevin. "Linux からの Powershell リモート管理". 2024-02-13に取得。