Create Symlinks Windows Guide
New-Item -ItemType SymbolicLink -Path "C:\Link\Folder" -Target "C:\Target\Folder"