Como apagar pastas escondidas em powershell

Get-ChildItem C:\Pasta_Base -Include '.svn' -Recurse -Force | ?{$_.PSIsContainer} | %{Remove-Item $_ -Recurse -Force}

http://www.fpschultze.de/smartfaq+faq.faqid+269.htm

Comments

Popular posts from this blog

Mobile development opportunities

Breaking down document locking in SharePoint

Working around X-Frame-Options for iframes