How to print PATH environment variable in PowerShell (Core)

Run

$env:PATH

to show the PATH environment variable in PowerShell.