Skip to content

Commit b62fca1

Browse files
authored
Merge pull request MicrosoftDocs#3527 from dariomws306/patch-18
Update Move-CsRgsConfiguration.md
2 parents a3074ef + a5b7212 commit b62fca1

File tree

1 file changed

+15
-25
lines changed

1 file changed

+15
-25
lines changed

skype/skype-ps/skype/Move-CsRgsConfiguration.md

Lines changed: 15 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -11,48 +11,42 @@ ms.reviewer:
1111
# Move-CsRgsConfiguration
1212

1313
## SYNOPSIS
14-
15-
Enables you to migrate Response Group configuration settings from Microsoft Office Communications Server 2007 R2 or Microsoft Lync Server 2010 to Skype for Business Server.
14+
Enables you to migrate Response Group configuration settings from legacy version pool to newer version pool. For example, from Microsoft Office Communications Server 2007 R2 or Microsoft Lync Server 2010/2013 to Skype for Business Server 2015.
1615
This cmdlet was introduced in Lync Server 2010.
1716

18-
19-
2017
## SYNTAX
21-
2218
```
2319
Move-CsRgsConfiguration [-Source] <String> [-Destination] <String> [-Force] [-ResolveNameConflicts]
2420
[<CommonParameters>]
2521
```
2622

2723
## DESCRIPTION
28-
2924
The Response Group application provides a way for you to automatically route phone calls to entities such as a help desk or customer support line.
3025
When someone calls a designated phone number, that call can be automatically routed to the appropriate set of Response Group agents.
3126
Alternatively, the call might be routed to an interactive voice response (IVR) queue.
3227
In that queue, the caller would be asked a series of questions (for example, "Are you calling about an existing order?") and then, based on the answers to those questions, be given the asked-for information or be routed to a Response Group agent.
3328

34-
If you are currently running the Response Group application on Office Communications Server 2007 R2 or on Lync Server 2010, the Move-CsRgsConfiguration cmdlet provides a way for you to migrate this service to Skype for Business Server.
29+
If you are currently running the Response Group application on legacy server, the Move-CsRgsConfiguration cmdlet provides a way for you to migrate this service to newer vesion server.
3530
To migrate the service, you need to call the Move-CsRgsConfiguration cmdlet and specify: 1) the fully qualified domain name (FQDN) for the existing version of the Response Group application (the Source); and, 2) the FQDN for the new Skype for Business Server version of the service (the Destination).
36-
Move-CsRgsConfiguration will then move all the configuration settings, audio files, and contact objects from the existing version (either Office Communications Server 2007 R2 or Lync Server 2010) to Skype for Business Server.
37-
After the service has been migrated, all calls to a Response Group phone number will be handled by Skype for Business Server.
31+
Move-CsRgsConfiguration will then move all the configuration settings, audio files, and contact objects from the existing version (for example, Office Communications Server 2007 R2 or Lync Server 2010) to newer version.
32+
After the service has been migrated, all calls to a Response Group phone number will be handled by the newer server.
3833
Calls will no longer be handled by the previous version of the service.
3934

40-
Before you can run Move-CsRgsConfiguration, you must first install the Windows Management Instrumentation (WMI) Backward Compatibility interfaces package; this application is installed by running OCSWMIBC.msi.
41-
The file OCSWMIBC.msi can be found on the installation DVD in the Setup folder.
35+
>[!Note]
36+
> If you are running this service on Office Communications Server 2007 R2 or Lync Server 2010, before you can run Move-CsRgsConfiguration, you must first install the Windows Management Instrumentation (WMI) Backward Compatibility interfaces package; this application is installed by running OCSWMIBC.msi. The file OCSWMIBC.msi can be found on the installation DVD in the Setup folder.
4237
43-
If Office Communications Server 2007 is running Microsoft SQL Server 2005 then, before you attempt to migrate the Response Group application, you must install the Microsoft SQL Server 2005 Native Client on the computer where you will be running the Move-CsRgsConfiguration cmdlet.
38+
>[!Note]
39+
> If Office Communications Server 2007 is running Microsoft SQL Server 2005 then, before you attempt to migrate the Response Group application, you must install the Microsoft SQL Server 2005 Native Client on the computer where you will be running the Move-CsRgsConfiguration cmdlet.
4440
If the Native Client is not installed you will receive the error message "Cannot access WMI settings" when you call Move-CsRgsConfiguration.
4541

46-
The Move-CsRgsConfiguration cmdlet is only for migrating from Office Communications Server 2007 R2 or Lync Server 2010 to Skype for Business Server; you cannot use this cmdlet to migrate from one instance of Skype for Business Server to a new instance of Skype for Business Server.
42+
>[!Note]
43+
> The Move-CsRgsConfiguration cmdlet is only for migrating from legacy version to newer version; you cannot use this cmdlet to migrate between the same version (for example, one instance of Skype for Business Server 2015 to a new instance of Skype for Business Server 2015).
4744
That type of migration can only be done by using the new Import-CsRgsConfiguration and Export-CsRgsConfiguration cmdlets.
4845

49-
50-
5146
## EXAMPLES
5247

5348
### -------------------------- EXAMPLE 1 --------------------------
5449
```
55-
5650
Move-CsRgsConfiguration -Source atl-ocsrgs-001.litwareinc.com -Destination redmond-lyncrgs-001.litwareinc.com
5751
```
5852

@@ -62,10 +56,7 @@ The command shown in Example 1 migrates the Response Group application from atl-
6256
## PARAMETERS
6357

6458
### -Destination
65-
66-
FQDN of the computer where the Skype for Business Server Response Group application is to be hosted (the "copy to" location).
67-
68-
59+
FQDN of the computer where the newer server Response Group application is to be hosted (the "copy to" location).
6960

7061
```yaml
7162
Type: String
@@ -81,10 +72,7 @@ Accept wildcard characters: False
8172
```
8273
8374
### -Source
84-
85-
FQDN of the pool where the Office Communications Server 2007 R2 or Lync Server 2010Response Group application is currently hosted (the "copy from" location).
86-
87-
75+
FQDN of the pool where the legacy Response Group application is currently hosted (the "copy from" location).
8876
8977
```yaml
9078
Type: String
@@ -116,7 +104,7 @@ Accept wildcard characters: False
116104
```
117105
118106
### -ResolveNameConflicts
119-
PARAMVALUE: SwitchParameter
107+
When present, duplicate names will be resolved by appending a unique identifying number. For example, if there are two workflows named Help Desk Workflow one of the two will be renamed Help Desk Workflow (2).
120108
121109
```yaml
122110
Type: SwitchParameter
@@ -153,3 +141,5 @@ Move-CsRgsConfiguration moves instances of the Microsoft.Rtc.Management.Writable
153141

154142
[Move-CsRgsConfiguration](Move-CsRgsConfiguration.md)
155143

144+
145+

0 commit comments

Comments
 (0)