[Index]

Model: device/skypeforbusiness/CsClientVersionPolicy

Model Details: device/skypeforbusiness/CsClientVersionPolicy

Title Description Details
Description Enables you to provide explanatory text about the policy. For example, you might include information about the users that the policy should be assigned to.
  • Field Name: Description
  • Type: String
Rules Collection of client version policy rules. You can add and remove rules from a policy by using the New-CsClientVersionPolicyRule cmdlet and the Remove-CsClientVersionPolicyRule cmdlet. To add a rule at the time you create the new policy, create the rule and store the value in a variable (for example, $x). You can then use syntax similar to this when creating the new policy: New-CsClientVersionPolicy -Identity "RedmondClientVersionPolicy" -Rules @{Add=$x}
  • Field Name: Rules
  • Type: String
ScopeClass
  • Field Name: ScopeClass
  • 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
Tenant Globally unique identifier (GUID) of the Skype for Business Online tenant account for whom the new client version policy is being created. For example: -Tenant "38aad667-af54-4397-aaa7-e94c79ec2308" You can return the tenant ID for each of your Skype for Business Online tenants by running this command: Get-CsTenant | Select-Object DisplayName, TenantID
  • Field Name: Tenant
  • Type: String
Anchor
  • Field Name: Anchor
  • Type: String
Identity * Unique identifier for the policy to be created. To create a policy at the site scope, use syntax similar to this: -Identity "site:Redmond". To create a policy at the service scope, use syntax similar to this: -Identity "Registrar:atl-cs-001.litwareinc.com". The Registrar service is the only service that can host a client version policy. Policies can also be created at the per-user scope. To create a per-user policy, use syntax similar to this: -Identity "SalesDepartmentPolicy".
  • Field Name: Identity
  • Type: String