Invoke-Expression - Powershell 2.0 CmdLet
ActiveXperts Network Monitor ships with integrated Powershell scripts to monitor complex network. The scripts run out of the box
Download the ActiveXperts Network Monitor FREE version now »
Invoke-Expression
Short description Runs commands or expressions on the local computer. Syntax Description The Invoke-Expression cmdlet evaluates or runs a specified string as a command and returns the results of the expre ssion or command. Without Invoke-Expression, a string submitted at the command line would be returned (echoed) unch anged.