# Junctions

#### Finding junctions / reparse points

```powershell
# return all reparse points on the C: volume
DIR C:\ /S /AL
```

#### Checking reparse points

```powershell
fsutil reparsepoint query [dir/file]
```

\#end