<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Powershell command equivalent to deltree /y ? in Operating System - Microsoft</title>
    <link>https://community.hpe.com/t5/operating-system-microsoft/powershell-command-equivalent-to-deltree-y/m-p/4360521#M9226</link>
    <description>Hi All,&lt;BR /&gt;       I cannot find for the life of me a command equivalent to deltree /y we used to use back in the old days.&lt;BR /&gt;&lt;BR /&gt;there's&lt;BR /&gt;&lt;BR /&gt;rd /s&lt;BR /&gt;etc... but it always states that it cannot delete a folder if it is not empty.&lt;BR /&gt;&lt;BR /&gt;How do you delete (through command-line) a folder that is not empty in DOS on server 2008? or if you have a vbscript etc..</description>
    <pubDate>Tue, 17 Feb 2009 18:20:20 GMT</pubDate>
    <dc:creator>Daniel Simard</dc:creator>
    <dc:date>2009-02-17T18:20:20Z</dc:date>
    <item>
      <title>Powershell command equivalent to deltree /y ?</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/powershell-command-equivalent-to-deltree-y/m-p/4360521#M9226</link>
      <description>Hi All,&lt;BR /&gt;       I cannot find for the life of me a command equivalent to deltree /y we used to use back in the old days.&lt;BR /&gt;&lt;BR /&gt;there's&lt;BR /&gt;&lt;BR /&gt;rd /s&lt;BR /&gt;etc... but it always states that it cannot delete a folder if it is not empty.&lt;BR /&gt;&lt;BR /&gt;How do you delete (through command-line) a folder that is not empty in DOS on server 2008? or if you have a vbscript etc..</description>
      <pubDate>Tue, 17 Feb 2009 18:20:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/powershell-command-equivalent-to-deltree-y/m-p/4360521#M9226</guid>
      <dc:creator>Daniel Simard</dc:creator>
      <dc:date>2009-02-17T18:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: Powershell command equivalent to deltree /y ?</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/powershell-command-equivalent-to-deltree-y/m-p/4360522#M9227</link>
      <description>Hi Daniel,&lt;BR /&gt;I tried the option &lt;BR /&gt;rd &lt;FOLDER name=""&gt; /s /q &lt;BR /&gt;rd c:\WINDOWS\Temp\Test /s /q&lt;BR /&gt;It worked perfectely fine on windows XP system. The "test" folder had empty folders and few files and it cleaned all.&lt;/FOLDER&gt;</description>
      <pubDate>Wed, 18 Feb 2009 09:34:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/powershell-command-equivalent-to-deltree-y/m-p/4360522#M9227</guid>
      <dc:creator>Mayur Jain</dc:creator>
      <dc:date>2009-02-18T09:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: Powershell command equivalent to deltree /y ?</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/powershell-command-equivalent-to-deltree-y/m-p/4360523#M9228</link>
      <description>And...&lt;BR /&gt;&lt;BR /&gt;DEL /F /S /Q foldername&lt;BR /&gt;&lt;BR /&gt;Still works.&lt;BR /&gt;&lt;BR /&gt;Power Shell&lt;BR /&gt;&lt;BR /&gt;Get-Help Remove-Item -full&lt;BR /&gt;&lt;BR /&gt;Remove-Item C:\Windows -recourse&lt;BR /&gt;&lt;BR /&gt;Should delete all files and remove all sub-folders within the Windows folder.&lt;BR /&gt;&lt;BR /&gt;Jon</description>
      <pubDate>Thu, 19 Feb 2009 21:19:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/powershell-command-equivalent-to-deltree-y/m-p/4360523#M9228</guid>
      <dc:creator>Jon Finley</dc:creator>
      <dc:date>2009-02-19T21:19:19Z</dc:date>
    </item>
  </channel>
</rss>

