Skip to content

Instantly share code, notes, and snippets.

@hishaamn
Created May 10, 2017 18:52
Show Gist options
  • Save hishaamn/14497175a3a89a4d5cbfde815f7e7bf7 to your computer and use it in GitHub Desktop.
Save hishaamn/14497175a3a89a4d5cbfde815f7e7bf7 to your computer and use it in GitHub Desktop.
SPE - Delete Item
$item = Get-Item .
Remove-Item $item.Paths.FullPath -Recurse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment