Many cmdlets support the -force switch parameter. With it, the cmdlet will do more than usual. What exactly -force does depends on the cmdlet. For example, Get-Childitem (aka Dir) by default does not list hidden files. However, with -force, it does. Another...