powershell - Remove-Item

sample code

# ファイルを削除
Remove-Item -Path "aaa.txt"

# フォルダを削除
Remove-Item -path "a1" -Recurse -Force