OutTarget Enum

Definition

Output modes available to the Receive-PSSession cmdlet.

public enum class OutTarget
public enum class OutTarget
enum OutTarget
public enum OutTarget
type OutTarget = 
Public Enum OutTarget
Inheritance
OutTarget

Fields

Default 0

Default mode. If

Host 1

Synchronous mode. Receive-PSSession output data goes to host (returned by cmdlet object).

Job 2

Asyncronous mode. Receive-PSSession ouput data goes to returned job object.

Applies to