[Index]

Model: device/skypeforbusinesshybrid/CsClsScenario

Model Details: device/skypeforbusinesshybrid/CsClsScenario

Title Description Details
Name * Unique name for the new scenario. For example: -Name "RedmondHybridVoice" If you use the Name parameter you must also use the Parent parameter. However, you should not use the Identity parameter in the same command as the Name and Parent parameters.
  • Field Name: Name
  • Type: String
Parent * Scope of the centralized logging configuration settings where the new scenario will be located. For example, to add the new scenario to the global settings, use this syntax: -Parent "global" You can return identities for all your centralizing logging "parents" by using this command: Get-CsClsConfiguration | Select-Object Identity If you use the Name parameter you must also use the Parent parameter. However, you should not use the Identity parameter in the same command as the Name and Parent parameters.
  • Field Name: Parent
  • 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
Provider Logging provider for the scenario. New providers must be created using the New-CsClsProvider cmdlet. For example: $provider = New-CsClsProvider -Name "UserServices" -Type "WPP" -Level "Info" -Flags "All"
  • Field Name: Provider
  • Type: String
Identity * Unique identifier for the new scenario. A scenario consists of two parts: the scope where the scenario is configured (that is, the collection of centralized logging configuration settings where the scenario can be found) and the scenario name. For example: -Identity "site:Redmond/AddressBook" If you use the Identity parameter then you cannot use either the name parameter or the Parent parameter in that same command.
  • Field Name: Identity
  • Type: String