Get PowerShell History

# File path
(Get-PSReadlineOption).HistorySavePath

# and cat it
cat (Get-PSReadlineOption).HistorySavePath