Search notes:

System.Management.Automation.CommandOrigin (enum)

The System.Management.Automation.CommandOrigin enum informs about the origin of a PowerShell command and has two values:

See also

The enum is assigned to the property CommandOrigin of the automatic variable $myInvocation.

Index