- バックアップ一覧
- 差分 を表示
- 現在との差分 を表示
- ソース を表示
- PowerShell/コマンドレット/インストールされたコマンドを調べる - Get-Command へ行く。
- 1 (2013-12-31 (火) 19:04:58)
- 2 (2013-12-31 (火) 19:06:11)
- 3 (2014-01-09 (木) 07:53:14)
- 4 (2021-03-22 (月) 02:11:45)
インストールされたコマンドを調べる - Get-Command
全コマンド一覧を取得
Get-Command
ワイルドカードでコマンドを探す
Get-Command *diff*
PS taro> Get-Command *diff* CommandType Name ModuleName ----------- ---- ---------- Alias diff -> Compare-Object Application diff.exe Application docdiff.exe Application kdiff3.exe Application TortoiseIDiff.exe Application TortoiseUDiff.exe