$PSVersionTable.PSVersion
$x=""; while($true) { $y=get-clipboard -raw; if ($x -ne $y) { Write-Host $y; $x=$y } ; Sleep 1 }
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
Set-ItemProperty foo.txt -name CreationTime -value "2020/01/01 00:00:00"