Windows PowerShell コア About トピック

適用対象: Windows PowerShell 2.0, Windows PowerShell 3.0, Windows PowerShell 4.0, Windows PowerShell 5.0

このセクションには、すべての Windows PowerShell モジュールに適用されるコンセプト (「About」) ヘルプ トピックが含まれています。他のモジュールの About トピックについては、特定のモジュールのヘルプ トピックを参照してください。

トピック 説明

about_Aliases

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

about_Arithmetic_Operators

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

about_Arrays

配列、つまり、データ要素を保存するためのコンパクトなデータ構造について説明します。

about_Assignment_Operators

値を変数に割り当てる演算子について説明します。

about_Automatic_Variables

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

about_Break

Break ステートメントの使用方法について説明します。これは Foreach ステートメント、For ステートメント、While ステートメント、Do ステートメント、Switch ステートメントをすぐに終了させるステートメントです。

about_Checkpoint-Workflow

ワークフローのチェックポイントを取得する Checkpoint-Workflow アクティビティについて説明します。

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_DesiredStateConfiguration

Windows PowerShell の Desired State Configuration 機能について説明します。離れた場所にある複数の管理対象ノード全体で一貫性のある構成を維持します。

about_Debuggers

Windows PowerShell スクリプト デバッガーについて説明します。スクリプトと関数をデバッグするための一連のコマンドレットです。

about_Do

Do ステートメントについて説明します。これは While または Until 条件の下でスクリプト ブロックを 1 回または複数回実行します。

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_Functions_OutputTypeAttribute

関数が返すオブジェクトの種類を報告する属性について説明します。

about_Group_Policy_Settings

Windows PowerShell のグループ ポリシー設定について説明します。

about_Hash_Tables

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

about_History

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

about_If

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

about_InlineScript

InlineScript ワークフロー アクティビティについて説明します。

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_Object_Creation

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

about_Operators

Windows PowerShell の演算子について説明する概要トピックです。演算子タイプ別のトピックが含まれています。

about_Operator_Precedence

Windows PowerShell 演算子を優先順位別に一覧表示します。

about_Parameters

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

about_Parameters_Default_Values

コマンドレットと高度な機能のパラメーターにカスタムの既定値を設定する方法について説明します。

about_Parsing

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

about_Path_Syntax

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

about_Pipelines

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

about_PowerShell.exe

PowerShell.exe コマンドライン ツールのヘルプを表示します。

about_PowerShell_Ise.exe

PowerShell_ISE.exe コマンドライン ツールのヘルプを表示します。

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 文字列を含みます。

about_Redirection

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

about_Ref

参照変数タイプを作成し、使用する方法について説明します。

about_Regular_Expressions

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

about_Remote

Windows PowerShell のリモート コマンドの実行方法です。

about_Remote_Disconnected_Sessions

PSSession を切断し、再接続する方法について説明します。

about_Remote_FAQ

Windows PowerShell のリモート コマンドの実行に関する質問と回答です。

about_Remote_Jobs

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

about_Remote_Output

リモート コマンドの出力の解釈と書式設定です。

about_Remote_Requirements

Windows PowerShell のリモート コマンドを実行するためのシステム要件と構成要件です。

about_Remote_Troubleshooting

Windows PowerShell のリモート操作の問題を解決します。

about_Remote_Variables

リモート コマンドのローカル変数とリモート変数の使用方法について説明します。

about_Requires

Requires ステートメントについて説明します。このステートメントは、必須のスナップインとバージョンなしでスクリプトが実行されるのを防ぎます。

about_Reserved_Words

Windows PowerShell に予約されている言葉を一覧表示します。

about_Return

現在の範囲 (関数、スクリプト、スクリプト ブロック) を終了します。

about_Run_With_PowerShell

エクスプローラーのエントリを右クリックし、「PowerShell で実行する」機能を利用してスクリプトを実行する方法について説明します。

about_Scheduled_Jobs

ジョブのスケジュールと Windows PowerShell とタスク スケジューラでスケジュールされたジョブを使用し、管理する方法について説明します。

about_Scheduled_Jobs_Basics

ジョブをスケジュールし、管理する方法について説明します。

about_Scheduled_Jobs_Advanced

ジョブの高度なスケジュールに関するトピックについて説明します。ジョブのスケジュールの基礎となるファイル構造を含みます。

about_Scheduled_Jobs_Troubleshooting

ジョブのスケジュールで発生する問題の解決方法について説明します。

about_Scopes

Windows PowerShell の関数と変数の範囲を設定し、変更する方法について説明します。

about_Script_Blocks

スクリプト ブロックを利用し、式、ステートメント、コマンドを 1 つのコード ブロックに結合する方法について説明します。

about_Script_Internationalization

Windows で選択されている言語でユーザー メッセージを表示することがスクリプトで簡単になる機能について説明します。

about_Scripts

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

about_Session_Configurations

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

about_Session_Configuration_Files

セッション構成を使用するセッションの環境を定義するセッション構成ファイルについて説明します。

about_Signing

Windows PowerShell 実行ポリシー、その管理方法、実行ポリシーに準拠するようにスクリプトに署名する方法について説明します。

about_Special_Characters

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

about_Splatting

Windows PowerShell でスプラッティングを使用し、コマンドにパラメーターを渡す方法について説明します。

about_Split

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

about_Switch

Switch ステートメントを使用し、複数の If ステートメントを置換する方法について説明します。

about_Throw

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

about_Transactions

Windows PowerShell のトランザクション操作の管理方法について説明します。

about_Trap

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

about_Try_Catch_Finally

スクリプトのエラー処理は Try、Catch、Finally スクリプト ブロックにより行われます。

about_Type_Operators

.NET タイプを利用する演算子について説明します。

about_Types.ps1xml

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

about_Updatable_Help

Windows PowerShell の更新可能ヘルプ システムについて説明します。

about_Variables

Windows PowerShell の変数の種類について説明する概要トピックです。

about_While

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

about_Wildcards

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

about_Windows_PowerShell_5.0

Windows PowerShell 4.0 の新しい機能と変更について説明します。

about_Windows_PowerShell_ISE

Windows PowerShell® Integrated Scripting Environment (ISE) について説明します。

about_Workflows

Windows PowerShell ワークフロー機能について簡単に紹介します。

about_WorkflowCommonParameters

すべての Windows PowerShell ワークフロー コマンドで有効なパラメーターについて説明します。

about_WMI

Windows Management Instrumentation (WMI) について説明します。これは Web-Based Enterprise Management (WBEM) 業界標準を Microsoft が実装したものです。

about_WMI_Cmdlets

Windows Management Instrumentation (WMI) と Windows PowerShell の背景情報について提供します。

about_WQL

WMI Query Language (WQL) について説明します。これは Windows PowerShell で WMI オブジェクトを取得するために使用できます。

about_WS-Management_Cmdlets

Microsoft.WsMan.Management モジュールのコマンドレットについて説明します。それらをまとめて利用し、WSMan プロバイダー ドライブを含む、WS-Management 機能を管理する方法について説明します。

See Also

Concepts

Windows PowerShell 4 のモジュール参照
about_Scheduled_Jobs
about_WMI_Cmdlets

Other Resources

Windows PowerShell
Windows PowerShell コア
about_WS-Management_Cmdlets
Windows PowerShell SDK