PowerShell Inconsistency Frustrations

This will be updated over time as a location to note the various inconsistencies present in Windows PowerShell
Remove-ADComputer the -Confirm switch is not a space $false but rather a :$false
  Remove-ADComputer -Identity “computername” -Confirm:$false