powershell create link code example
Example: powershell create symlink
new-item -itemtype symboliclink -path <path to location> -name <the name> -value <path to target>
new-item -itemtype symboliclink -path <path to location> -name <the name> -value <path to target>