最終更新:2023-12-22 (金) 14:52:43 (128d)  

Windows PowerShel?
Windows PowerShell/自動変数
Top / Windows PowerShell / 自動変数

https://learn.microsoft.com/ja-jp/powershell/module/microsoft.powershell.core/about/about_automatic_variables?view=powershell-7.4

一覧

  • $$
  • $?
  • $^
  • $_
  • $args?
  • $ConsoleFileName?
  • $EnabledExperimentalFeatures?
  • $Error?
  • $Event?
  • $EventArgs?
  • $EventSubscriber?
  • $ExecutionContext?
  • $false?
  • $foreach?
  • $HOME
  • $Host?
  • $input?
  • $IsCoreCLR?
  • $IsLinux?
  • $IsMacOS?
  • $IsWindows?
  • $LASTEXITCODE?
  • $Matches?
  • $MyInvocation?
  • $NestedPromptLevel?
  • $null?
  • $PID?
  • $PROFILE?
  • $PSBoundParameters?
  • $PSCmdlet?
  • $PSCommandPath?
  • $PSCulture?
  • $PSDebugContext?
  • $PSEdition?
  • $PSHOME?
  • $PSItem?
  • $PSScriptRoot?
  • $PSSenderInfo?
  • $PSUICulture?
  • $PSVersionTable?
  • $PWD?
  • $Sender?
  • $ShellId?
  • $StackTrace?
  • $switch?
  • $this?
  • $true?