「PowerShell」の版間の差分

提供: ArchWiki
ナビゲーションに移動 検索に移動
(英語版より転載)
 
(翻訳)
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.
 
   
== Installation ==
+
== インストール ==
   
[[Install]] {{AUR|powershell}} or {{AUR|powershell-bin}}.
+
{{AUR|powershell}} または {{AUR|powershell-bin}} を[[インストール]]してください。
   
PowerShell Core can also be installed via the [[.NET#Install PowerShell Core|.NET SDK]] if this is already configured.
+
PowerShell Core は、既に設定されている場合、[[.NET#Install PowerShell Core|.NET SDK]] を通じてもインストールすることができます。
   
== See also ==
+
== 参照 ==
   
 
* [[.NET]]
 
* [[.NET]]
* Pleau, Rob. [https://ephos.github.io/posts/2018-9-17-Pwsh-ArchLinux "Powershell + Arch Linux = AWESOME!"]. Retrieved 2024-02-13.
+
* 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 "Powershell Remote Management From Linux"]. Retrieved 2024-02-13.
+
* 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 を通じてもインストールすることができます。

参照