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 federated users (and other unauthenticated users) any time they join a conference. This disclaimer is not shown to authenticated users.
Syntax
Remove-CsConferenceDisclaimer -Identity <XdsIdentity> [-Confirm [<SwitchParameter>]] [-Force <SwitchParameter>] [-WhatIf [<SwitchParameter>]] |
Parameters
Parameter | Required | Type | Description |
---|---|---|---|
Identity |
Required |
Xds Identity |
Unique Identity of the conference disclaimer to be removed. Although you are only allowed to 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 arise 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. |
Detailed Description
When configuring conferencing settings, administrators can include a legal disclaimer to display to participants when these people join Web conferences hosted by Microsoft Communications Server. 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.
Microsoft Communications Server 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.
Return Types
Remove-CsConferenceDisclaimer resets existing instances of the Microsoft.Rtc.Management.WritableConfig.Settings.WebConf.ConferenceDisclaimer object to their default property values.
Examples
-------------------------- Example 1 ------------------------
Copy Code | |
---|---|
Remove-CsConferenceDisclaimer -Identity global |
The preceding commands 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.