powershell to resolve junction target path

New-Item, Remove-Item, and Get-ChildItem have been enhanced to support creating and managing symbolic links. The -ItemType parameter for New-Item accepts a new value, SymbolicLink. Now you can create symbolic links in a single line by running the New-Item cmdlet. What’s New in Windows PowerShell v5 I’ve checked the symlink support on the my Windows 7 … Read more

What are possible drawbacks of an IIS 7 site having an NTFS junction as a web root?

a way to deploy ASP.NET code with as little site disturbance as possible. It seems like this objective and your proposed solution are not aligned, because you now have a bunch of extra work or scripts involved for every deployment. One thing I have seen is to install an svn client on the production server, … Read more

Some GUI for mklink?

I don’t think you will find a more feature-rich and well-documented utility/add-on than Hermann Schinagl’s Link Shell Extensions found here: http://schinagl.priv.at/nt/hardlinkshellext/hardlinkshellext.html Truly everthing else that I have read and used pales by comparison.