#author("2022-03-20T15:39:16+09:00","default:ryuichi","ryuichi")
#author("2022-03-20T15:40:12+09:00","default:ryuichi","ryuichi")
* シムリンクを探す [#gfa90720]



** 探す [#p4ab3bdf]
 dir -Recurse | ? { $_.LinkType } | select FullName, LinkType, Target
 dir -Recurse | ? LinkType | select FullName, LinkType, Target

または

 dir | ? Attributes -Match "ReparsePoint"


** 参考 [#u351f15c]

https://stackoverflow.com/questions/817794/find-out-whether-a-file-is-a-symbolic-link-in-powershell

トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS