1

According to

https://learn.microsoft.com/en-us/dotnet/api/system.management.automation.internal.internalcommand.commandorigin?view=powershellsdk-1.1.0#System_Management_Automation_Internal_InternalCommand_CommandOrigin

There is a runspace, and there is what they refer to as an "external request". I am wondering the difference between these two, specifically the "external requests", as I cannot find any information on what a Powershell "external request" is.

1 Answer 1

1

Clicking on the CommandOrigin of the link you supplied takes you to a page that has descriptions for what these are:

Internal - The command was dispatched by the msh engine as a result of a dispatch request from an already running command.

Runspace - The command was submitted via a runspace.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.