/ Published in: Windows PowerShell
Expand |
Embed | Plain Text
Get-ChildItem y:\ –recurse | Where-Object {$_\3.PSIsContainer -eq $True -and $_\3.GetFiles().Count -eq 0} | Select-Object Name,FullName
You need to login to post a comment.
Get-ChildItem y:\ –recurse | Where-Object {$_\3.PSIsContainer -eq $True -and $_\3.GetFiles().Count -eq 0} | Select-Object Name,FullName
You need to login to post a comment.