始め方
制御文
- PowerShell if文のサンプル
- PowerShell switch文 条件分岐を行うサンプル
- PowerShell for文 処理を繰り返すサンプル
- PowerShell while文とdo while文のサンプル
文字列操作
- PowerShell 文字列を結合するサンプル
- PowerShell Substring 文字列を切り出す
- PowerShell Contains 文字列に指定の文字があるか
- PowerShell IndexOf 文字列の位置を取得する
- PowerShell Replace 文字列を置き換える
- PowerShell Split 文字列を分割して配列にする
- PowerShell StartsWith 文字列の始まり/終わりを確認
- PowerShell 大文字と小文字を変換(ToLower/ToUpper)
- PowerShell 文字列の先頭末尾の空白を除去(Trim)
- PowerShell PadLeft 頭ゼロをつける
基本
- PowerShell 変数の値が残る現象とクリア方法
- PowerShell 配列の使い方のサンプル
- PowerShell 関数のサンプル
- PowerShell クラスのサンプル
- PowerShell テキストファイルの読み書き
- PowerShell ファイルの存在/移動/コピー/削除
- PowerShell フォルダの存在/移動/コピー/削除
- PowerShell フォルダ/ファイルの一覧を取得
- PowerShell ダイアログでファイルを選択する
- PowerShell 現在日時の取得と日時の計算
- PowerShell サービスを開始/終了するサンプル