Write down PowerShell command to check if ISATAP and TEREDO are enabled.

C++
Ipconfig /all or Get-NetIsatapConfiguration and Get-NetTeredoConfiguration
Source

Also in C++: