# 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 cache location and link mode can be configured via environment variables, uv settings (global, user, or local), or as command line flags. Link modes have 4 options - not sure why the docs aren't showing for you, but sounds like you want soft-link (keep in mind my mention of the...