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 `
?!
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 `
?!
