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

Creates a new collection of User Server configuration settings. The UserS Server service is used to help maintain presence information and manage online conferencing.

Syntax

New-CsUserServicesConfiguration -Identity <XdsIdentity> [-AnonymousUserGracePeriod <TimeSpan>] [-Confirm [<SwitchParameter>]] [-DeactivationGracePeriod <TimeSpan>] [-DefaultSubscriptionExpiration <Int64>] [-Force <SwitchParameter>] [-InMemory <SwitchParameter>] [-MaintenanceTimeOfDay <DateTime>] [-MaxContacts <UInt16>] [-MaxPersonalNotes <UInt32>] [-MaxScheduledMeetingsPerOrganizer <UInt32>] [-MaxSubscriptionExpiration <Int64>] [-MaxSubscriptions <UInt16>] [-MinSubscriptionExpiration <Int64>] [-SubscribeToCollapsedDG <$true | $false>] [-WhatIf [<SwitchParameter>]]

Parameters

Parameter Required Type Description

Identity

Optional

Xds Identity

Unique identifier for the User Server configuration settings to be created. To create settings at the site scope, use syntax similar to this: -Identity site:Redmond. To create settings at the service level, use syntax like this: -Identity service:UserServer:atl-cs-001.litwareinc.com.

MaintenanceTimeOfDay

Optional

DateTime

Indicates the time of day when regularly-scheduled database maintenance (such as the purging of outdated records) takes place. This value must be specified as a date-time value; you can use either the 24-hour format (e.g., "14:00") or the 12-hour format (for example, "2:00 PM").

The default value for MaintenanceTimeOfDay is 1:00 AM (01:00:00).

MinSubscriptionExpiration

Optional

Integer

Subscriptions are created any time a user makes a request for data such as presence information. When the request is made, the user (or, more correctly, the user’s client application) can request the length of time that the subscription remains valid before it must be renewed. The MinSubscriptionExpiration property represents the minimum amount of time that clients can be granted. For example, if the minimum time is set to 1200 seconds and a client requests a timeout interval of 200 seconds, the client will be given the minimum allowed expiration period: 1200 seconds.

The minimum subscription time must be expressed as an integer value must be between 300 seconds (5 minutes) and 86400 seconds (24 hours), inclusive. The default value is 1200 seconds (20 minutes).

MaxSubscriptionExpiration

Optional

Integer

Subscriptions are created any time a user makes a request for data such as presence information. When the request is made, the user (or, more correctly, the user’s client application) can request the length of time that the subscription remains valid before it must be renewed. The MaxSubscriptionExpiration property represents the maximum amount of time that clients can be granted. For example, if the maximum time is set to 28800 seconds and a client requests a timeout interval of 86400 seconds, the client will be given the maximum allowed expiration period: 28800 seconds.

The maximum subscription time must be expressed as an integer value must be between 300 seconds (5 minutes) and 86400 seconds (24 hours), inclusive. The default value is 43200 seconds (12 hours).

DefaultSubscriptionExpiration

Optional

Integer

Subscriptions are created any time a user makes a request for data such as presence information. When the request is made, the user (or, more correctly, the user’s client application) can request the length of time that the subscription remains valid before it must be renewed. If no such request is issued, then the subscription is set to the value specified by the DefaultSubscriptionExpiration property.

The default subscription time must be expressed as an integer value must be between 300 seconds (5 minutes) and 86400 seconds (24 hours), inclusive. The default value is 28800 seconds (8 hours).

AnonymousUserGracePeriod

Optional

TimeSpan

Represents the amount of time an anonymous (unauthenticated) user can remain in a meeting before an authenticated user must join that meeting. For example, if this value is set to 15 minutes an anonymous user can stay in the meeting for, at most, 15 minutes before an authenticated user must join. If an authenticated user joins before the grace period expires, the anonymous user can stay in the meeting until the meeting ends. If an authenticated user does not join before the grace period expires then the anonymous user will be removed from the meeting.

The AnonymousUserGracePeriod must be specified using the following format: minutes:seconds (e.g., 00:30:00 for 30 minutes). The maximum grace period allowed is one hour (1:00:00).hours. The default value is 10 minutes (00:10:00).

DeactivationGracePeriod

Optional

TimeSpan

The maximum amount of time that a meeting can remain active. This value must be specified using the following format: days:hours:minutes:seconds. For example, to enable a meeting to last for 60 hours you would use this format: 2:12:00:00 (2 days: 12 hours: 0 minutes: 0 seconds.)

