Skip-CsRoutingGroupAtServiceStartup

 

Use the Skip-CsRoutingGroupAtServiceStartup cmdlet to ignore one or more routing groups at service startup. A routing group is an aggregation of a set of users homed in the pool.

Syntax

Skip-CsRoutingGroupAtServiceStartup -RoutingGroups <String[]> [-Confirm [<SwitchParameter>]] [-Force <SwitchParameter>] [-TargetFqdn <Fqdn>] [-WhatIf [<SwitchParameter>]]

Examples

Example 1

This example sets two routing groups identified by their GUIDs to be skipped when the service starts.

Skip-CsRoutingGroupAtServiceStartup -RoutingGroups "bef5fa3b-3c97-4af0-abe7-611deee7616c","cid4de2-3d86-3be9-bcf8-700fesi3923q"

Detailed Description

To return a list of all the Role-Based Access Control (RBAC) roles a cmdlet has been assigned to (including any custom RBAC roles you have created), run the following command from the Windows PowerShell prompt.

Get-CsAdminRole | Where-Object {$_.Cmdlets -Match "<DesiredCmdletName>"}

Parameters

Parameter Required Type Description

RoutingGroups

Required

System.String[]

Specifies the routing groups to be skipped. For example, to specify a single routing group use the following syntax: -RoutingGroups "bef5fa3b-3c97-4af0-abe7-611deee7616c". The specify more than one routing group use the syntax: -RoutingGroups "bef5fa3b-3c97-4af0-abe7-611deee7616c","cid4de2-3d86-3be9-bcf8-700fesi3923q".

Confirm

Optional

System.Management.Automation.SwitchParameter

Prompts you for confirmation before executing the command.

Force

Optional

System.Management.Automation.SwitchParameter

Suppresses the display of any non-fatal error messages and completes the cmdlet operation.

TargetFqdn

Optional

Microsoft.Rtc.Management.Deploy.Fqdn

Fully qualified domain name of the pool hosting the routing groups to be skipped. For example: -TargetFqdn "atl-cs-001.litwareinc.com"

WhatIf

Optional

System.Management.Automation.SwitchParameter

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

Input Types

None

Return Types

None