Search results for query: *

  1. A

    converting powershell

    Hi guys, I have a problem. I need to convert this PowerShell program to vb.net or VbScript. But i can't find the solution.. Could anyone help me with this? function Remove-EmptyFolders { [CmdletBinding()] param () $delDirs = @() $dirs = Get-ChildItem -Recurse | Where-Object {...
Back
Top