Noticed something curious today. We all (probably) know exit will end your current PowerShell session (or exit a remote PSSession). However, neither Get-Command or Get-Alias return anything for it (errors truncated below):
Get-Command exit # ==> The term 'exit' is not recognized as the name of a cmdlet....
Get-Alias exit # ====> This command cannot find a matching alias....
So... what is it?