powershell create symlink

Shell
new-item -itemtype symboliclink -path <path to location> -name <the name> -value <path to target>
Source

Also in Shell: