Windows PowerShell で、定義されている変数の一覧を出力する方法を説明します。
Variable ドライブの項目を出力
Get-ChildItem Variable:
Variable ドライブに移動してから項目を出力
Set-Location Variable: Get-ChildItem
定義されている変数の一覧を出力
Get-Variable
C# プログラマーのフリーランスでの活動を書いています。
Windows PowerShell で、定義されている変数の一覧を出力する方法を説明します。
Get-ChildItem Variable:
Set-Location Variable: Get-ChildItem
Get-Variable