MSFT_SIPGlobalMobilityPolicyData (New)

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Defines global policy data used by Microsoft Office Communicator to ring non-registered endpoints, such as mobile phones.

MSFT_SIPGlobalMobilityPolicyData

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties. Properties are listed in alphabetic order, not MOF order.

Syntax

class MSFT_SIPGlobalMobilityPolicyData
{
boolean Enabled;
boolean EnterpriseCellTelephony;
boolean DefaultPolicy;
[key] string InstanceID;
name Name;
string PolicyDN;
string PrimaryAccessNetwork;
string Type;
string SecondaryAccessNetwork;
boolean VoiceOverWiFi;
boolean WWANRoaming;
}

Methods

This class does not define any methods.

Properties

The MSFT_SIPGlobalMobilityPolicyData class has the following properties.

  • Enabled
    Data type: boolean

    Access type: Read/Write

    Required. Specifies whether this mobility policy is enabled.

  • EnterpriseCellTelephony
    Data type: boolean

    Access type: Read/Write

    Required. Specifies whether cell phones that are enabled for enterprise voice are supported endpoints for the policy.

  • DefaultPolicy
    Data type: boolean

    Access type: Read-only

    Required. Indicates whether this is the default policy that is applied to users that lack a globally or explicitly assigned policy.

    True indicates that this is the default policy.

  • InstanceID
    Data type: [key] string

    Access type: Read-only

    Required. A GUID value that uniquely identifies an instance of this class.

    The GUID must be encapsulated between the "{" and "}" braces; for example: "{01234567-0123-4567-89AB-CDEF01234567}".

  • Name
    Data type: string

    Access type: Read/Write

    Required. The name of the policy for this instance of the class.

    The value of this property is not case-sensitive.

    The maximum length of the string is 256 characters.

  • PolicyDN
    Data type: string

    Access type: Read-only

    Required. The distinguished name of the policy.

    The value of this property is not case-sensitive.

  • PrimaryAccessNetwork
    Data type: string

    Access type: Read/Write

    Required. Specifies the primary access network for the policy.

    The value of this property is not case-sensitive.

    The maximum length of the string is 4 characters.

    Value

    Description

    WiFi

    WiFi is primary

    WWAN

    Wireless Wide Area (cellular) Network is primary

  • Type
    Data type: string

    Access type: Read/Write

    Required. Specifies the policy type.

    The value of this property is not case-sensitive.

    This property supports the following value for global mobility policy data.

    Value

    Description

    mobility

    The policy is a mobility policy.

  • SecondaryAccessNetwork
    Data type: string

    Access type: Read/Write

    Required. Specifies the secondary access network for the policy when the primary network is unavailable.

    The value of this property is case-sensitive.

    The maximum length of the string is 4 characters.

    Value

    Description

    WiFi

    WiFi is used if the primary access is unavailable.

    WWAN

    Wireless Wide Area Network (cellular) is used if the primary access is unavailable.

    None

    Secondary access is not allowed.

  • VoiceOverWiFi
    Data type: boolean

    Access type: Read/Write

    Required. Specifies whether voice over WiFi is supported by the policy.

    True specifies that the policy supports voice over WiFi. False specifies that the policy does not support voice over WiFi.

  • WWANRoaming
    Data type: boolean

    Access type: Read/Write

    Required. Specifies whether Wireless Wide Area (cellular) is supported by the policy.

    True specifies that the policy supports WWAN. False specifies that the policy does not support WWAN.

Remarks

This class gets and sets information at the following level: Active Directory.

Instances of this class support the following interface methods:

  • Provider::DeleteInstance();

  • Provider::EnumerateInstances();

  • Provider::GetObject();

  • Provider::PutInstance();

    Where PutInstance() supports the following flags:

    • WBEM_FLAG_CREATE_ONLY

    • WBEM_FLAG_UPDATE_ONLY

    • WBEM_FLAG_CREATE_OR_UPDATE

Requirements

Server: Installed on computers serving the following roles: Administrative Tools Server, Audio/Video Conferencing Server, Web Components Server, Front End Server, and Proxy Server.

Namespace: Defined in \root\cimv2.

See Also

Concepts

Office Communications Server WMI Reference