Edit

Share via


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

Identity

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

Instance

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

Applicable: Skype for Business Server 2015, Skype for Business Server 2019

Prompts you for confirmation before executing the command.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False
Aliases:cf

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-EnableAsyncAdaptorTaskAbort

Applicable: Skype for Business Server 2015, Skype for Business Server 2019

PARAMVALUE: $true | $false

Parameter properties

Type:Boolean
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-EnableAutoImportFlushedData

Applicable: Skype for Business Server 2015, Skype for Business Server 2019

PARAMVALUE: $true | $false

Parameter properties

Type:Boolean
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-EnableFabricReplicationSetReduction

Applicable: Skype for Business Server 2015, Skype for Business Server 2019

PARAMVALUE: $true | $false

Parameter properties

Type:Boolean
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-FabricInvalidStateTimeoutDuration

Applicable: Skype for Business Server 2015, Skype for Business Server 2019

PARAMVALUE: UInt64

Parameter properties

Type:UInt64
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Force

Applicable: Skype for Business Server 2015, Skype for Business Server 2019

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

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Identity

Applicable: Skype for Business Server 2015, Skype for Business Server 2019

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"

Parameter properties

Type:XdsIdentity
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

Identity
Position:2
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Instance

Applicable: Skype for Business Server 2015, Skype for Business Server 2019

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

Parameter properties

Type:PSObject
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

Instance
Position:Named
Mandatory:False
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

-WhatIf

Applicable: Skype for Business Server 2015, Skype for Business Server 2019

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

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False
Aliases:wi

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

Microsoft.Rtc.Management.WritableConfig.Settings.StorageService.StorageServiceSettings

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.