このセクションでは、Windows PowerShell の概念説明のヘルプ トピック ("about" ヘルプ) を紹介しています。

トピック 説明

about_Aliases

Windows PowerShell のコマンドレットとコマンドの代替名について説明します。

about_Arithmetic_Operators

Windows PowerShell で算術演算を実行する演算子について説明します。

about_Arrays

データ要素を格納するためのコンパクトなデータ構造である配列について説明します。

about_Assignment_Operators

変数に値を代入する演算子について説明します。

about_Automatic_Variables

Windows PowerShell の状態情報を格納する自動変数について説明します。

about_Break

ForeachForWhileDoSwitch などのステートメントを途中で終了するために使用される Break ステートメントの使用方法について説明します。

about_Command_Precedence

Windows PowerShell でコマンドを検索する方法について説明します。

about_Command_Syntax

Windows PowerShell のコマンド形式について説明します。

about_Comment_Based_Help

関数およびスクリプトに関するコメントベースのヘルプ トピックを記述する方法について説明します。

about_Commonparameters

任意のコマンドレットで使用することができるパラメーターについて説明します。

about_Comparison_Operators

Windows PowerShell で値を比較する演算子について説明します。

about_Continue

途中でプログラム ループの先頭に戻るための Continue ステートメントについて説明します。

about_Core_Commands

Windows PowerShell プロバイダーでの使用を想定して設計されたコマンドレットを紹介します。

about_Data_Sections

スクリプトでコードのロジックからデータを分離するための Data セクションについて説明します。

about_Debuggers

スクリプトや関数をデバッグするための各種のコマンドレットを備えた Windows PowerShell スクリプト デバッガーについて説明します。

about_Do

While または Until の条件に従って、スクリプト ブロックを繰り返し実行する Do ステートメントについて説明します。

about_Environment_Variables

Windows PowerShell で Windows 環境変数にアクセスする方法について説明します。

about_Escape_Characters

