[Index]

Model: device/skypeforbusinesshybrid/CsNetworkBandwidthPolicyProfile

Model Details: device/skypeforbusinesshybrid/CsNetworkBandwidthPolicyProfile

Title Description Details
BWPolicyProfileID
  • Field Name: BWPolicyProfileID
  • Type: String
Description A description of the bandwidth policy profile. For example, you can use this parameter to clarify the expected use of the profile.
  • Field Name: Description
  • Type: String
AudioBWSessionLimit The maximum amount of bandwidth to allocate per audio session. Expressed in kbps. Value must be 40 or higher. If you supply a value to this parameter, you cannot supply a value to the BWPolicy parameter. Default: If you supply a value to the AudioBWLimit parameter but not to AudioBWSessionLimit, AudioBWSessionLimit will default to 175.
  • Field Name: AudioBWSessionLimit
  • Type: String
Element
  • Field Name: Element
  • Type: String
InMemory Creates an object reference without actually committing the object as a permanent change. If you assign the output of this cmdlet called with this parameter to a variable, you can make changes to the properties of the object reference and then commit those changes by calling this cmdlet's matching Set-<cmdlet>.
  • Field Name: InMemory
  • Type: Boolean
AudioBWLimit The maximum amount of bandwidth to allocate for all audio connections. If a single audio session will cause the audio bandwidth limit to be exceeded, that session will not be allowed to start. Expressed in kbps. For example, a value of 1000 would signify 1000 kbps. If you supply a value to this parameter, you cannot supply a value to the BWPolicy parameter. Default: If you supply a value to the AudioBWSessionLimit parameter but not to AudioBWLimit, AudioBWLimit will default to 0.
  • Field Name: AudioBWLimit
  • Type: String
VideoBWLimit The maximum amount of bandwidth to allocate for all video connections. If a single video session will cause the video bandwidth limit to be exceeded, that session will not be allowed to start. Expressed in kbps. For example, a value of 1000 would signify 1000 kbps. If you supply a value to this parameter, you cannot supply a value to the BWPolicy parameter. Default: If you supply a value to the VideoBWSessionLimit parameter but not to VideoBWLimit, VideoBWLimit will default to 0.
  • Field Name: VideoBWLimit
  • Type: String
VideoBWSessionLimit The maximum amount of bandwidth to allocate per video session. Expressed in kbps. Value must be 100 or higher. If you supply a value to this parameter, you cannot supply a value to the BWPolicy parameter. Default: If you supply a value to the VideoBWLimit parameter but not to VideoBWSessionLimit, VideoBWSessionLimit will default to 700.
  • Field Name: VideoBWSessionLimit
  • Type: String
Identity * A string value that uniquely identifies the policy. All bandwidth policy profiles are created at the global scope. Therefore the scope is implied and only a unique name needs to be specified when creating a new bandwidth policy profile. Note that this value also populates the BWPolicyProfileID property of the profile.
  • Field Name: Identity
  • Type: String
BWPolicy A list of objects containing bandwidth policy profiles. Each object in the list consists of a bandwidth modality (audio or video), a bandwidth limitation, and a bandwidth session limitation. If you supply a value to this parameter, you cannot supply a value to the AudioBWLimit, AudioBWSessionLimit, VideoBWLimit, or VideoBWSessionLimit parameter. Objects in the list can be created by calling the New-CsNetworkBWPolicy cmdlet.
  • Field Name: BWPolicy
  • Type: String