Get-Process を使用する場合、文字列を -Name として使用するにはどうすればよいですか?
$program = "MyProgram"
Get-Process $program
それ以外の
Get-Process -MyProgram
Get-Process を使用する場合、文字列を -Name として使用するにはどうすればよいですか?
$program = "MyProgram"
Get-Process $program
それ以外の
Get-Process -MyProgram