Hi, Andy. This should get you started:
PS C:\> Get-NaVol | % { $vol = $_.Name; Get-NaSnapshot $vol | Add-Member NoteProperty Volume $vol -PassThru } | Add-Member NoteProperty Controller $currentNaController.Name -PassThru | ? { $_.Dependency -LIKE "*busy*" } | ft Controller,Volume,Name,Dependency -Autosize
Controller Volume Name Dependency
---------- ------ ---- ----------
dunn vol1 clone_vol1clone.3 busy,vclone
dunn vol2 {1670257f-602b-4cf8-ac8a-b94e21486c95} busy,LUNs,vclone
dunn vol2 clone_vol2clone.2 busy,vclone
dunn vol2clone {1670257f-602b-4cf8-ac8a-b94e21486c95} busy,LUNs