# Create Hard link to origin file in destation folder $expr = Invoke-Expression -Command ("cmd /c mklink /H `"" + $destFile + "`" `"" +$FileSource + "`"") # Please create Classification properties in File server resource manager named IsHardLinkCreated first $cls = New-Object -co...
The NTFS filesystem of NT4/W2K/WXP/WXP64 supports HardLink functionality, but HardLinks can only be created via the POSIX command ln, which is shipped with the Windows Resource Kit. Even if with POSIX commands, HardLinks can only be created via the command prompt, which is a kind of a ...