Created
May 10, 2017 18:52
-
-
Save hishaamn/14497175a3a89a4d5cbfde815f7e7bf7 to your computer and use it in GitHub Desktop.
SPE - Delete Item
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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