Tagged Questions
5
votes
1answer
744 views
How to create a Hardlink using the New-Hardlink PowerShell PSCX command
I want to create a new Hardlink with the PowerShell Community Extensions PSCX commandlet New-Hardlink http://pscx.codeplex.com/. I have read the man file and tried almost every combination of commands ...
4
votes
2answers
1k views
Find out whether a file is a symbolic link in PowerShell
I am having a PowerShell script which is walking a directory tree, and sometimes I have auxiliary files hardlinked there which should not be processed. Is there an easy way of finding out whether a ...