This is an archive version of the document. To get the most up-to-date information, see the current version.

Get-VBRUploadStreamsConfiguration

Short Description

Returns details on data transfer settings for job sessions.

Applies to

Platform: VMware, Hyper-V

Product Edition: Standard, Enterprise, Enterprise Plus

Syntax

Get-VBRUploadStreamsConfiguration [<CommonParameters>]

Detailed Description

This cmdlet returns the VBRUploadStreamsConfiguration object. This object contains the following details on data transfer settings for job sessions:

  • State: specifies the state of the multithreaded data transfer option. It can be either enabled (True) or disabled (False).
  • StreamCount: specifies the number of TCP/IP connections per job session.

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information about common parameters, see http://go.microsoft.com/fwlink/p/?LinkID=113216.

Example

This command returns the following details on data transfer settings for job sessions:

  • The multithreaded data transfer option is enabled.
  • The number of TCP/IP connections per job is set to five.

 

Disable-VBRPreferredNetworkDataTransfer

            Enabled                  StreamCount

            -------                  -----------

               True                            5