Set-CsStorageServiceConfiguration

Modifies existing instances of the Skype for Business Server Storage Service. The storage service provides a common infrastructure that enables Skype for Business Server components to use Exchange as a back-end data store. Note that, at this point in time, there are no property values that can be modified by using this cmdlet.

Syntax

Set-CsStorageServiceConfiguration
   [[-Identity] <XdsIdentity>]
   [-Confirm]
   [-EnableAsyncAdaptorTaskAbort <Boolean>]
   [-EnableAutoImportFlushedData <Boolean>]
   [-EnableFabricReplicationSetReduction <Boolean>]
   [-FabricInvalidStateTimeoutDuration <UInt64>]
   [-Force]
   [-WhatIf]
   [<CommonParameters>]
Set-CsStorageServiceConfiguration
   [-Confirm]
   [-EnableAsyncAdaptorTaskAbort <Boolean>]
   [-EnableAutoImportFlushedData <Boolean>]
   [-EnableFabricReplicationSetReduction <Boolean>]
   [-FabricInvalidStateTimeoutDuration <UInt64>]
   [-Force]
   [-Instance <PSObject>]
   [-WhatIf]
   [<CommonParameters>]

Description

The Skype for Business Server Storage Service enables Skype for Business Server components, such as archiving, to use Exchange as a back-end data store. This helps to reduce operating costs: for example, you do not need to have separate storage solutions for Exchange archiving and for Skype for Business Server archiving. The Storage Service also enables Skype for Business Server to leverage the heavy investment that has been made in Exchange archiving and storage and prevents administrators from having to use multiple tools to retrieve archived data.

Separate instances of the Skype for Business Server Storage Service can be configured at the global, site and service scope (for the Registrar service only). By default, Skype for Business Server provides you with a single, global collection of Storage Service configuration settings. Administrators have the option of creating custom settings by using the New-CsStorageServiceConfiguration cmdlet. At this point in time, however, these Storage service instances do not include any settings that can managed by using the Set-CsStorageServiceConfiguration cmdlet.

Skype for Business Server Control Panel: The functions carried out by the Set-CsStorageServiceConfiguration cmdlet are not available in the Skype for Business Server Control Panel.

Examples

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

At this point in time there are no property values that can be modified by using the Set-CsStorageServiceConfiguration cmdlet.

Parameters

-Confirm

Prompts you for confirmation before executing the command.

Type:SwitchParameter
Aliases:cf
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Skype for Business Server 2015, Skype for Business Server 2019

-EnableAsyncAdaptorTaskAbort

PARAMVALUE: $true | $false

Type:Boolean
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Skype for Business Server 2015, Skype for Business Server 2019

-EnableAutoImportFlushedData

PARAMVALUE: $true | $false

Type:Boolean
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Skype for Business Server 2015, Skype for Business Server 2019

-EnableFabricReplicationSetReduction

PARAMVALUE: $true | $false

Type:Boolean
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Skype for Business Server 2015, Skype for Business Server 2019

-FabricInvalidStateTimeoutDuration

PARAMVALUE: UInt64

Type:UInt64
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Skype for Business Server 2015, Skype for Business Server 2019

-Force

Suppresses the display of any nonfatal error message that might occur when running the command.

Type:SwitchParameter
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Skype for Business Server 2015, Skype for Business Server 2019

-Identity

Unique identifier for the storage service configuration settings to be modified. Storage service configuration settings can be applied to the global, site, or service scope (for the Registrar service only).

To modify the global settings, use this syntax:

-Identity "global"

To modify settings configured at the site scope, use syntax similar to this:

-Identity "site:Redmond"

To modify settings at the service level, use syntax similar to this:

-Identity "service:Registar:atl-cs-001.litwareinc.com"

Type:XdsIdentity
Position:2
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Skype for Business Server 2015, Skype for Business Server 2019

-Instance

Allows you to pass a reference to an object to the cmdlet rather than set individual parameter values.

Type:PSObject
Position:Named
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False
Applies to:Skype for Business Server 2015, Skype for Business Server 2019

-WhatIf

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

Type:SwitchParameter
Aliases:wi
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Skype for Business Server 2015, Skype for Business Server 2019

Inputs

The Set-CsStorageServiceConfiguration cmdlet accepts pipelined instances of the Microsoft.Rtc.Management.WritableConfig.Settings.StorageService.StorageServiceSettings object.

Outputs

None. The Set-CsStorageServiceConfiguration cmdlet does not return any data or objects.