Contact Info

Crumbtrail

ActiveXperts.com » Administration » Powershell » Powershell 3.0 » Invoke-Expression

Invoke-Expression - Powershell 3.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
Invoke-Expression [-Command] <String> [<CommonParameters>]





Description
The Invoke-Expression cmdlet evaluates or runs a specified string as a command and returns the results of the expressio
n or command. Without Invoke-Expression, a string submitted at the command line would be returned (echoed) unchanged.