Issues while hard linking a folder in Powershell

JohnCTX 636 Reputation points
2020-12-31T20:52:55.747+00:00

I am having too many issues regarding this command syntax.
New-Item -ItemType Junction -Path "C:\Program Files\Folder One" -Target "D:\Folder Two"

Users are welcome to provide some answers, as long as it is related to this topic.

Regards,

JohnCTX

Windows for business Windows Server User experience PowerShell
{count} votes

3 answers

Sort by: Most helpful
  1. Sean Liming 4,766 Reputation points Volunteer Moderator
    2020-12-31T21:14:04.053+00:00

    Please specify the issues that you are having. Without this information is difficult to provide answers.

    Please try using "mklink" to see if you run into the same issues.

    0 comments No comments

  2. JohnCTX 636 Reputation points
    2020-12-31T21:23:31.51+00:00

    Sorry. Did not work.
    Did Windows developers change the syntax just to make it more complex?

    Regards,

    JohnCTX


  3. Bill Stewart 186 Reputation points
    2021-01-03T23:55:40.543+00:00
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.