AD | Application | AWS | Azure | Cloud | Database | Enterprise | Environmental | Event Log | File System | IoT | IT Service | Network/System | NIS2 | Infra | Performance | Protocol | SaaS | Security | Service Level | Storage | Linux | VMware | VoIP | Web | Wireless | SNMP

MonitorTools.com » Administration » Powershell » Powershell 2.0 » Get-PSCallStack

Get-PSCallStack - 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 »

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 cal
l 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".

M