全文検索
edit
1 元のディレクトリ A 1のシムリンク B 1のジャンクション
PS tmp> dir
Directory: C:\tmp Mode LastWriteTime Length Name ---- ------------- ------ ---- d---- 2021/05/27 6:35 1 l---- 2021/05/27 6:36 A -> C:\tmp\1 l---- 2021/05/27 6:36 B -> C:\tmp\1
PS tmp> dir | select Name, Attributes, LinkType
Name Attributes LinkType ---- ---------- -------- 1 Directory A Directory, ReparsePoint SymbolicLink B Directory, ReparsePoint Junction