Import-CsLegacyConferenceDirectory enables you to migrate conference directories from a previous version of Office Communications Server (e.g., Microsoft Office Communications Server 2007 R2) to Microsoft Communications Server 2010. Import- CsLegacyConferenceDirectory cannot be used until you have first run the Merge-CsLegacyTopology cmdlet.
Syntax
Import-CsLegacyConferenceDirectory [-Confirm [<SwitchParameter>]] [-Force <SwitchParameter>] [-Report <String>] [-WhatIf [<SwitchParameter>]] |
Parameters
Parameter | Required | Type | Description |
---|---|---|---|
Report |
Optional |
String |
Path to the file where information will be recorded regarding any errors that may occur when you run Import-CsLegacyConferenceDirectory. |
Force |
Optional |
Switch Parameter |
|
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
Import-CsLegacyConferenceDirectory is used, in conjunction with the Merge-CsLegacyTopology cmdlet, to enable organizations to migrate from a previous version of Office Communications Server (either Office Communications Server 2007 or Office Communications Server 2007 R2) to Communications Server 2010. Import-CsLegacyConfiguration is used to migrate conferencing directories from the older version of Communications Server to the new version.
Before you can run Import-CsLegacyConferenceDirectory you must first install WMI Backcompat; this application is installed by running the OCSWMIBC.msi. After installing WMI Backcompat, you should next run Merge-CsLegacyTopology. After you have called Merge-CsLegacyTopology you can then call Import-CsLegacyConferenceDirectory. This cmdlet will use WMI to read "legacy" data from the previous version of Office Communications Server; it will then take that data and create corresponding objects in Microsoft Communications Server: for each conferencing directory found in your installation of Office Communications Server a corresponding directory will be created in your new installation of Microsoft Communications Server.
Return Types
Import-CsLegacyConferenceDirectory does not return any objects or values.
Examples
-------------------------- Example 1 ------------------------
Copy Code | |
---|---|
Import-CsLegacyConferenceDirectory |
The command shown in Example 1 merges conferencing directories from Office Communications Server 2007 (or 2007 R2) with a new installation of Microsoft Communications Server.