text/microsoft-resx
2.0
System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
The state of the current PowerShell instance is not valid for this operation.
The operation cannot be performed because a command has already been started. Wait for the command to complete, or stop it, and then try the operation again.
No commands are specified.
The PowerShell instance is not in the correct state for creating a nested PowerShell instance. Nested PowerShell instances should only be created in a running PowerShell instance.
Cannot perform operation because the runspace is not in the '{0}' state. Current state of runspace is '{1}'.
The runspace pool specified is not in an opened state.
This operation is currently not supported in the remoting scenario.
Nested PowerShell instances cannot be invoked asynchronously. Use the Invoke method.
The {0} object was not created by calling {1} on this Windows PowerShell instance.
When the runspace is set to reuse a thread, the apartment state in the invocation settings must match the runspace.
When the runspace is set to use the current thread, the apartment state in the invocation settings must match that of the current thread.
A command is required to add a parameter. A command must be added to the Windows PowerShell instance before adding a parameter.
The keys in the dictionary must be strings.
There is no Runspace available to run commands in this thread. You can provide one in the DefaultRunspace property of the System.Management.Automation.Runspaces.Runspace type. The command you attempted to invoke was: {0}
You can only begin receiving data on a PSJobProxy instance when it has been created with data streaming disabled. This operation can run only once.
GetJobForCommand is not supported when there is more than one command in the Windows PowerShell instance.
The Command property of a Windows PowerShell object cannot be empty.
The PSJobProxy object can only be used for remote commands that return a job object.
PSJobProxy is the name of a class and should not be localized
A job cannot be started when it is already running.
PSJobProxy currently supports only PSWorkflowInvocationSettings.
PSJobProxy and PSWorkflowInvocationSettings are the names of classes and should not be localized
Either a runspace or runspace pool must be assigned to PSJobProxy before it can be started.
PSJobProxy is the name of a class and should not be localized
Support for interactive jobs is not available
A job object can be used only once.
A job object cannot be reused.
This Windows PowerShell object cannot be connected because it is not associated with a remote runspace or runspace pool.
The running command has been disconnected but is still running on the remote server. Reconnect to get command operation status and output data.
The operation cannot be performed because the current Windows PowerShell session is in the Disconnected state. Connect this Windows PowerShell session, and then either wait for the command to finish, or stop the command.
The operation cannot be performed because the current Windows PowerShell session is in the Disconnected state. Connect this Windows PowerShell session, and then try again.
The connection attempt to the remote command failed.
PSChildJobProxy does not support control methods.
PSChildJobProxy is the name of a class and should not be localized
The operation cannot be performed because a command is currently stopping. Wait for the command to complete stopping, and then try the operation again.
There is no Runspace available to run commands in this thread. You can provide one in the DefaultRunspace property of the System.Management.Automation.Runspaces.Runspace type. The current Windows PowerShell instance contains no command to invoke.
A command in which the value of AsJob is equal to false cannot be run through a PSJobProxy.
PSJobProxy is the name of a class and should not be localized. AsJob is the name of a parameter and should not be localized.
PSJobProxy does not support the Unblock operation.
PSJobProxy is the name of a class and should not be localized
A Windows PowerShell object cannot be created that uses the current runspace because there is no current runspace available. The current runspace might be starting, such as when it is created with an Initial Session State.
PSJobProxy does not support this control method.