1 | PowerShell Workflow |
PowerShell Workflow |
3 | Displays performance counters for PowerShell Workflow engine. |
Displays performance counters for PowerShell Workflow engine. |
5 | # of failed workflow jobs |
# of failed workflow jobs |
7 | Displays the number of terminated workflow jobs that failed since the start of PowerShell Workflow engine. This counter displays the last observed value. |
Displays the number of terminated workflow jobs that failed since the start of PowerShell Workflow engine. This counter displays the last observed value. |
9 | # of failed workflow jobs/sec |
# of failed workflow jobs/sec |
11 | Displays the number of workflow jobs that have failed. This counter is not an average over time; it displays the difference between the values observed in the last two samples divided by the duration of the sample interval. |
Displays the number of workflow jobs that have failed. This counter is not an average over time; it displays the difference between the values observed in the last two samples divided by the duration of the sample interval. |
13 | # of resumed workflow jobs |
# of resumed workflow jobs |
15 | Displays the number of workflow jobs that got resumed (following suspension) since the start of PowerShell Workflow engine. This counter displays the last observed value. |
Displays the number of workflow jobs that got resumed (following suspension) since the start of PowerShell Workflow engine. This counter displays the last observed value. |
17 | # of resumed workflow jobs/sec |
# of resumed workflow jobs/sec |
19 | Displays the number of workflow jobs that have been resumed. This counter is not an average over time; it displays the difference between the values observed in the last two samples divided by the duration of the sample interval. |
Displays the number of workflow jobs that have been resumed. This counter is not an average over time; it displays the difference between the values observed in the last two samples divided by the duration of the sample interval. |
21 | # of running workflow jobs |
# of running workflow jobs |
23 | Displays the number of jobs that are currently being serviced. This counter displays the last observed value. |
Displays the number of jobs that are currently being serviced. This counter displays the last observed value. |
25 | # of running workflow jobs / sec |
# of running workflow jobs / sec |
27 | Displays the number of workflow jobs that are being serviced. This counter is not an average over time; it displays the difference between the values observed in the last two samples divided by the duration of the sample interval. |
Displays the number of workflow jobs that are being serviced. This counter is not an average over time; it displays the difference between the values observed in the last two samples divided by the duration of the sample interval. |
29 | # of stopped workflow jobs |
# of stopped workflow jobs |
31 | Displays the number of terminated workflow jobs that were stopped since the start of PowerShell Workflow engine. This counter displays the last observed value. |
Displays the number of terminated workflow jobs that were stopped since the start of PowerShell Workflow engine. This counter displays the last observed value. |
33 | # of stopped workflow jobs / sec |
# of stopped workflow jobs / sec |
35 | Displays the number of workflow jobs that have been stopped. This counter is not an average over time; it displays the difference between the values observed in the last two samples divided by the duration of the sample interval. |
Displays the number of workflow jobs that have been stopped. This counter is not an average over time; it displays the difference between the values observed in the last two samples divided by the duration of the sample interval. |
37 | # of succeeded workflow jobs |
# of succeeded workflow jobs |
39 | Displays the number of terminated workflow jobs that were successfully completed since the start of PowerShell Workflow engine. This counter displays the last observed value. |
Displays the number of terminated workflow jobs that were successfully completed since the start of PowerShell Workflow engine. This counter displays the last observed value. |
41 | # of succeeded workflow jobs/sec |
# of succeeded workflow jobs/sec |
43 | Displays the number of workflow jobs that have been successfully completed. This counter is not an average over time; it displays the difference between the values observed in the last two samples divided by the duration of the sample interval. |
Displays the number of workflow jobs that have been successfully completed. This counter is not an average over time; it displays the difference between the values observed in the last two samples divided by the duration of the sample interval. |
45 | # of suspended workflow jobs |
# of suspended workflow jobs |
47 | Displays the number of terminated workflow jobs that were suspended since the start of PowerShell Workflow engine. This counter displays the last observed value. |
Displays the number of terminated workflow jobs that were suspended since the start of PowerShell Workflow engine. This counter displays the last observed value. |
49 | # of suspended workflow jobs/sec |
# of suspended workflow jobs/sec |
51 | Displays the number of workflow jobs that have been suspended. This counter is not an average over time; it displays the difference between the values observed in the last two samples divided by the duration of the sample interval. |
Displays the number of workflow jobs that have been suspended. This counter is not an average over time; it displays the difference between the values observed in the last two samples divided by the duration of the sample interval. |
53 | # of terminated workflow jobs |
# of terminated workflow jobs |
55 | Displays the number of terminated workflow jobs since the start of PowerShell Workflow engine. This counter displays the last observed value. |
Displays the number of terminated workflow jobs since the start of PowerShell Workflow engine. This counter displays the last observed value. |
57 | # of terminated workflow jobs / sec |
# of terminated workflow jobs / sec |
59 | Displays the number of workflow jobs that have been terminated. This counter is not an average over time; it displays the difference between the values observed in the last two samples divided by the duration of the sample interval. |
Displays the number of workflow jobs that have been terminated. This counter is not an average over time; it displays the difference between the values observed in the last two samples divided by the duration of the sample interval. |
61 | # of waiting workflow jobs |
# of waiting workflow jobs |
63 | Displays the number of jobs that are pending execution and waiting in the PowerShell Workflow job queue. This counter displays the last observed value. |
Displays the number of jobs that are pending execution and waiting in the PowerShell Workflow job queue. This counter displays the last observed value. |
65 | Activity Host Manager: # of busy host processes |
Activity Host Manager: # of busy host processes |
67 | Displays the number of activity host processes which are busy servicing the requests (incoming / failed). This counter displays the last observed value. |
Displays the number of activity host processes which are busy servicing the requests (incoming / failed). This counter displays the last observed value. |
69 | Activity Host Manager: # of failed requests/sec |
Activity Host Manager: # of failed requests/sec |
71 | Displays the number of requests that were re-i nserted into the Activity Host Manager queue's because of failure due to process crash. This counter is not an average over time; it displays the difference between the values observed in the last two samples divided by the duration of the sample interval. |
Displays the number of requests that were re-i nserted into the Activity Host Manager queue's because of failure due to process crash. This counter is not an average over time; it displays the difference between the values observed in the last two samples divided by the duration of the sample interval. |
73 | Activity Host Manager: # of failed requests in queue |
Activity Host Manager: # of failed requests in queue |
75 | Displays the number of failed requests (because of activity host process crash) that are pending execution and waiting in the Activity Host Manager's queue. This counter displays the last observed value. |
Displays the number of failed requests (because of activity host process crash) that are pending execution and waiting in the Activity Host Manager's queue. This counter displays the last observed value. |
77 | Activity Host Manager: # of incoming requests/sec |
Activity Host Manager: # of incoming requests/sec |
79 | Displays the number of requests that are arrived in the Activity Host Manager queue. This counter is not an average over time; it displays the difference between the values observed in the last two samples divided by the duration of the sample interval. |
Displays the number of requests that are arrived in the Activity Host Manager queue. This counter is not an average over time; it displays the difference between the values observed in the last two samples divided by the duration of the sample interval. |
81 | Activity Host Manager: # of pending requests in queue |
Activity Host Manager: # of pending requests in queue |
83 | Displays the number of requests that are pending execution and waiting in the Activity Host Manager's queue. This counter displays the last observed value. |
Displays the number of requests that are pending execution and waiting in the Activity Host Manager's queue. This counter displays the last observed value. |
85 | Activity Host Manager: # of created host processes |
Activity Host Manager: # of created host processes |
87 | Displays the number of activity host processes that have been created since the start of PowerShell Workflow engine. This counter displays the last observed value. |
Displays the number of activity host processes that have been created since the start of PowerShell Workflow engine. This counter displays the last observed value. |
89 | Activity Host Manager: # of disposed host processes |
Activity Host Manager: # of disposed host processes |
91 | Displays the number of activity host processes that have been disposed since the start of PowerShell Workflow engine. This counter displays the last observed value. |
Displays the number of activity host processes that have been disposed since the start of PowerShell Workflow engine. This counter displays the last observed value. |
93 | Activity Host Manager: host processes pool size |
Activity Host Manager: host processes pool size |
95 | Displays the size of the activity host processes pool. This counter displays the last observed value. |
Displays the size of the activity host processes pool. This counter displays the last observed value. |
97 | PowerShell Remoting: # of pending requests in queue |
PowerShell Remoting: # of pending requests in queue |
99 | Displays the number of requests that are pending execution and waiting in the PowerShell Remoting queue. This counter displays the last observed value. |
Displays the number of requests that are pending execution and waiting in the PowerShell Remoting queue. This counter displays the last observed value. |
101 | PowerShell Remoting: # of requests being serviced |
PowerShell Remoting: # of requests being serviced |
103 | Displays the number of requests that are being serviced. This counter is not an average over time; it displays the difference between the values observed in the last two samples divided by the duration of the sample interval. |
Displays the number of requests that are being serviced. This counter is not an average over time; it displays the difference between the values observed in the last two samples divided by the duration of the sample interval. |
105 | PowerShell Remoting: # of forced to wait requests in queue |
PowerShell Remoting: # of forced to wait requests in queue |
107 | Displays the number of requests that were forced to wait and waiting in the PowerShell Remoting queue. This counter displays the last observed value. |
Displays the number of requests that were forced to wait and waiting in the PowerShell Remoting queue. This counter displays the last observed value. |
109 | PowerShell Remoting: # of created connections |
PowerShell Remoting: # of created connections |
111 | Displays the number of PowerShell Remoting connections that have been created since the start of PowerShell Workflow engine. This counter displays the last observed value. |
Displays the number of PowerShell Remoting connections that have been created since the start of PowerShell Workflow engine. This counter displays the last observed value. |
113 | PowerShell Remoting: # of disposed connections |
PowerShell Remoting: # of disposed connections |
115 | Displays the number of PowerShell Remoting connections that have been disposed since the start of PowerShell Workflow engine. This counter displays the last observed value. |
Displays the number of PowerShell Remoting connections that have been disposed since the start of PowerShell Workflow engine. This counter displays the last observed value. |
117 | PowerShell Remoting: # of connections closed-reopened |
PowerShell Remoting: # of connections closed-reopened |
119 | Displays the number of PowerShell Remoting connections that were closed and reopened since the start of PowerShell Workflow engine. This counter displays the last observed value. |
Displays the number of PowerShell Remoting connections that were closed and reopened since the start of PowerShell Workflow engine. This counter displays the last observed value. |
0x10000001 | PowerShell Runspace |
PowerShell Runspace |
0x10000002 | Pipeline of Commands |
Pipeline of Commands |
0x10000003 | PowerShell remoting protocol |
PowerShell remoting protocol |
0x10000004 | PowerShell remoting transport |
PowerShell remoting transport |
0x10000005 | PowerShell remoting host proxy calls |
PowerShell remoting host proxy calls |
0x10000006 | All remoting cmdlets |
All remoting cmdlets |
0x10000007 | The serialization layer |
The serialization layer |
0x10000008 | All session layer |
All session layer |
0x10000009 | The managed PowerShell plugin worker |
The managed PowerShell plugin worker |
0x1000000A | PSWorkflow Hosting And Execution Layer |
PSWorkflow Hosting And Execution Layer |
0x10000031 | Response Time |
Response Time |
0x30000001 | Start |
Start |
0x30000002 | Stop |
Stop |
0x3000000A | Open (async) |
Open (async) |
0x3000000B | Close (Async) |
Close (Async) |
0x3000000C | connect |
connect |
0x3000000D | Disconnect |
Disconnect |
0x3000000E | Negotiate |
Negotiate |
0x3000000F | On create calls |
On create calls |
0x30000010 | to be used when an object is constructed |
to be used when an object is constructed |
0x30000011 | To be used when an object is disposed |
To be used when an object is disposed |
0x30000012 | To be used when an event handler is raised |
To be used when an event handler is raised |
0x30000013 | To be used when an exception is raised |
To be used when an exception is raised |
0x30000014 | To be used when operation is just executing a method |
To be used when operation is just executing a method |
0x30000015 | Send (Async) |
Send (Async) |
0x30000016 | Receive (Async) |
Receive (Async) |
0x30000017 | Rehydration |
Rehydration |
0x30000018 | Serialization settings |
Serialization settings |
0x30000019 | Shutting down |
Shutting down |
0x50000002 | Error |
Error |
0x50000003 | Warning |
Warning |
0x50000004 | Information |
Information |
0x50000005 | Verbose |
Verbose |
0x50000014 | Debug level defined by PowerShell (which is above Informational defined by system) |
Debug level defined by PowerShell (which is above Informational defined by system) |
0x70000000 | None |
None |
0x70000001 | Connect |
Connect |
0x70000002 | Execute a Remote Command |
Execute a Remote Command |
0x70000003 | Serialize or deserialize remoting payload |
Serialize or deserialize remoting payload |
0x70000004 | PowerShell Console Startup |
PowerShell Console Startup |
0x70000005 | Workflow Hosting |
Workflow Hosting |
0x70000006 | Workflow Execution |
Workflow Execution |
0x70000007 | Workflow Persistence |
Workflow Persistence |
0x70000008 | Workflow Validation |
Workflow Validation |
0x70000009 | Configuration |
Configuration |
0x70000064 | Starting Engine |
Starting Engine |
0x70000065 | Stopping Engine |
Stopping Engine |
0x70000066 | Starting Command |
Starting Command |
0x70000067 | Stopping Command |
Stopping Command |
0x70000068 | Starting Provider |
Starting Provider |
0x70000069 | Stopping Provider |
Stopping Provider |
0x7000006A | Executing Pipeline |
Executing Pipeline |
0x7000006E | PowerShell Scheduled Jobs |
PowerShell Scheduled Jobs |
0x7000006F | PowerShell Named Pipe IPC |
PowerShell Named Pipe IPC |
0x70000078 | PowerShell ISE Operation |
PowerShell ISE Operation |
0x90000001 | Microsoft-Windows-PowerShell/Operational |
Microsoft-Windows-PowerShell/Operational |
0x90000002 | Microsoft-Windows-PowerShell/Analytic |
Microsoft-Windows-PowerShell/Analytic |
0x90000003 | Microsoft-Windows-PowerShell/Debug |
Microsoft-Windows-PowerShell/Debug |
0x90000004 | Microsoft-Windows-PowerShell/Admin |
Microsoft-Windows-PowerShell/Admin |
0xB0011001 | Computer Name $null or . resolve to LocalHost |
Computer Name $null or . resolve to LocalHost |
0xB0011002 | Resolving to default scheme http |
Resolving to default scheme http |
0xB0011003 | Remote shell name resolved to default Microsoft.PowerShell |
Remote shell name resolved to default Microsoft.PowerShell |
0xB0011004 | %3%n%nContext:%n%1%n%nUser Data:%n%2%n |
%3%n%nContext:%n%1%n%nUser Data:%n%2%n |
0xB0011008 | Creating Scriptblock text (%1 of %2):%n%3%n%nScriptBlock ID: %4%nPath: %5 |
Creating Scriptblock text (%1 of %2):%n%3%n%nScriptBlock ID: %4%nPath: %5 |
0xB0011009 | Started invocation of ScriptBlock ID: %1%nRunspace ID: %2 |
Started invocation of ScriptBlock ID: %1%nRunspace ID: %2 |
0xB001100A | Completed invocation of ScriptBlock ID: %1%nRunspace ID: %2 |
Completed invocation of ScriptBlock ID: %1%nRunspace ID: %2 |
0xB0011F05 | Correlating activity id's. %n %t CurrentActivityId: %1 %n %t ParentActivityId: %2 |
Correlating activity id's. %n %t CurrentActivityId: %1 %n %t ParentActivityId: %2 |
0xB0011F06 | Class Name = %1%nMethod Name = %2%nWorkflow GUID = %3%nMessage = %4%n%5%nActivity Name = %6%nActivity GUID = %7%nParameters = %8 |
Class Name = %1%nMethod Name = %2%nWorkflow GUID = %3%nMessage = %4%n%5%nActivity Name = %6%nActivity GUID = %7%nParameters = %8 |
0xB0012001 | Creating Runspace object %n %t Instance Id: %1 |
Creating Runspace object %n %t Instance Id: %1 |
0xB0012002 | Creating RunspacePool object %n %t InstanceId %1 %n %t MinRunspaces %2 %n %t MaxRunspaces %3 |
Creating RunspacePool object %n %t InstanceId %1 %n %t MinRunspaces %2 %n %t MaxRunspaces %3 |
0xB0012003 | Opening RunspacePool |
Opening RunspacePool |
0xB0012004 | Modifying activity Id and correlating |
Modifying activity Id and correlating |
0xB0012005 | Runspace state changed to %1 |
Runspace state changed to %1 |
0xB0012006 | Attempting session creation retry %1 for error code %2 on session Id %3 |
Attempting session creation retry %1 for error code %2 on session Id %3 |
0xB0012F01 | Port resolved to %1 |
Port resolved to %1 |
0xB0012F02 | AppName resolved to %1 |
AppName resolved to %1 |
0xB0012F03 | ComputerName resolved to %1 |
ComputerName resolved to %1 |
0xB0012F04 | Scheme is %1 |
Scheme is %1 |
0xB0012F05 | Test analytic message |
Test analytic message |
0xB0012F06 | Connection Paramters are %n Connection URI: %1 %n Resource URI: %2 %n User: %3 %n OpenTimeout: %4 %n IdleTimeout: %5 %n CancelTimeout: %6 %n AuthenticationMechanism: %7 %n Thumb Print: %8 %n MaxUriRedirectionCount: %9 %n MaxReceivedDataSizePerCommand: %10 %n MaxReceivedObjectSize: %11 |
Connection Paramters are %n Connection URI: %1 %n Resource URI: %2 %n User: %3 %n OpenTimeout: %4 %n IdleTimeout: %5 %n CancelTimeout: %6 %n AuthenticationMechanism: %7 %n Thumb Print: %8 %n MaxUriRedirectionCount: %9 %n MaxReceivedDataSizePerCommand: %10 %n MaxReceivedObjectSize: %11 |
0xB0016001 | Windows PowerShell ISE has started to run script file %1. |
Windows PowerShell ISE has started to run script file %1. |
0xB0016002 | Windows PowerShell ISE has started to run a user-selected script from file %1. |
Windows PowerShell ISE has started to run a user-selected script from file %1. |
0xB0016003 | Windows PowerShell ISE is stopping the current command. |
Windows PowerShell ISE is stopping the current command. |
0xB0016004 | Windows PowerShell ISE is resuming the debugger. |
Windows PowerShell ISE is resuming the debugger. |
0xB0016005 | Windows PowerShell ISE is stopping the debugger. |
Windows PowerShell ISE is stopping the debugger. |
0xB0016006 | Windows PowerShell ISE is stepping into debugging. |
Windows PowerShell ISE is stepping into debugging. |
0xB0016007 | Windows PowerShell ISE is stepping over debugging. |
Windows PowerShell ISE is stepping over debugging. |
0xB0016008 | Windows PowerShell ISE is stepping out of debugging. |
Windows PowerShell ISE is stepping out of debugging. |
0xB0016010 | Windows PowerShell ISE is enabling all breakpoints. |
Windows PowerShell ISE is enabling all breakpoints. |
0xB0016011 | Windows PowerShell ISE is disabling all breakpoints. |
Windows PowerShell ISE is disabling all breakpoints. |
0xB0016012 | Windows PowerShell ISE is removing all breakpoints. |
Windows PowerShell ISE is removing all breakpoints. |
0xB0016013 | Windows PowerShell ISE is setting the breakpoint at line #: %1 of file %2. |
Windows PowerShell ISE is setting the breakpoint at line #: %1 of file %2. |
0xB0016014 | Windows PowerShell ISE is removing the breakpoint on line #: %1 of file %2. |
Windows PowerShell ISE is removing the breakpoint on line #: %1 of file %2. |
0xB0016015 | Windows PowerShell ISE is enabling the breakpoint on line #: %1 of file %2. |
Windows PowerShell ISE is enabling the breakpoint on line #: %1 of file %2. |
0xB0016016 | Windows PowerShell ISE is disabling the breakpoint on line #: %1 of file %2. |
Windows PowerShell ISE is disabling the breakpoint on line #: %1 of file %2. |
0xB0016017 | Windows PowerShell ISE has hit a breakpoint on line #: %1 of file %2. |
Windows PowerShell ISE has hit a breakpoint on line #: %1 of file %2. |
0xB0017001 | Successfully rehydrated an object. %n %t Deserialized type name: %1 %n %t Rehydrated by casting to type: %2 %n %t Rehydrated object is of type: %3 |
Successfully rehydrated an object. %n %t Deserialized type name: %1 %n %t Rehydrated by casting to type: %2 %n %t Rehydrated object is of type: %3 |
0xB0017002 | Failed to rehydrated an object. %n %t Deserialized type name: %1 %n %t Rehydrated by casting to type: %2 %n %t Type cast exception: %3 %n %t Type cast inner exception: %4 |
Failed to rehydrated an object. %n %t Deserialized type name: %1 %n %t Rehydrated by casting to type: %2 %n %t Type cast exception: %3 %n %t Type cast inner exception: %4 |
0xB0017003 | Serialization depth has been overriden. %n %t Serialized type name: %1 %n %t Original depth: %2 %n %t Overriden depth: %3 %n %t Current depth below top level: %4 |
Serialization depth has been overriden. %n %t Serialized type name: %1 %n %t Original depth: %2 %n %t Overriden depth: %3 %n %t Current depth below top level: %4 |
0xB0017004 | Serialization mode has been overriden. %n %t Serialized type name: %1 %n %t Overriden mode: %2 |
Serialization mode has been overriden. %n %t Serialized type name: %1 %n %t Overriden mode: %2 |
0xB0017005 | Serialization of a script property has been skipped, because there is no runspace to use for evaluation of the property. %n %t Property name: %1 %n %t Property owner's type name: %2 %n %t Getter script: %3 |
Serialization of a script property has been skipped, because there is no runspace to use for evaluation of the property. %n %t Property name: %1 %n %t Property owner's type name: %2 %n %t Getter script: %3 |
0xB0017006 | Serialization of a property has been skipped, because property getter failed. %n %t Property name: %1 %n %t Property owner's type name: %2 %n %t Exception from property getter: %3 %n %t Inner exception from property getter: %4 |
Serialization of a property has been skipped, because property getter failed. %n %t Property name: %1 %n %t Property owner's type name: %2 %n %t Exception from property getter: %3 %n %t Inner exception from property getter: %4 |
0xB0017007 | Serialization of an enumerable object might not be complete, because object being enumerated threw an exception. %n %t Type of object being enumerated: %1 %n %t Exception: %2 |
Serialization of an enumerable object might not be complete, because object being enumerated threw an exception. %n %t Type of object being enumerated: %1 %n %t Exception: %2 |
0xB0017008 | Serialization called object's ToString method which failed. %n %t Type of object: %1 %n %t Exception: %2 |
Serialization called object's ToString method which failed. %n %t Type of object: %1 %n %t Exception: %2 |
0xB001700A | Maximum depth below top level has been reached, forcing object to be serialized as strings. %n %t Object type at max depth: %1 %n %t Property name at max depth: %2 %n %t Depth: %3 |
Maximum depth below top level has been reached, forcing object to be serialized as strings. %n %t Object type at max depth: %1 %n %t Property name at max depth: %2 %n %t Depth: %3 |
0xB001700B | XmlException has been thrown by the deserializer (most likely indicating incorrect clixml format). %n %t Line number: %1 Line position: %2 %n %t Exception: %3 |
XmlException has been thrown by the deserializer (most likely indicating incorrect clixml format). %n %t Line number: %1 Line position: %2 %n %t Exception: %3 |
0xB001700C | Serialization of specified properties failed, because one of the specified properties was missing. %n %t Type of object: %1 %n %t Property name: %2 |
Serialization of specified properties failed, because one of the specified properties was missing. %n %t Type of object: %1 %n %t Property name: %2 |
0xB0018001 | Received object with Runspace Id: %1 Command Id: %2 Destination: %3 DataType: %4 TargetInterface: %5 |
Received object with Runspace Id: %1 Command Id: %2 Destination: %3 DataType: %4 TargetInterface: %5 |
0xB0018007 | An unhandled exception occurred in the appdomain. %nException Type: %1 %nException Message: %2 %nException StackTrace: %3 |
An unhandled exception occurred in the appdomain. %nException Type: %1 %nException Message: %2 %nException StackTrace: %3 |
0xB0018008 | Runspace Id: %1 Pipeline Id: %2. WSMan reported an error with error code: %3. %n Error message: %4 %n StackTrace: %5 |
Runspace Id: %1 Pipeline Id: %2. WSMan reported an error with error code: %3. %n Error message: %4 %n StackTrace: %5 |
0xB0018011 | Runspace Id %1. Establishing a connection using WSMan Create Shell |
Runspace Id %1. Establishing a connection using WSMan Create Shell |
0xB0018012 | Runspace Id %1. Callback received for WSMan Create Shell |
Runspace Id %1. Callback received for WSMan Create Shell |
0xB0018013 | Runspace Id: %1. Closing shell using WSManCloseShell |
Runspace Id: %1. Closing shell using WSManCloseShell |
0xB0018014 | Runspace Id: %1. Callback received for WSManCloseShell |
Runspace Id: %1. Callback received for WSManCloseShell |
0xB0018015 | Runspace Id: %1 Pipeline Id: %2. Sending data of size %3 |
Runspace Id: %1 Pipeline Id: %2. Sending data of size %3 |
0xB0018016 | Runspace Id: %1 Pipeline Id: %2. Callback received for WSManSendShellInputEx |
Runspace Id: %1 Pipeline Id: %2. Callback received for WSManSendShellInputEx |
0xB0018017 | Runspace Id: %1 Pipeline Id: %2. Placing Receive request using WSManReceiveShellOutputEx |
Runspace Id: %1 Pipeline Id: %2. Placing Receive request using WSManReceiveShellOutputEx |
0xB0018018 | Runspace Id: %1 Pipeline Id: %2. Received Data of size %3. |
Runspace Id: %1 Pipeline Id: %2. Received Data of size %3. |
0xB0018019 | Runspace Id %1 Pipeline Id %2. Establishing a command connection using WSManRunShellCommandEx |
Runspace Id %1 Pipeline Id %2. Establishing a command connection using WSManRunShellCommandEx |
0xB0018020 | Runspace Id %1 Pipeline Id %2. Callback received for command connection |
Runspace Id %1 Pipeline Id %2. Callback received for command connection |
0xB0018021 | Runspace Id: %1 Pipeline Id %2. Closing transport for command |
Runspace Id: %1 Pipeline Id %2. Closing transport for command |
0xB0018022 | Runspace Id: %1 Pipeline Id %2. Callback received for command close |
Runspace Id: %1 Pipeline Id %2. Callback received for command close |
0xB0018023 | Runspace Id: %1 Pipeline Id %2. Sending signal with code %3 using WSManSignalShellEx |
Runspace Id: %1 Pipeline Id %2. Sending signal with code %3 using WSManSignalShellEx |
0xB0018024 | Runspace Id: %1 Pipeline Id %2. Callback received for WSManSignalShellEx |
Runspace Id: %1 Pipeline Id %2. Callback received for WSManSignalShellEx |
0xB0018025 | Runspace Id: %1. Connection is getting redirected to Uri: %2 |
Runspace Id: %1. Connection is getting redirected to Uri: %2 |
0xB0018051 | Runspace Id: %1 Pipeline Id: %2. Server is sending data of size %3 to client. DataType: %4 TargetInterface: %5 |
Runspace Id: %1 Pipeline Id: %2. Server is sending data of size %3 to client. DataType: %4 TargetInterface: %5 |
0xB0018052 | Request %1. Creating a server remote session. UserName: %2 Custome Shell Id: %3 |
Request %1. Creating a server remote session. UserName: %2 Custome Shell Id: %3 |
0xB0018053 | Reporting context for request: %1 Context Reported: %1 |
Reporting context for request: %1 Context Reported: %1 |
0xB0018054 | Reporting operation complete for request: %1 %n Error Code: %2 %n Error Message: %3 %n StackTrace: %4 |
Reporting operation complete for request: %1 %n Error Code: %2 %n Error Message: %3 %n StackTrace: %4 |
0xB0018055 | Shell Context %1. Request Id %2. Creating a commonad session for running a command. |
Shell Context %1. Request Id %2. Creating a commonad session for running a command. |
0xB0018056 | Shell Context %1 Command Context %2 Request Id %3. Stopping command. |
Shell Context %1 Command Context %2 Request Id %3. Stopping command. |
0xB0018057 | Shell Context %1 Command Context %2 Request Id %3. Received data from client. |
Shell Context %1 Command Context %2 Request Id %3. Received data from client. |
0xB0018058 | Shell Context %1 Command Context %2 Request Id %3. Client sent a receive request so that server can send data. |
Shell Context %1 Command Context %2 Request Id %3. Client sent a receive request so that server can send data. |
0xB0018059 | Shell Context %1 Command Context %2 IsReceiveOperation %3. Got close operation request. |
Shell Context %1 Command Context %2 IsReceiveOperation %3. Got close operation request. |
0xB0018061 | Loading assembly %1 for custom shell with shell Id %2 |
Loading assembly %1 for custom shell with shell Id %2 |
0xB0018062 | Loading type %1 for custom shell with shell Id %2 |
Loading type %1 for custom shell with shell Id %2 |
0xB0018063 | Received remoting fragment. %n %t Object Id: %1 %n %t Fragment Id: %2 %n %t Start Flag: %3 %n %t End Flag: %4 %n %t Payload Length: %5 %n %t Payload Data: %6 |
Received remoting fragment. %n %t Object Id: %1 %n %t Fragment Id: %2 %n %t Start Flag: %3 %n %t End Flag: %4 %n %t Payload Length: %5 %n %t Payload Data: %6 |
0xB0018064 | Sent remoting fragment. %n %t Object Id: %1 %n %t Fragment Id: %2 %n %t Start Flag: %3 %n %t End Flag: %4 %n %t Payload Length: %5 %n %t Payload Data: %6 |
Sent remoting fragment. %n %t Object Id: %1 %n %t Fragment Id: %2 %n %t Start Flag: %3 %n %t End Flag: %4 %n %t Payload Length: %5 %n %t Payload Data: %6 |
0xB0018065 | Shutting down winrm service. |
Shutting down winrm service. |
0xB001A001 | PowerShell console is starting up |
PowerShell console is starting up |
0xB001A002 | PowerShell console is ready for user input |
PowerShell console is ready for user input |
0xB001B001 | Tracing ErrorRecord: %n Message: %1 %n CategoryInfo.Category: %2 %n CategoryInfo.Reason : %3 %n CategoryInfo.TargetName : %4 %n FullyQualifiedErrorId: %5 %n Exception Details: %n Message : %6 %n Stack Trace: %7 %n InnerException %8 %n |
Tracing ErrorRecord: %n Message: %1 %n CategoryInfo.Category: %2 %n CategoryInfo.Reason : %3 %n CategoryInfo.TargetName : %4 %n FullyQualifiedErrorId: %5 %n Exception Details: %n Message : %6 %n Stack Trace: %7 %n InnerException %8 %n |
0xB001B002 | Exception: %n Message: %1 %n StackTrace: %2 %n InnerException : %3 %n |
Exception: %n Message: %1 %n StackTrace: %2 %n InnerException : %3 %n |
0xB001B003 | Tracing PSObject |
Tracing PSObject |
0xB001B004 | Tracing Job: %n Id: %1 %n InstanceId: %2 %n Name: %3 %n Location: %4 %n State: %5 %n Command: %6 %n |
Tracing Job: %n Id: %1 %n InstanceId: %2 %n Name: %3 %n Location: %4 %n State: %5 %n Command: %6 %n |
0xB001B005 | Trace Information: %n %1 |
Trace Information: %n %1 |
0xB001B007 | Workflow plugin loaded. %n %t EndpointName: %1 %n %t User: %2 %n %t HostingMode: %3 %n %t Protocol: %4 %n %t Configuration: %n %5 |
Workflow plugin loaded. %n %t EndpointName: %1 %n %t User: %2 %n %t HostingMode: %3 %n %t Protocol: %4 %n %t Configuration: %n %5 |
0xB001B008 | Workflow execution started. %n %t WorkflowId: %1 %n %t ManagedNodes: %2 |
Workflow execution started. %n %t WorkflowId: %1 %n %t ManagedNodes: %2 |
0xB001B009 | Workflow state changed. %n %t WorkflowId: %1 %n %t NewState: %2 %n %t OldState: %3 |
Workflow state changed. %n %t WorkflowId: %1 %n %t NewState: %2 %n %t OldState: %3 |
0xB001B010 | Workflow plugin has been requested for a shutdown. %n %t EndpointName: %1 |
Workflow plugin has been requested for a shutdown. %n %t EndpointName: %1 |
0xB001B011 | Workflow plugin restarted. %n %t EndpointName: %1 |
Workflow plugin restarted. %n %t EndpointName: %1 |
0xB001B012 | Workflow is resuming. %n %t WorkflowId: %1 |
Workflow is resuming. %n %t WorkflowId: %1 |
0xB001B013 | A quota limit that was set for the endpoint was exceeded. %n %t EndpointName: %1 %n %t ConfigName: %2 %n %t AllowedValue: %3 %n %t ValueInQuestion: %4 |
A quota limit that was set for the endpoint was exceeded. %n %t EndpointName: %1 %n %t ConfigName: %2 %n %t AllowedValue: %3 %n %t ValueInQuestion: %4 |
0xB001B014 | Workflow has resumed. %n %t WorkflowId: %1 |
Workflow has resumed. %n %t WorkflowId: %1 |
0xB001B016 | Workflow runspace pool was created. %n %t WorkflowId: %1 %n %t ManagedNode: %2 |
Workflow runspace pool was created. %n %t WorkflowId: %1 %n %t ManagedNode: %2 |
0xB001B017 | Activity was queued for execution. %n %t WorkflowId: %1 %n %t ActivityName: %2 |
Activity was queued for execution. %n %t WorkflowId: %1 %n %t ActivityName: %2 |
0xB001B018 | Activity execution started. %n %t ActivityName: %1 %n %t ActivityTypeName: %2 |
Activity execution started. %n %t ActivityName: %1 %n %t ActivityTypeName: %2 |
0xB001B019 | Workflow is being imported from a XAML file. %n %t WorkflowId: %1 %n %t XamlFile: %2 |
Workflow is being imported from a XAML file. %n %t WorkflowId: %1 %n %t XamlFile: %2 |
0xB001B01A | Workflow has been imported from a XAML file. %n %t WorkflowId: %1 %n %t XamlFile: %2 |
Workflow has been imported from a XAML file. %n %t WorkflowId: %1 %n %t XamlFile: %2 |
0xB001B01B | Workflow could not be imported from a XAML file because of an error. %n %t WorkflowId: %1 %n %t ErrorDescription: %2 |
Workflow could not be imported from a XAML file because of an error. %n %t WorkflowId: %1 %n %t ErrorDescription: %2 |
0xB001B01C | Workflow validation started. %n %t WorkflowId: %1 |
Workflow validation started. %n %t WorkflowId: %1 |
0xB001B01D | Workflow validation succeeded. %n %t WorkflowId: %1 |
Workflow validation succeeded. %n %t WorkflowId: %1 |
0xB001B01E | Workflow validation failed with error. %n %t WorkflowId: %1 |
Workflow validation failed with error. %n %t WorkflowId: %1 |
0xB001B01F | Workflow activity validated. %n %t WorkflowId: %1 %n %t ActivityDisplayName: %2 %n %t ActivityTypeName: %3 |
Workflow activity validated. %n %t WorkflowId: %1 %n %t ActivityDisplayName: %2 %n %t ActivityTypeName: %3 |
0xB001B020 | Workflow activity could not be validated. %n %t WorkflowId: %1 %n %t ActivityDisplayName: %2 %n %t ActivityTypeName: %3 |
Workflow activity could not be validated. %n %t WorkflowId: %1 %n %t ActivityDisplayName: %2 %n %t ActivityTypeName: %3 |
0xB001B021 | Activity execution failed. %n %t WorkflowId: %1 %n %t ActivityName: %2 %n %t FailureDescription: %3 |
Activity execution failed. %n %t WorkflowId: %1 %n %t ActivityName: %2 %n %t FailureDescription: %3 |
0xB001B022 | Runspace availability changed. %n %t RunspaceId: %1 %n %t Availability: %2 |
Runspace availability changed. %n %t RunspaceId: %1 %n %t Availability: %2 |
0xB001B023 | Runspace state changed. %n %t RunspaceId: %1 %n %t NewState: %2 %n %t OldState: %3 |
Runspace state changed. %n %t RunspaceId: %1 %n %t NewState: %2 %n %t OldState: %3 |
0xB001B024 | Workflow loaded for execution. %n %t WorkflowId: %1 |
Workflow loaded for execution. %n %t WorkflowId: %1 |
0xB001B025 | Workflow unloaded. %n %t WorkflowId: %1 |
Workflow unloaded. %n %t WorkflowId: %1 |
0xB001B026 | Workflow execution cancelled. %n %t WorkflowId: %1 |
Workflow execution cancelled. %n %t WorkflowId: %1 |
0xB001B027 | Workflow execution aborted. %n %t WorkflowId: %1 |
Workflow execution aborted. %n %t WorkflowId: %1 |
0xB001B028 | Workflow cleanup operation executed. %n %t WorkflowId: %1 |
Workflow cleanup operation executed. %n %t WorkflowId: %1 |
0xB001B029 | Persisted workflow loaded from disk. %n %t WorkflowId: %1 %n %t Path: %2 |
Persisted workflow loaded from disk. %n %t WorkflowId: %1 %n %t Path: %2 |
0xB001B02A | Workflow data was deleted from disk. %n %t WorkflowId: %1 %n %t Path: %2 |
Workflow data was deleted from disk. %n %t WorkflowId: %1 %n %t Path: %2 |
0xB001B02C | Starting remove job. %n %t JobId: %1 |
Starting remove job. %n %t JobId: %1 |
0xB001B02D | Job state changed. %n %t JobId: %1 %n %t WorkflowId: %2 %n %t NewState: %3 %n %t OldState: %4 |
Job state changed. %n %t JobId: %1 %n %t WorkflowId: %2 %n %t NewState: %3 %n %t OldState: %4 |
0xB001B02E | Job error. %n %t JobId: %1 %n %t WorkflowId: %2 %n %t ErrorDescription: %3 |
Job error. %n %t JobId: %1 %n %t WorkflowId: %2 %n %t ErrorDescription: %3 |
0xB001B030 | Job created for workflow (child job). %n %t ParentJobId: %1 %n %t ChildJobId: %2 %n %t ChildWorkflowId: %3 |
Job created for workflow (child job). %n %t ParentJobId: %1 %n %t ChildJobId: %2 %n %t ChildWorkflowId: %3 |
0xB001B031 | Parent job created for workflow. %n %t JobId: %1 |
Parent job created for workflow. %n %t JobId: %1 |
0xB001B032 | All required jobs were created for workflow execution. %n %t JobId: %1 %n %t WorkflowId: %2 |
All required jobs were created for workflow execution. %n %t JobId: %1 %n %t WorkflowId: %2 |
0xB001B033 | Child job removed for workflow. %n %t ParentJobId: %1 %n %t ChildJobId: %2 %n %t WorkflowId: %3 |
Child job removed for workflow. %n %t ParentJobId: %1 %n %t ChildJobId: %2 %n %t WorkflowId: %3 |
0xB001B034 | An error occurred while removing job. %n %t ParentJobId: %1 %n %t ChildJobId: %2 %n %t WorkflowId: %3 %n %t Error: %4 |
An error occurred while removing job. %n %t ParentJobId: %1 %n %t ChildJobId: %2 %n %t WorkflowId: %3 %n %t Error: %4 |
0xB001B035 | Loading workflow for execution. %n %t WorkflowId: %1 |
Loading workflow for execution. %n %t WorkflowId: %1 |
0xB001B036 | Workflow execution finished. %n %t WorkflowId: %1 |
Workflow execution finished. %n %t WorkflowId: %1 |
0xB001B037 | Cancelling workflow execution. %n %t WorkflowId: %1 |
Cancelling workflow execution. %n %t WorkflowId: %1 |
0xB001B038 | Aborting workflow execution. %n %t WorkflowId: %1 %n %t Reason: %2 |
Aborting workflow execution. %n %t WorkflowId: %1 %n %t Reason: %2 |
0xB001B039 | Unloading workflow. %n %t WorkflowId: %1 |
Unloading workflow. %n %t WorkflowId: %1 |
0xB001B03A | Forced workflow shutdown started. %n %t WorkflowId: %1 |
Forced workflow shutdown started. %n %t WorkflowId: %1 |
0xB001B03B | Forced workflow shutdown finished. %n %t WorkflowId: %1 |
Forced workflow shutdown finished. %n %t WorkflowId: %1 |
0xB001B03C | An error occurred while forcefully shutting down a workflow. %n %t WorkflowId: %1 %n %t ErrorDescription: %2 |
An error occurred while forcefully shutting down a workflow. %n %t WorkflowId: %1 %n %t ErrorDescription: %2 |
0xB001B03D | Persisting workflow to disk. %n %t WorkflowId: %1 %n %t PersistPath: %2 |
Persisting workflow to disk. %n %t WorkflowId: %1 %n %t PersistPath: %2 |
0xB001B03E | Workflow persisted to disk. %n %t WorkflowId: %1 |
Workflow persisted to disk. %n %t WorkflowId: %1 |
0xB001B03F | Activity execution finished. %n %t ActivityName: %1 |
Activity execution finished. %n %t ActivityName: %1 |
0xB001B040 | Workflow execution error. %n %t WorkflowId: %1 %n %t ErrorDescription: %2 |
Workflow execution error. %n %t WorkflowId: %1 %n %t ErrorDescription: %2 |
0xB001B041 | A new PowerShell endpoint was registered. %n %t EndpointName: %1 %n %t EndpointType: %2 %n %t RegisteredBy: %3 |
A new PowerShell endpoint was registered. %n %t EndpointName: %1 %n %t EndpointType: %2 %n %t RegisteredBy: %3 |
0xB001B042 | Endpoint configuration modified. %n %t EndpointName: %1 %n %t ModifiedBy: %2 |
Endpoint configuration modified. %n %t EndpointName: %1 %n %t ModifiedBy: %2 |
0xB001B043 | Endpoint configuration unregistered. %n %t EndpointName: %1 %n %t UnregisteredBy: %2 |
Endpoint configuration unregistered. %n %t EndpointName: %1 %n %t UnregisteredBy: %2 |
0xB001B044 | Endpoint configuration disabled. %n %t EndpointName: %1 %n %t DisabledBy: %2 |
Endpoint configuration disabled. %n %t EndpointName: %1 %n %t DisabledBy: %2 |
0xB001B045 | Endpoint configuration enabled. %n %t EndpointName: %1 %n %t EnabledBy: %2 |
Endpoint configuration enabled. %n %t EndpointName: %1 %n %t EnabledBy: %2 |
0xB001B046 | Out of process runspace started. %n %t Command: %1 |
Out of process runspace started. %n %t Command: %1 |
0xB001B047 | Parameter splatting was performed during workflow execution. %n %t Parameters: %1 %n %t Computers: %2 |
Parameter splatting was performed during workflow execution. %n %t Parameters: %1 %n %t Computers: %2 |
0xB001B048 | Workflow engine started. %n %t EndpointName: %1 |
Workflow engine started. %n %t EndpointName: %1 |
0xB001B049 | Workflow manager instantiated with %n %t CheckpointPath: %1 %n %t ConfigProviderId: %2 %n %t UserName: %3 %n %t Path: %4 |
Workflow manager instantiated with %n %t CheckpointPath: %1 %n %t ConfigProviderId: %2 %n %t UserName: %3 %n %t Path: %4 |
0xB001B501 | BEGIN ImportWorkflowCommand::StartWorkflowApplication. Starting invocation of workflow function. Tracking Guid %1 |
BEGIN ImportWorkflowCommand::StartWorkflowApplication. Starting invocation of workflow function. Tracking Guid %1 |
0xB001B502 | END ImportWorkflowCommand::StartWorkflowApplication. Ending invocation of workflow function. Tracking Guid %1 |
END ImportWorkflowCommand::StartWorkflowApplication. Ending invocation of workflow function. Tracking Guid %1 |
0xB001B503 | BEGIN Creating new job in ImportWorkflowCommand::StartWorkflowApplication. Tracking Guid %1 |
BEGIN Creating new job in ImportWorkflowCommand::StartWorkflowApplication. Tracking Guid %1 |
0xB001B504 | END Creating new job in ImportWorkflowCommand::StartWorkflowApplication. Tracking Guid %1 |
END Creating new job in ImportWorkflowCommand::StartWorkflowApplication. Tracking Guid %1 |
0xB001B505 | END Creating new job in ImportWorkflowCommand::StartWorkflowApplication. Tracking Guid %1 : ContainerParentJob Guid %2 |
END Creating new job in ImportWorkflowCommand::StartWorkflowApplication. Tracking Guid %1 : ContainerParentJob Guid %2 |
0xB001B506 | BEGIN JobLogic ContainerParentJob Guid %1 |
BEGIN JobLogic ContainerParentJob Guid %1 |
0xB001B507 | END JobLogic ContainerParentJob Guid %1 |
END JobLogic ContainerParentJob Guid %1 |
0xB001B508 | BEGIN WorkflowExecution ContainerParentJob Guid %1 |
BEGIN WorkflowExecution ContainerParentJob Guid %1 |
0xB001B509 | END WorkflowExecution ContainerParentJob Guid %1 |
END WorkflowExecution ContainerParentJob Guid %1 |
0xB001B50A | WorkflowJob with Guid %1 added to ContainerParentJob with Guid %2 |
WorkflowJob with Guid %1 added to ContainerParentJob with Guid %2 |
0xB001B50B | ProxyJob with Guid %1 associated with remote ContainerParentJob with Guid %2 |
ProxyJob with Guid %1 associated with remote ContainerParentJob with Guid %2 |
0xB001B50C | BEGIN Execution of ContainerParentJob with Guid %1 |
BEGIN Execution of ContainerParentJob with Guid %1 |
0xB001B50D | END Execution of ContainerParentJob with Guid %1 |
END Execution of ContainerParentJob with Guid %1 |
0xB001B50E | BEGIN Execution of Proxy Job with Guid %1 |
BEGIN Execution of Proxy Job with Guid %1 |
0xB001B50F | END Execution of Proxy Job with Guid %1 |
END Execution of Proxy Job with Guid %1 |
0xB001B510 | BEGIN StateChanged event handler for Proxy Job with Guid %1 |
BEGIN StateChanged event handler for Proxy Job with Guid %1 |
0xB001B511 | END StateChanged event handler for Proxy Job with Guid %1 |
END StateChanged event handler for Proxy Job with Guid %1 |
0xB001B512 | BEGIN StateChanged event handler for Proxy Child Job with Guid %1 |
BEGIN StateChanged event handler for Proxy Child Job with Guid %1 |
0xB001B513 | END StateChanged event handler for Proxy Child Job with Guid %1 |
END StateChanged event handler for Proxy Child Job with Guid %1 |
0xB001B514 | BEGIN Running garbage collection |
BEGIN Running garbage collection |
0xB001B515 | END Running garbage collection |
END Running garbage collection |
0xB001B516 | Persistence store has reached its maximum specified size |
Persistence store has reached its maximum specified size |
0xB001C000 | %1 |
%1 |
0xB001C001 | Trace Information: %n %1 %2 |
Trace Information: %n %1 %2 |
0xB001D001 | Scheduled Job %1 started at %2 %n |
Scheduled Job %1 started at %2 %n |
0xB001D002 | Scheduled Job %1 completed at %2 with state %3 %n |
Scheduled Job %1 completed at %2 with state %3 %n |
0xB001D003 | Scheduled Job Exception %1: %n Message: %2 %n StackTrace: %3 %n InnerException: %4 %n |
Scheduled Job Exception %1: %n Message: %2 %n StackTrace: %3 %n InnerException: %4 %n |
0xB001D100 | Windows PowerShell has started an IPC listening thread on process: %1 in AppDomain: %2. |
Windows PowerShell has started an IPC listening thread on process: %1 in AppDomain: %2. |
0xB001D101 | Windows PowerShell has ended an IPC listening thread on process: %1 in AppDomain: %2. |
Windows PowerShell has ended an IPC listening thread on process: %1 in AppDomain: %2. |
0xB001D102 | An error has occurred in Windows PowerShell IPC listening thread on process: %1 in AppDomain: %2. Error Message: %3. |
An error has occurred in Windows PowerShell IPC listening thread on process: %1 in AppDomain: %2. Error Message: %3. |
0xB001D103 | Windows PowerShell IPC connect on process: %1 in AppDomain: %2 for User: %3. |
Windows PowerShell IPC connect on process: %1 in AppDomain: %2 for User: %3. |
0xB001D104 | Windows PowerShell IPC disconnect on process: %1 in AppDomain: %2 for User: %3. |
Windows PowerShell IPC disconnect on process: %1 in AppDomain: %2 for User: %3. |
0xD0000001 | AllPublicProperties |
AllPublicProperties |
0xD0000002 | String |
String |
0xD0000003 | SpecificProperties |
SpecificProperties |
0xD0000004 | InvalidTargetInterface |
InvalidTargetInterface |
0xD0000005 | Session |
Session |
0xD0000006 | RunspacePool |
RunspacePool |
0xD0000007 | PowerShell |
PowerShell |
0xD0000008 | InvalidDataType |
InvalidDataType |
0xD0000009 | ExceptionAsErrorRecord |
ExceptionAsErrorRecord |
0xD000000A | SessionConfiguration |
SessionConfiguration |
0xD000000B | SessionConfigurationRequest |
SessionConfigurationRequest |
0xD000000C | SessionCapability |
SessionCapability |
0xD000000D | CloseSession |
CloseSession |
0xD000000E | CreateRunspacePool |
CreateRunspacePool |
0xD000000F | SetMaxRunspaces |
SetMaxRunspaces |
0xD0000010 | SetMinRunspaces |
SetMinRunspaces |
0xD0000011 | RunspacePoolOperationResponse |
RunspacePoolOperationResponse |
0xD0000012 | RunspacePoolStateInfo |
RunspacePoolStateInfo |
0xD0000013 | CreatePowerShell |
CreatePowerShell |
0xD0000014 | AvailableRunspaces |
AvailableRunspaces |
0xD0000015 | PSEventArgs |
PSEventArgs |
0xD0000016 | RemoteHostCallUsingRunspaceHost |
RemoteHostCallUsingRunspaceHost |
0xD0000017 | RemoteRunspaceHostResponseData |
RemoteRunspaceHostResponseData |
0xD0000018 | PowerShellInput |
PowerShellInput |
0xD0000019 | PowerShellInputEnd |
PowerShellInputEnd |
0xD000001A | PowerShellOutput |
PowerShellOutput |
0xD000001B | PowerShellErrorRecord |
PowerShellErrorRecord |
0xD000001C | PowerShellStateInfo |
PowerShellStateInfo |
0xD000001D | PowerShellDebug |
PowerShellDebug |
0xD000001E | PowerShellVerbose |
PowerShellVerbose |
0xD000001F | PowerShellWarning |
PowerShellWarning |
0xD0000020 | PowerShellProgress |
PowerShellProgress |
0xD0000021 | StopPowerShell |
StopPowerShell |
0xD0000022 | RemoteHostCallUsingPowerShellHost |
RemoteHostCallUsingPowerShellHost |
0xD0000023 | RemotePowerShellHostResponseData |
RemotePowerShellHostResponseData |
0xF0000001 | WSMAN_FLAG_NO_AUTHENTICATION |
WSMAN_FLAG_NO_AUTHENTICATION |
0xF0000002 | WSMAN_FLAG_AUTH_DIGEST |
WSMAN_FLAG_AUTH_DIGEST |
0xF0000003 | WSMAN_FLAG_AUTH_NEGOTIATE |
WSMAN_FLAG_AUTH_NEGOTIATE |
0xF0000004 | WSMAN_FLAG_AUTH_BASIC |
WSMAN_FLAG_AUTH_BASIC |
0xF0000005 | WSMAN_FLAG_AUTH_KERBEROS |
WSMAN_FLAG_AUTH_KERBEROS |
0xF0000006 | WSMAN_FLAG_AUTH_CLIENT_CERTIFICATE |
WSMAN_FLAG_AUTH_CLIENT_CERTIFICATE |
0xF0000007 | WSMAN_FLAG_AUTH_CREDSSP |
WSMAN_FLAG_AUTH_CREDSSP |
0xF0000008 | Client |
Client |
0xF0000009 | Server |
Server |
0xF000000A | Listener |
Listener |