The DeactivationGracePeriod must be between 8 hours and 365 days, inclusive. The default value is 8 hours.

MaxScheduledMeetingsPerOrganizer

Optional

Integer

The maximum number of meetings that a single user can serve as organizer for at a given time. The default value is 1000. This means that, if a user is already the organizer for 1000 meetings, his or her request to schedule a new meeting (meeting number 1001) will fail.

MaxSubscriptions

Optional

Integer

The maximum number of SIP subscribe dialogs a user can have open at any one time. A subscribe dialog represents a request for SIP resources.

MaxContacts

Optional

Integer

The maximum number of contacts a user can have. The default value is 250. The MaxContacts property represents the absolute maximum number of contacts a user can have. However, you can use the CsClientPolicy cmdlets to limit certain users to a maximum number of contacts lower than the value of MaxContacts.

MaxPersonalNotes

Optional

Integer

Indicates the maximum number of personal notes that are stored in the user’s note history. By default, the last 3 personal notes are maintained in the note history. The maximum number of notes that can be maintained in the history is 10.

SubscribeToCollapsedDG

Optional

Boolean

If set to True (the default value), client applications will be allowed to subscribe to distribution groups that are not currently expanded in the contact list; this enables the client to maintain up-to-minute presence information for each member of the group. If set to False, client applications will not be allowed to subscribe to “collapsed” groups.

InMemory

Optional

Switch Parameter

Creates an object reference without actually committing the object as a permanent change. If you assign the output of this cmdlet called with this parameter to a variable, you can make changes to the properties of the object reference and then commit those changes by calling this cmdlet’s matching Set- cmdlet.

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

Microsoft Communications Server 2010 relies on the User Server service to help maintain presence information for users and to manage online meetings and conferences. In turn, the CsUserServicesConfiguration cmdlets - are used to administer User Server settings at the global, site, and service scope. (Note that the only service that can host User Server configuration settings is the User Server service itself.) These settings help determine such things as the number of contacts a user can have; the number of meetings a user can have scheduled at any one time; and the length of time that a given meeting can remain active.

The New-CsUserServicesConfiguration cmdlet provides a way for administrators to create a new collection of User Server configuration settings at the site or service scope. (New collections cannot be created at the global scope.) Note that any given site or service can only have, at most, a single collection of User Server configuration settings. Your command will fail if you try to create settings for, say, the Redmond site, and that site already hosts a collection of User Server configuration settings.

Return Types

New-CsUserServicesConfiguration creates new instances of the Microsoft.Rtc.Management.WritableConfig.Settings.UserServices.UserServicesSettings object.

Examples

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

Copy Code
New-CsUserServicesConfiguration -Identity site:Redmond -MaxContacts 500 -MaintenanceTimeOfDay "11:00 PM"

The command shown in Example 1 creates a new collection of User Server configuration settings for the Redmond site (-Identity site:Redmond). In addition to specifying the Identity, the command also sets the maximum number of contacts (-MaxContacts 500) and the time of day when maintenance occurs (-MaintenanceTimeOfDay "11:00 PM"). Note that this command will fail if User Server settings have already been configured for the Redmond site. That’s because you are limited to one collection of settings per site.

-------------------------- Example 2 ------------------------

Copy Code
$x = New-CsUserServicesConfiguration -Identity site:Redmond -InMemory
$x.MaxContacts = 500 
$x.MaintenanceTimeOfDay = "11:00 PM"
Set-CsUserServicesConfiguration -Instance $x

Example 2 also creates a new collection of User Server configuration settings for the Redmond site; however, in this example the collection is initially created in memory only and is only later applied to the Redmond site. To do this, the first command in the example uses New-CsUserServicesConfiguration and the -InMemory parameter to create a new collection (with the Identity site:Redmond) that exists only in memory. Because this collection exists only in memory, the User Server object must be stored in a variable; in this case, that’s a variable named $x.

After the "virtual" collection has been created, commands 2 and 3 are used to modify the values of the MaxContacts and the MaintenanceTimeOfDay of day properties. The final command in the example then uses Set-CsUserServicesConfiguration to transform these virtual settings into an actual collection of User Server configuration settings applied to the Redmond site. This final step is crucial: if you do not call Set-CsUserServicesConfiguration no settings will be applied to the Redmond site, and your virtual settings will disappear as soon as you terminate your Windows PowerShell session or delete the variable $x.