Powershell Query...

Soldato
Joined
4 Dec 2003
Posts
2,847
Any idea why remove-item wont delete a cookie file unless you specify it like this...

remove-item '[email protected]`[1`]'

ie if a file doesnt have the [1] (or in fact any number) the remove-item cmdlet works as expected, but if it has the [ it needs this symbol `

?! :)
 
Back
Top Bottom