Contact Info

Crumbtrail

ActiveXperts.com » Administration » Powershell » Powershell 4.0 » Get-PSCallStack

Get-PSCallStack - Powershell 4.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 »

Get-PSCallStack

Short description
Displays the current call stack.

Syntax


Description
The Get-PSCallStack cmdlet displays the current call stack.


Although it is designed to be used with the Windows PowerShell debugger, you can use this cmdlet to display the call 
stack in a script or function outside of the debugger.


To run a Get-PSCallStack command while in the debugger, type "k" or "get-pscallstack".