Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

PowerShell 7 and TCC/TCMD

Jul
350
1
I know there are language differences, but are there anything(s) that PowerShell can do that TCC/TCMD cannot do?
 
I am re-phrasing your question to be;

"are there things that .NET Framework/.NET core can do that TCC/TCMD cannot do?"

TCC/TCMD use a third-party tool as an interface to PowerShell
Ref: PShell @PShell

The third-party tool that provides an interface to PowerShell only accommodates version 5.1
The tool does not provide an interface to version 7.

TCC/TCMD relies on the Windows API to accomplish tasks.

TCC/TCMD cannot directly interface to .NET Framework/.NET core.

An attempt was made to create a plugin for TCC/TCMD using C#,
but no further progress has been made.

If you can write programs in C++ or PureBasic,
you can write a plugin for TCC/TCMD,
which would allow you to do low-level work just like PowerShell,
except you will be only able to use the Windows API, not .NET

Joe
 
Back
Top