Script crshes ISE

Perez, Oscar 21 Reputation points
2020-11-30T21:12:11.897+00:00

Good afternoon,

I downloaded the Get-NetSession.ps1 script from the TechNet Script Center Gallery, but I needed the number of open files, so I substituted SESSION_INFO_10 for SESSION_INFO_1 and defined the two extra fields. It runs and returns the open files, but it crashes ISE right after that.

Does anyone have any ideas why its doing this?

Running on a Windows 10 Enterprise Edition workstation.

Thanks.

Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,538 questions
0 comments No comments
{count} votes

Accepted answer
  1. Rich Matheisen 46,796 Reputation points
    2020-11-30T22:19:16.313+00:00

    Considering you're dealing with values returned by a Win32 function, I'd have to guess that your definition of the structure that holds each value is incorrect. Most likely the definition you've used has understated the size of the struct and you've overflowed the stack which holds the information necessary the return to the ISE.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.