The following are Shell builtins from BSD/Mac that are available in Powershell (note the obvious lack of a builtin command):
- alias
- break
- cd
- chdir
- command
- continue
- do
- echo
- end
- exit
- fc
- for
- foreach
- history
- if
- kill
- popd
- pushd
- pwd
- return
- set
- switch
- trap
- type
- where
- while