IAdmLyncEnableDisableAction

The IAdmLyncEnableDisableAction interface represents the Enable or disable for Skype for Business action.

Inheritance: IAdmAction

Properties

  • Property

  • Description

  • Enable

  • Gets or sets a value indicating whether the action will enable or disable users for Skype for Business.

  • Pool

  • Gets or sets the fully qualified domain name (FQDN) of the Registrar pool where users Skype for Business accounts will be homed.

  • SipAddress

  • Gets or sets a template for user's SIP URI.

  • TelephonyOptions

  • Gets or sets Skype for Business Telephony options to be applied to user accounts.

  • LineUri

  • Gets or sets the phone number assigned to a user.

  • LineServerUri

  • Gets or sets the URI of the remote call control telephone gateway assigned to a user.

  • PowerShellInstalled

  • Gets a value indicating whether Windows PowerShell is installed on the computer where the Adaxes service is running.

Details

Enable

Gets or sets a value indicating whether the action will enable or disable users for Skype for Business.

  • Type:
  • bool
  • Access:
  • Read/Write

Pool

Gets or sets the fully qualified domain name (FQDN) of the Registrar pool where users Skype for Business accounts will be homed.

  • Type:
  • string
  • Access:
  • Read/Write

SipAddress

Gets or sets a template for user's SIP URI. You can use value references (e.g. %mail%) in the URI. Value references will be replaced with corresponding property values of the user account on which the action is executed.

  • Type:
  • string
  • Access:
  • Read/Write

Remarks

When specifying the SIP address, preface it with sip: (e.g. sip:%mail%).


TelephonyOptions

Gets or sets Skype for Business Telephony options to be applied to user accounts.


LineUri

Gets or sets the phone number assigned to a user. You can use value references (e.g. %telephoneNumber%) in the phone number. Value references will be replaced with corresponding property values of the user account on which the action is executed.

  • Type:
  • string
  • Access:
  • Read/Write

Remarks

The line Uniform Resource Identifier (URI) must be specified using the E.164 format and use the TEL: prefix (e.g. *TEL:%telephoneNumber%). Any extension number should be added to the end of the line URI (e.g. TEL:+12345678912;ext=12345).


LineServerUri

Gets or sets the URI of the remote call control telephone gateway assigned to a user. You can use value references in the URI. Value references will be replaced with corresponding property values of the user account on which the action is executed.

  • Type:
  • string
  • Access:
  • Read/Write

Remarks

The gateway URI must be prefaced by sip: (e.g. sip:mygateway@example.com).


PowerShellInstalled

Gets a value indicating whether Windows PowerShell is installed on the computer where the Adaxes service is running.

  • Type:
  • bool
  • Access:
  • Read-only

Requirements

Minimum required version: 2013.1

See also