Windows PowerShell のエスケープ文字 (`) とその効果について説明します。

about_Eventlogs

イベント ビューアーにおける Windows PowerShell のイベント ログについて説明します。

about_Execution_Policies

Windows PowerShell の実行ポリシーとその管理方法について説明します。

about_For

Windows PowerShell の For ループについて説明します。

about_Foreach

コレクションの各項目に対して作用する ForEach ステートメントについて説明します。

about_Format.ps1xml

コンソールでのオブジェクトの既定の表示を定義する Format.ps1xml ファイルについて説明します。

about_Functions

Windows PowerShell で関数を作成および使用する方法について説明します。

about_Functions_Advanced

コマンドレットのように動作する高度な関数を紹介します。

about_Functions_Advanced_Methods

コマンドレットから利用できるメソッドおよびプロパティを高度な関数の中で使用する方法について説明します。

about_Functions_Advanced_Parameters

高度な関数のパラメーターを宣言する方法について説明します。

about_Functions_Cmdletbindingattribute

コマンドレットと同じようなしくみを持った関数を識別する、CmdletBinding 属性について説明します。

about_Hash_Tables

Windows PowerShell でのハッシュ テーブルの作成、使用、および並べ替えの方法について説明します。

about_History

コマンド履歴からコマンドを取得して実行する方法について説明します。

about_If

アクションの条件を設定するための If ステートメントについて説明します。

about_Jobs

Windows PowerShell のバックグラウンド ジョブについて説明します。

about_Job_Details

バックグラウンド ジョブについて詳しく説明します。

about_Join

複数の文字列を 1 つの文字列に結合する Join 演算子について説明します。

about_Language_Keywords

Windows PowerShell スクリプト言語のキーワードについて説明します。

about_Line_Editing

Windows PowerShell コンソールの編集機能について説明します。

about_Locations

Windows PowerShell の作業場所の使用方法について説明します。

about_Logical_Operators

Windows PowerShell でステートメントとステートメントを結び付ける演算子について説明します。

about_Methods

メソッドを使用して、Windows PowerShell のオブジェクトにアクションを実行する方法について説明します。

about_Modules

Windows PowerShell モジュールをインストール、インポート、および使用する方法について説明します。

about_Objects

Windows PowerShell におけるオブジェクトの操作方法について説明します。

about_Operators

Windows PowerShell における演算子の概要を説明します。演算子の種類ごとのトピックが用意されています。

about_Parameters

Windows PowerShell でコマンドレット パラメーターを使用する方法について説明します。

about_Parsing

Windows PowerShell がコマンドを解析するしくみについて説明します。

about_Path_Syntax

Windows PowerShell における完全パス名形式と相対パス名形式について説明します。

about_Pipelines

Windows PowerShell でコマンドをパイプラインに結合する方法について説明します。

about_Preference_Variables

Windows PowerShell をカスタマイズするユーザー設定変数について説明します。

about_Profiles

Windows PowerShell プロファイルを作成および使用する方法について説明します。

about_Prompts

Windows PowerShell プロファイルを作成および使用する方法について説明します。

about_Properties

Windows PowerShell でオブジェクトのプロパティを使用する方法について説明します。

about_Providers

各種の Windows PowerShell プロバイダーについて説明し、それらが公開しているデータの使用方法について説明します。

about_PSSessions

Windows PowerShell セッション (PSSessions) について説明します。また、それらを使用して、リモート コマンドを実行する方法も説明します。

about_PSSession_Details

Windows PowerShell セッションについての詳細な情報を提供します。

about_Pssnapins

Windows PowerShell のスナップインおよびそれらを使用して Windows PowerShell を拡張する方法について説明します。

about_Quoting_Rules

Windows PowerShell での単一引用符および二重引用符の使用規則 (here-string も含む) について説明します。

about_Redirection

出力を変数やテキスト ファイルにリダイレクトする方法について説明します。リダイレクト演算子についても説明します。

about_Ref

参照型変数を作成および使用する方法について説明します。

about_Regular_Expressions

Windows PowerShell での正規表現の使用方法について説明します。

about_Remote

Windows PowerShell でリモート コマンドを実行する方法について説明します。

about_Remote_FAQ

Windows PowerShell でのリモート コマンドの実行についての FAQ です。

about_Remote_Jobs

リモート コンピューターでバックグラウンド ジョブを実行する方法について説明します。

about_Remote_Output

リモート コマンド出力の読み取りと書式設定について説明します。

about_Remote_Requirements

Windows PowerShell でリモート コマンドを実行するためのシステム要件および構成要件について説明します。

about_Remote_Troubleshooting

Windows PowerShell のリモート操作のトラブルシューティングについて説明します。

about_Requires

特定のスナップインとバージョンを必須とし、その条件が満たされなければスクリプトを実行できないようにする Requires ステートメントについて説明します。

about_Reserved_Words

Windows PowerShell の予約語の一覧が掲載されています。

about_Return

現在のスコープ (関数、スクリプト、スクリプト ブロックなど) を終了します。

about_Scopes

Windows PowerShell で関数や変数のスコープを設定したり変更したりする方法について説明します。

about_Script_Blocks

スクリプト ブロックを使用して、式、ステートメント、コマンドなどを単一のコード ブロックにまとめる方法について説明します。

about_Script_Internationalization

スクリプトからユーザー メッセージを Windows の言語で表示する機能について説明します。

about_Scripts

Windows PowerShell でスクリプトを作成し、実行する方法について説明します。

about_Session_Configurations

コンピューターにリモートから接続できるユーザーと、そのユーザーが実行できるコマンドを決定するセッション構成について説明します。

about_Signing

Windows PowerShell 実行ポリシーとその管理方法について説明します。実行ポリシーに準拠するうえで必要なスクリプトへの署名方法についても説明します。

about_Special_Characters

Windows PowerShell の特殊文字について説明します。

about_Split

文字列を部分文字列に分割する Split 演算子について説明します。

about_Switch

複数の If ステートメントの代わりに、switch ステートメントを使用する方法について説明します。

about_Throw

終了エラーを生成する Throw キーワードについて説明します。

about_Transactions

Windows PowerShell でトランザクション処理を管理する方法について説明します。

about_Trap

終了エラーを処理する Trap キーワードについて説明します。

about_Try_Catch_Finally

スクリプトのエラー処理は、Try、Catch、Finally のスクリプト ブロックを使用して行います。

about_Types.ps1xml

Windows PowerShell で使用される .NET 型のオブジェクトを拡張できる Types.ps1xml ファイルについて説明します。

about_Type_Operators

.NET の型が使用される演算子について説明します。

about_Variables

Windows PowerShell における変数の型について概説します。

about_While

Windows PowerShell の While ループについて説明します。

about_Wildcards

Windows PowerShell でワイルドカード文字 (*) を使用する方法について説明します。

about_Windows_PowerShell_2.0

Windows PowerShell 2.0 で導入された機能について説明します。

about_Windows_PowerShell_ISE

Windows PowerShell Integrated Scripting Environment について説明します。

about_WMI_Cmdlets

Windows Management Instrumentation (WMI) および Windows PowerShell の背景情報を提供します。

about_WS-Management_Cmdlets

Windows PowerShell で Web Services for Management (WS-Management) のコマンドレットを使用するための背景知識として WS-Management の概要を説明します。

関連項目




目次