Buat persimpangan direktori di PowerShell

New-Item -ItemType Junction -Path "Link" -Target "Target"
Abenezer Elias