Share via


MSFT_SIPDiagnosticHeader

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.

Permits the proprietary ms-diagnostics header to be included in messages sent to federated partners and unauthenticated users.

The error IDs and reason values for ms-diagnostic headers are documented in the “Appendix A: Diagnostics Header Error ID and Reason Values” section of the [MS-OCER]: Client Error Reporting Protocol Specification at http://go.microsoft.com/fwlink/?LinkId=144413.

MSFT_SIPDiagnosticHeader

The MSFT_SIPDiagnosticHeader class properties do not map to the Office Communications Server administrative tools.

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_SIPDiagnosticHeader
{
  boolean EnableHeaderForFederatedUsers;
  boolean EnableHeaderForUnAuthenticatedUsers;
  [key] string InstanceID;
};

Methods

This class does not define any methods.

Properties

The MSFT_SIPDiagnosticHeader class has the following properties.

  • EnableHeaderForFederatedUsers
    Data type: boolean

    Access type: Read/Write

    Required. Controls whether the ms-diagnostics header is included in messages sent to federated partners.

    The default value is False.

  • EnableHeaderForUnAuthenticatedUsers
    Data type: boolean

    Access type: Read/Write

    Required. Controls whether the ms-diagnostics header is included in messages sent to unauthenticated users.

    The default value is False.

  • 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}".

Remarks

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

Only one instance of this class can be present.

Important

If either EnableHeaderForUnAuthenticatedUsers or EnableHeaderForFedeartedUsers is set to True, there is a risk that information about enterprise users or the topology will be sent to unauthenticated users or to federated users.

Instances of this class support the following interface methods:

  • Provider::EnumerateInstances();

  • Provider::GetObject();

  • Provider::PutInstance();

    Where PutInstance() supports the following flags:

    • WBEM_FLAG_UPDATE_ONLY

    • WBEM_FLAG_CREATE_OR_UPDATE

Requirements

Server: Installed on computers serving the following role: Access Edge Server.

Namespace: Defined in \root\cimv2.

See Also

Concepts

Office Communications Server WMI Reference

Other Resources

Troubleshooting for Office Communications Server 2007 R2