[This is preliminary documentation and is subject to change. Blank topics are included as placeholders.]

Returns information about the conference disclaimer used in your organization. The conference disclaimer is a message that is displayed to federated users (and other unauthenticated users) any time they join a conference. This disclaimer is not shown to authenticated users.

Syntax

Get-CsConferenceDisclaimer [-Identity <XdsIdentity>] [-LocalStore <SwitchParameter>]
Get-CsConferenceDisclaimer [-Filter <String>] [-LocalStore <SwitchParameter>]

Parameters

Parameter Required Type Description

Identity

Optional

Xds Identity

Unique Identity of the conference disclaimer. Because you can only have a single, global instance of the conference disclaimer you do not need to specify an Identity when calling Get-CsConferenceDisclaimer. If you choose, however, you can use the following syntax to reference the global disclaimer: -Identity global.

Filter

Optional

String

Enables you to use wildcard values when referencing a conference disclaimer. Because you can only have a single, global instance of the conference disclaimer there is no reason to ever use the -Filter parameter. However, you use the following syntax to reference the global disclaimer: -Filter "g*". That syntax brings back all the conference disclaimers that have an Identity that begins with the letter "g".

LocalStore

Optional

Switch Parameter

Detailed Description

When configuring conferencing settings, administrators can include a legal disclaimer to display to participants at the time these people join Web conferences hosted by Microsoft Communications Server 2010. This disclaimer is typically used to explain legal and intellectual property laws regarding the conference. Users cannot join the conference with agreeing to the stipulations set forth in the disclaimer.

The Get-CsConferenceDisclaimer cmdlet enables you to view the body and header of your organization’s disclaimer.

Return Types

Get-CsConferenceDisclaimer returns instances of the Microsoft.Rtc.Management.WritableConfig.Settings.WebConf.ConferenceDisclaimer object.

Examples

-------------------------- Example 1 --------------------------

Copy Code
Get-CSConferenceDisclaimer

The command shown in Example 1 returns information about the conference disclaimer configured for use in your organization. Because you are limited to a single disclaimer (configured at the global scope) you do not need to specify an Identity when running this command.