未分類

PowerShell - 用語解説

Windows PowerShell で使用される用語の解説を行います。

Windows PowerShell

コマンドプロンプト上で動作する PowerShell を起動します。64bit 版の Windows では 64bit 版の powershell.exe が、32bit 版の Windows では 32bit 版の powershell.exe が起動します。

Windows PowerShell (x86)

64bit 版の Windows で 32bit 版の powershell.exe が起動します。32bit 版の Windows には存在しません。

Windows PowerShell ISE

PowerShell のコマンド実行、デバッグ、スクリプトの作成ができる GUI 形式のアプリケーションを起動します。64bit 版の Windows では 64bit 版の powershell_ise.exe が、32bit 版の Windows では 32bit 版の powershell_ise.exe が起動します。

Windows PowerShell ISE (x86)

64bit 版の Windows で 32bit 版の powershell_ise.exe が起動します。32bit 版の Windows には存在しません。

ps1

ps1 はファイルの拡張子です。このファイルには Windows PowerShell で作成したスクリプトが保存されます。作成方法は、Windows PowerShell ISE のスクリプトウィンドウにコマンドを入力し、ファイルメニューから保存します。

-未分類