Remove-CsConferenceDisclaimer

 

Topic Last Modified: 2012-03-24

Clears the text from the header and body of the conference disclaimer used in your organization. The conference disclaimer is a message that is displayed to users who join the conference by using a hyperlink (for example, users who paste a link to the conference into a browser such as Windows Internet Explorer).

Syntax

Remove-CsConferenceDisclaimer -Identity <XdsIdentity> [-Confirm [<SwitchParameter>]] [-Force <SwitchParameter>] [-WhatIf [<SwitchParameter>]]

Detailed Description

When configuring conferencing settings, administrators can include a legal disclaimer to display to participants when these people join conferences hosted by Lync Server 2010. This disclaimer is typically used to explain legal and intellectual property laws regarding the conference. Users cannot join the conference without agreeing to the stipulations set forth in the disclaimer. Note that this disclaimer is only shown to users who join a conference by using a hyperlink.

Lync Server 2010 allows for a single, global instance of the conference disclaimer. The Remove-CsConferenceDisclaimer cmdlet enables you to reset your conference disclaimer: when you run this cmdlet, both the disclaimer header and the disclaimer body are set to null values.

Who can run this cmdlet: By default, members of the following groups are authorized to run the Remove-CsConferenceDisclaimer cmdlet locally: RTCUniversalServerAdmins. To return a list of all the role-based access control (RBAC) roles this cmdlet has been assigned to (including any custom RBAC roles you have created yourself), run the following command from the Windows PowerShell prompt:

Get-CsAdminRole | Where-Object {$_.Cmdlets –match "Remove-CsConferenceDisclaimer"}

Parameters

Parameter Required Type Description

Identity

Required

Xds Identity

Unique Identity of the conference disclaimer to be removed. Although you can only have a single, global instance of the conference disclaimer, you must still use the Identity parameter when calling Remove-CsConferenceDisclaimer: -Identity global.

Force

Optional

Switch Parameter

Suppresses the display of any non-fatal error message that might occur when running the command.

WhatIf

Optional

Switch Parameter

Describes what would happen if you executed the command without actually executing the command.

Confirm

Optional

Switch Parameter

Prompts you for confirmation before executing the command.

Input Types

Microsoft.Rtc.Management.WritableConfig.Settings.WebConf.ConferenceDisclaimer object. Remove-CsConferenceDisclaimer accepts pipelined input of conference disclaimer objects.

Return Types

None. Instead, Remove-CsConferenceDisclaimer resets existing instances of the Microsoft.Rtc.Management.WritableConfig.Settings.WebConf.ConferenceDisclaimer object to their default property values.

Example

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

Remove-CsConferenceDisclaimer -Identity global

The preceding command resets the property values of the global disclaimer. That means that both the disclaimer Header and Body will be set to null values, giving you a blank disclaimer.