Windows - Removing Files & Directories
In PowerShell, the command to remove files and directories is RM or remove. Take caution when using remove because it doesn’t use the recycle bin.

If I repeat the command with the -Force parameter, remove will go ahead and remove the file. Let’s take a look. -Force.