Metalogix Replicator. Command-Line Reference Guide. Publication Date: May 14, 2015

Size: px
Start display at page:

Download "Metalogix Replicator. Command-Line Reference Guide. Publication Date: May 14, 2015"

Transcription

1 Metalogix Replicator Command-Line Reference Guide Publication Date: May 14, 2015 Copyright Metalogix International GmbH, All Rights Reserved. This software is protected by copyright law and international treaties. Unauthorized reproduction or distribution of this software, or any portion of it, may result in severe civil and/or criminal penalties and will be prosecuted to the maximum extent possible under the law.

2 Copyright Copyright Metalogix International GmbH, All rights reserved. No part or section of the contents of this material may be reproduced or transmitted in any form or by any means without the written permission of Metalogix International GmbH. Replicator and Connect are trademarks of Metalogix International GmbH. Windows SharePoint Services is either a registered trademark or a trademark of Microsoft Corporation in the United States and/or other countries. Other product and company names mentioned herein may be the trademarks of their respective owners. Technical Support For information about Metalogix Technical Support, please visit Technical support specialists can be reached by phone at The level of technical support provided depends upon the support package that you have purchased. Contact us to discuss your support requirements. Page 2 Copyright Metalogix International GmbH,

3 Table of Contents Introduction... 7 Replicator System Management Lifecycle... 7 Replicator Administration... 7 Replicator Management Shell... 7 Parameters with Quotes or Spaces... 8 Manually Loading the Replicator Powershell Commands... 8 Repadm Commands... 8 Installing Metalogix Replicator Prepare SharePoint Farms Install Metalogix Replicator... 9.exe Configure Metalogix Replicator ConfigWizard.exe Configuring Metalogix Replicator Enable Web Applications for Replication Add User Mappings Configure Web Application Remove Replicator User Mappings Write Default Replicator Data Folder Write Replicator Data Folders Update Default Replicator Data Folder Connect Web Applications Add Replicator Connection Binding Add Replicator Replication Group Add Replicator Replication Group Connection Remove Replicator Connection Binding Remove Replicator Replication Group Remove Replicator Replication Group Connection Page 3 Copyright Metalogix International GmbH,

4 Set Replicator RDC Cache Set Replicator RDC Dynamic Cache Update Replicator Connection Update Replicator Connections Update Replicator Replication Group Map SharePoint Content for Replication Add Replicator List Mappings Add Replicator Map Family Remove Replicator List Mappings Remove Replicator Map Family Disable Replicator Alert Replication Disable Replicator Map Disable Replicator Map Family Enable Replicator Alert Replication Enable Replicator Map Enable Replicator Map Family Write Replicator Map Write Replicator Map Families Set Replicator Map Family Write Replicator Maps Set Replicator Map Inheritance Update Replicator Map Update Replicator Map Connection Update Replicator Map Family Update Replicator Map Lists Get Replicator Objects Commands Get Replicator Web Application Get Replicator Group Get Replicator Map Family Page 4 Copyright Metalogix International GmbH,

5 Get Replicator Map Get Replicator Connection Disable Replicator Managing Metalogix Replicator Replicate SharePoint Content Export Replicator Packages Import Replicator Packages Queue Replicator Map Start Replication Compare Replicator Data Monitor Replication Networks Write Replicator Info Write Replicator Counters Write Replicator List Mappings Write Replicator User Mappings Write Replicator Supported WSS Versions Write Replicator Connection Bindings Test Replicator List Consistency Write Replicator Supported Web Parts Save Replicator Current Counters Maintain Replication Networks Register Offline Activation Add Replicator Supported Web Part Add Replicator Supported WSS Versions Set Replicator Alerts Remove Replicator Orphaned Config Remove Replicator Orphaned Disk Objects Clear Replicator Web Application Configuration Copy Replicator Alerts Page 5 Copyright Metalogix International GmbH,

6 Remove Replicator Supported Web Part Export Replicator Settings Import Replicator Settings Export Replicator KPI Settings Import Replicator KPI Settings Clear Replicator Map Queue Move Replicator Alerts Clear Replicator Queue All Clear Replicator Queue Completed Clear Replicator Queue Completed or Error Reapply Replicator Error Queue Items Install-ReplicatorSolution Test Replicator Consistency Start Replicator Maintenance Update Replicator Account Write Replicator Features Update Replicator Settings File Managing Administrative Farm Settings Set Replicator Farm Name Write Replicator Farm Name Set Replicator Administrator Farm Settings Clear Replicator Administrator Farm Settings Write Replicator Administrator Farm Settings Add Replicator Administrative Alerts Remove Replicator Administrative Alerts Write Replicator Administrative Alerts Appendix Repadm equivalents for commands Repadm Commands Running Repadm Commands from Page 6 Copyright Metalogix International GmbH,

7 Introduction Replicator System Management Lifecycle The Metalogix Replicator System Management Lifecycle describes our recommendation for deploying Replicator and then performing ongoing administration. The framework consists of several brief phases, which are explained in the following diagram: This document describes the Metalogix Replicator command-line interface using the phases of the framework. Replicator Administration Replicator can be administered the Replicator Management Shell, which runs cmdlets. This tool is used to: Complete many common administrative tasks that are available in the Replicator user interface. Script repetitive tasks. Perform long running tasks that may time out when triggered from within a web browser. Complete commands that are not available in the SharePoint interface. Replicator Management Shell The Replicator Management Shell provides Powershell commands for managing Replicator. To start the management shell, Start > Programs >Metalogix > Replicator > Replicator Management Shell. The following code example shows how to enable a web application from the Replicator Management Shell: Set-ReplicatorWebAppConfig - -Enabled true Page 7 Copyright Metalogix International GmbH,

8 Refer to Replication Administration on page 7 for the cmdlet syntax of supported administration functions. Note: Specific argument tags such as are not required in the management shell, but you must specify all required arguments in the order specified in this document. Parameters with Quotes or Spaces If you want to specify a parameter that has spaces you have to use quotes. If you want to specify a parameter that has quotes (with or without spaces) you have to escape the parameter quotes with \ and put the entire string in quotes. Using the Management Shell in UAC-enabled Environments If UAC is enabled on the server where Replicator is installed, then the Replicator Management Shell will not have sufficient permission to run most commands. Instead, open Windows Modules from Administrative Tools to run these commands as an elevated user. Manually Loading the Replicator Powershell Commands To use the Replicator Powershell commands in an existing Powershell windows or scripts, you can use the following commands: PS > C:\Windows\Microsoft.NET\Framework64\v \InstallUtil.exe 'C:\Program Files\Metalogix\Replicator\WSS40\Syntergy.Replicator.Commands.dll' PS > add-pssnapin SyntergyPsSnapin Repadm Commands It is no longer standard practice to use repadm commands to administer Replicator. We have now moved forward to using as our main administration tool. For user that are still running their environments using repadm and have yet to switch over to, please see the appendix at the end of this document for Repadm to equivalents. Page 8 Copyright Metalogix International GmbH,

9 Installing Metalogix Replicator 1. Prepare SharePoint Farms There are no command-line tools for this phase of the lifecycle. 2. Install Metalogix Replicator.exe Requirements Run the Replicator installer, with no user interface requirements. To run the installer without the user interface on Windows Server 2003, you must first install Windows Installer 4.5. This is available from All The exe calls a standard Windows installer, which behaves as all standard Windows installers do. For more information on standard Windows installers, see: or /v Passes the subsequent parameters to the Windows Installer running beneath the executable. The subsequent parameters must be passed in quotes immediately after /v. For example /v"/log c:\install.log". /help Help and quick reference option. Displays the correct usage of the setup command including a list of all switches and behavior. The description of usage can be displayed in the user interface. Incorrect use of any option invokes this help option. Note: The equivalent Windows Installer Command-line Option is /?. /quiet Quiet display option. The installer runs an installation without displaying a user interface. No prompts, messages, or dialog boxes are displayed to the user. The user cannot cancel the installation. Note: The equivalent Windows Installer Command-line Option is /qn. /uninstall Uninstall product option. Uninstalls a product. Note: The equivalent Windows Installer Command-line Option is /x. /log Log option. Writes logging information into a log file at the specified existing path. The path to the log file location must already exist. The installer does not create the directory structure for the logfile. The following information is entered into the log: Status messages Nonfatal warnings Page 9 Copyright Metalogix International GmbH,

10 Examples All error messages Start-up of actions Action-specific records User requests Initial UI parameters Out-of-memory or fatal exit information Out-of-disk-space messages Terminal properties Note: The equivalent Windows Installer Command-line Option is /L*. /q No user interface is displayed /qb /qr /qf /qn+ /qb+ /qb- Basic user interface is displayed Reduced user interface is displayed. A modal dialog box is displayed at the end of the installation Full user interface is displayed. A modal dialog box is displayed at the end of the installation No user interface is displayed. However, a modal dialog box is displayed at the end of the installation Basic user interface is displayed. A modal dialog box is displayed at the end of the installation. If you cancel the installation, a modal dialog box is not displayed Basic user interface with no modal dialog boxes Silent install, using the recommended /qn+ argument that notifies the user when installation completes: " x64.exe" /v"/log c:\install.log /qn+" Silent install, with no user interaction or notifications: " x64.exe" /v"/log c:\install.log /qb-" 3. Configure Metalogix Replicator ConfigWizard.exe Run Replicator Configuration Wizard in silent mode. All CentralAdminAccount CentralAdminPassword Required: SharePoint Central Administration application pool identity account Required: SharePoint Central Administration application pool identity password Page 10 Copyright Metalogix International GmbH,

11 LicenseKey ActivationKeyFile NoStartServices ResetPassword Sharename SharedNetworkFolder VdirConfigAccount VdirConfigPassword FileSystemPath Uninstall Required: Metalogix Replicator license key The activation key file generated for the license key at If you do not specify this argument, then the Configuration Wizard will perform an online activation using the license key. Do not automatically start Replicator Service Configure Replicator Services only. Do not deploy Replicator solutions. Replicator Data Folders shared folder name Replicator Data Folders shared network folder Replicator Data Folders virtual directory account Replicator Data Folders virtual directory password Replicator Data Folders shared folder location Run in uninstall mode Offline Activation If you are scripting the installation process and do not want to perform an online activation, then before running the Configuration Wizard, you must: 1. Generate activation data for your license key by running the Register-ReplicatorLicenseOffline command. 2. Submit the activation data to and download the activation key file. 3. Pass the activation key file into the Configuration Wizard using the ActivationKeyFile argument. Examples Run the Configuration Wizard using default settings with online activation. ConfigWizard.exe -CentralAdminAccount corporate\spadmin -CentralAdminPassword p4ssw0rd -LicenseKey Run the Configuration Wizard using default settings with offline activation. ConfigWizard.exe -CentralAdminAccount corporate\spadmin -CentralAdminPassword p4ssw0rd -LicenseKey ActivationKeyFile c:\licenseactivationresponse.dat [-CentralAdminAccount <domainname\username>] [-CentralAdminPassword <password>] [-LicenseKey <license key string> [-Login <domainname\username> [-NoStartServices] Page 11 Copyright Metalogix International GmbH,

12 [-Password <password>] [-ResetPassword] [-Sharename <shared folder name>] [-SharedNetworkFolder <shared folder name>] [-VdirConfigAccount <domainname\accountname>] [-VdirConfigPassword <password> [-FileSystemPath <file system path>] [-Uninstall] Configuring Metalogix Replicator 4. Enable Web Applications for Replication Add User Mappings Add-ReplicatorUserMappings: Add Entries to User Remappings Add-ReplicatorUserMappings Add a list of user names to be remapped by Replicator. Standard, Enterprise and Runtime only Sets the path to the list of user names and the names to map them to. XML File Example LoadPath StripDomain <UserRemapping> <User OldUser="OldUserLoginName" </UserRemapping> Enter the to the Web Application. The full path for the XML file containing the old and new user names. Strip the domain from user when importing. NewUser="NewUserLoginName"/> PS>Add-ReplicatorUserMappings URL " LoadPath "c:\pathtofile.xml" [-] <String> Page 12 Copyright Metalogix International GmbH,

13 [-LoadPath] <String> [-StripDomain [<SwitchParameter>]] Configure Web Application Set-ReplicatorWebAppConfig: Set Web Application Configuration Set-ReplicatorWebAppConfig Configures the specified Web Application All This command enables Replicator on the Source Web Application. URL Reset Enabled CaptureEvents EnableProcessing CachePath ImportPath ExportPath PackageRetention RemapSiteOwner RemapUserTable RemapDomainEnabled RemapDomainName RemoteExportPath RemoteUserAccount RemotePassword ConfigureWfe ChangeExternalID Enter a URL to a Web Application. Clears ALL Replicator Settings for this Web Application. Enables or disables Replicator on the Web Application. Enables or disables capturing events across the entire Web Application. Enables or disables processing of Replication queues. Set the cache location. Set the location of the Import Replicator Data Folder, where inbound packages are stored. Set the location of the Export Replicator Data Folder, where outbound packages are stored. Sets the amount of time that packages are retained on the monitor page and Export Replicator Data Folder. Enable remapping to Site owner. Enable or disable remap user table. Enables or disables domain remapping on this Web Application. The name to use for Domain remapping. Indicates whether the Export path is on a Target Web Application. User account used to access the remote export path. Password corresponding to the remote path user account. Configures web front-end servers for replication. You must run this command on any web front-end servers where UAC is enabled. Changes the external ID for this web application. This ID is only used by Replicator to uniquely identify web applications in your Replication Network. Only change this ID if you are replication between two web applications with the same GUID. After running this command, you Page 13 Copyright Metalogix International GmbH,

14 must refresh all connections to this web application. PS>Set-ReplicatorWebAppConfig URL " Enable [-] <String> [-Reset [<SwitchParameter>]] [-Enabled [<SwitchParameter>]] [-CachePath <String>] [-ImportPath <String>] [-ExportPath <String>] [-PackageRetention <String>] [-RemapDomainEnabled [<SwitchParameter>]] [-DomainName <String>] [-ConfigureWfe [<SwitchParameter>]] [-RemoteExportPath [<SwitchParameter>]] [-RemoteUserAccount <String>] [-RemotePassword <String>] [-RemapUserTable [<SwitchParameter>]] [-CaptureEvents [<SwitchParameter>]] [-EnableProcessing [<SwitchParameter>]] [-PPEnabled [<SwitchParameter>]] [-ChangeExternalID [<SwitchParameter>]] Remove Replicator User Mappings Remove-ReplicatorUserMappings: Remove User Remapping Entries Remove-ReplicatorUserMappings Delete user mappings by Web Application or individual user. Standard, Enterprise and Runtime only Removes all user mappings from the specified Web Application. DeleteAll Enter the to a Web Application. Deletes all user mappings associated with the specified Web Application. Page 14 Copyright Metalogix International GmbH,

15 DeleteUser Deletes a single user mapping. PS>Remove-ReplicatorUserMappings URL " DeleteAll [-] <String> [-DeleteAll [<SwitchParameter>]] [-DeleteUser <String>] Write Default Replicator Data Folder Write-ReplicatorDefaultDataFolder: Lists the UNC path used for the Replicator Data Folder by Default. Write-ReplicatorDefaultDataFolder Lists the UNC path used for the replicator data folder by default. All PS>Write-ReplicatorDefaultDataFolder Write Replicator Data Folders Write-ReplicatorDataFolders: Display List of Replicator Data Folders Write-ReplicatorDataFolders Lists the Replicator Data Folders of all s or of a single if specified. All Enter a to a Web Application or a Site Collection. Page 15 Copyright Metalogix International GmbH,

16 PS>Write-ReplicatorDataFolders URL " [[-] <String>] Update Default Replicator Data Folder Update-ReplicatorDefaultDataFolder: Update the UNC Path for the Replicator Data Folder Update-ReplicatorDefaultDataFolder Updates the UNC path used for the replicator data folder by default. All DataFolder Enter the UNC path to the folder to use for the default replicator data folder. PS>Update-ReplicatorDefaultDataFolder DataFolder " \\UNC\Data [-DataFolder] <String> 5. Connect Web Applications Add Replicator Connection Binding Add-ReplicatorConnectionBinding: Binds two or more Connections Add-ReplicatorConnectionBinding Binds two or more outbound Connections to the same Target Web Application. Standard, Enterprise and Runtime only Page 16 Copyright Metalogix International GmbH,

17 Connection BindMatching Enter a to the Web Application. Enter the name of the Connection to add binding. Bind all Conenctions with matching address and port. BoundConnection Enter the name of bound Connection. NoBindBoth Do not add the binding to both specified Connections. PS> Add-ReplicatorConnectionBinding - " -Connection "Test Connection Name" -BindMatching -BoundConnection "Test Bound Connection Name" [-] <String> [-Connection] <String> [-BindMatching [<SwitchParameter>]] [-BoundConnection <String>] [-NoBindBoth [<SwitchParameter>]] Add Replicator Replication Group Add-ReplicatorGroup: Add a new Replication Group to the Add-ReplicatorGroup Add new Replication Group to the. Standard, Enterprise, and Runtime only Group Enter the to the Web Site.. Enter a name for the Replication Group being created. AutoAddNewConnections Specify if new Replication Connections will automatically become members of this Replication Group. DefaultGroup AllowCustomBinding Enable or disable this group as the default Replication Group for the new Map Family. Allow or disallow Custom Binding for Connections in this Replication Group. Page 17 Copyright Metalogix International GmbH,

18 ReplicationMode Enter Direct mode to replicate packages only using defined connections or Adaptive mode to have Replicator find the best path between pairs of connected web applications. PS> Add-ReplicatorGroup - " -Group "Test Replication Group Name" -DefaultGroup [-] <String> [-Group] <String> [-DefaultGroup [<SwitchParameter>]] [-AutoAddNewConnections [<SwitchParameter>]] [-AllowCustomBinding [<SwitchParameter>]] [-ReplicationMode <String>] Add Replicator Replication Group Connection Add-ReplicatorGroupConnection: Add a new Connection to the specified Replication Group Add-ReplicatorGroupConnection Add a new Connection to the specified Replication Group. Standard, Enterprise, and Runtime only Group Connection InputConnection Enter the to the Web Application. Enter a name for the Replication Group to add the Connection to. Enter a name for the Connection to add to the Replication Group. Enter a Replication Connection to add to the Replication Group PS> Add-ReplicatorGroupConnection - " -Group "Test Replication Group" - Connection "Test Connection Name" Page 18 Copyright Metalogix International GmbH,

19 [[-] <String>] [-Group] <String> [[-Connection] <String>] [-InputConnection <Server>] Remove Replicator Connection Binding Remove-ReplicatorConnectionBinding: Delete Bound Connection Name Remove-ReplicatorConnectionBinding Deletes the binding for the outbound Connection of the specified Web Application. Standard, Enterprise, and Runtime only Connection Enter a to a Web Application. Name of Connection to add binding. BoundConnection Name of the bound Connection. NoDeleteBoth Do not delete binding for specified Web Applications. PS> Remove-ReplicatorConnectionBinding - " -Connection "Connection Name" -BoundConnection "Bound Connection Name" [-] <String> [-Connection] <String> [-BoundConnection] <String> [-NoDeleteBoth [<SwitchParameter>]] Page 19 Copyright Metalogix International GmbH,

20 Remove Replicator Replication Group Remove-ReplicatorGroup: Delete the specified Replication Group Remove-ReplicatorGroup Delete the specified Replication Group. Standard, Enterprise, and Runtime only Enter a to a Web Application. Group Enter a name for the Replication Group to delete. InputGroup Enter a name for the Replication Group to delete. PS> Remove-ReplicatorGroup - " -Group "Test Replication Group Name" [[-] <String>] [[-Group] <String>] [-InputGroup <ReplicationGroup>] Remove Replicator Replication Group Connection Remove-ReplicatorGroupConnection: Delete an existing Connection from the specified Replication Group Remove-ReplicatorGroupConnection Delete an existing Connection from the specified Replication Group. Standard, Enterprise, and Runtime only Group Connection Enter a to a Web Application. Enter a name for the Replication Group to remove the Connection from. Enter a name for the Connection to remove from the Replication Group. InputConnection Enter a name for the Connection to remove from the Replication Group. Page 20 Copyright Metalogix International GmbH,

21 PS> Remove-ReplicatorGroupConnection - " -Group "Test Replication Group" -Connection "Test Connection Name" [[] <String>] [-Group] <String> [[-Connection] <String>] [-InputConnection <Server>] Set Replicator RDC Cache Set-ReplicatorRDCCache: Set Replicator RDC Cache Set-ReplicatorRDCCache Configures the RDC Cache. All This command configures the RDC Cache for the specified Web Application. ConsumePath Consume Enter a to a Web Application. Path to directory tree from which to build the cache. to Web Site from which to build the cache. ConsumeListName Name of the Web Site list from which to build the cache. ClearExisting Force Clears the existing cache prior. Run even if cache is locked. PS> Set-ReplicatorRDCCache - " [-] <String> Page 21 Copyright Metalogix International GmbH,

22 [-ConsumePath <String>] [-Consume <String>] [-ConsumeListName <String>] [-ClearExisting [<SwitchParameter>]] [-Force [<SwitchParameter>]] Set Replicator RDC Dynamic Cache Set-ReplicatorRDCDynamicCache: Configure RDC Dynamic Cache Set-ReplicatorRDCDynamicCache Configures RDC Dynamic Cache. All This command configures the RDC Dynamic Cache for the specified Web Application. ClearExisting ClearDate Enter a to a Web Application. Clears the existing cache prior. Only clears that is older than specified date. PS> Set-ReplicatorRDCDynamicCache - " [-] <String> [-ClearExisting [<SwitchParameter>]] [-ClearDate <String>] Update Replicator Connection Update-ReplicatorConnection: Updates configuration for Replication Connections Update-ReplicatorConnection Updates configuration for Replication Connections. Standard, Enterprise, and Runtime only Page 22 Copyright Metalogix International GmbH,

23 ConnectionName TargetDomain TargetUserName TargetPassword Enter a to the Web Application. The name of the connection to update. The domain for the target user account. The currently configured user name of the application pool account on the Target Web Application. The password for the target user account. PauseOutboundPackaging Pauses/Resumes inbound package processing on this connection. PauseInboundProcessing EnableEventCapture ConflictHandling WebSiteAdmin ItemUpdater ItemOwner SpecificAddress MaximumRetryCount EnablePauseConnection RetryCountBeforePausing PauseDuration MonitorUpdateLevel Pauses/Resumes inbound package processing on this connection Enables/Disables event capture on this connection. Specifies what action is to be taken on inbound Events when a conflict is detected. Sends notifications to the Web Site Administrator. Sends notifications to the Item Updater. Sends notifications to the Item Owner. Send an notification to the specified address. Type "" for unchecking this option. Specifies the maximum number of times Replicator should retry processing and sending a package. Specifies if processing should be periodically paused during the retry process. Specifies the number of times Replicator should retry a package before pausing. Specifies the pause duration in minutes. Specifies a monitor update level that is appropriate for your network. PS> Update-ReplicatorConnection - " ConnectionName "CorporateToLondonConnection" -TargetDomain "londonoffice" -TargetUserName "spadmin" - TargetPassword "pa55w0rd" Page 23 Copyright Metalogix International GmbH,

24 [-] <String> [-ConnectionName] <String> [-TargetDomain <String>] [-TargetUserName <String>] [-TargetPassword <String>] [-PauseOutboundPackaging [<SwitchParameter>]] [-PauseInboundProcessing [<SwitchParameter>]] [-EnableEventCapture [<SwitchParameter>]] [-ConflictHandling <String>] [- WebSiteAdmin <Boolean>] [- ItemUpdater <Boolean>] [- ItemOwner <Boolean>] [- SpecificAddress <String>] [-MaximunRetryCount <String Int32>] [-EnablePauseConnection <Boolean>] [-RetryCountBeforePausing <Int32>] [-PauseDuration <Int32>] [-MonitorUpdateLevel <String>] Update Replicator Connections Update-ReplicatorConnections: Refresh target web application information for connections. Update-ReplicatorConnections Refreshes one or all connections for a web application. This command can quickly update all connections after its target web applications have been upgraded. All ConnectionName Enter the to the Web Application. Enter a name of a specific connection to refresh. Page 24 Copyright Metalogix International GmbH,

25 PS> Update-ReplicatorConnections - -ConnectionName "Corporate to London Connection" Connection <ConnectionName> has been refreshed [-] <String> [-ConnectionName <String>] Update Replicator Replication Group Update-ReplicatorGroup: Update Existing Replication Group Update-ReplicatorGroup Update an existing Replication Group with the specified settings. All Group Enter a to a Web Application. Enter a name for the Replication Group to update. AutoAddNewConnections Specify if new Replication Connections will automatically become members of this Replication Group. DefaultGroup AllowCustomBinding InputGroup Enable or disable default Replication Group. Allow or disallow Custom Binding. Enter a name for the Replication Group to update. PS> Update-ReplicatorGroup - " Group "Test Replication Group Name" - DefaultGroup AllowCustomBinding [[-] <String>] [[-Group] <String>] Page 25 Copyright Metalogix International GmbH,

26 [-DefaultGroup [<SwitchParameter>]] [-AutoAddNewConnections [<SwitchParameter>]] [-AllowCustomBinding [<SwitchParameter>]] [-InputGroup <ReplicationGroup>] 6. Map SharePoint Content for Replication Add Replicator List Mappings Add-ReplicatorListMappings: Add Entries for List Remappings Add-ReplicatorListMappings Configures Replicator to replicate changes from a source list to a target list with a different name. Enterprise and Standard only Used on the outbound replication server only. MapFamily Type XML File Example LoadPath <ListRemappings> Enter a to a Web Application, Site Collection or a Web Site. Enter a name for the Map Family to find the map to add list mappings to. Specify whether the is to a Web Application, Site Collection or a Web Site. If this parameter is not specified, the map family will be interpreted as a Web Site. The full path and name of the XML file describing the list mapping. <ListRemapping SourceList="Shared Documents" DestList="Corporate Docs"/> </ListRemappings> PS> Add-ReplicatorListMappings - " -LoadPath "c:\listmappings.xml" [-] <String> [-LoadPath] <String> [-Type <String>] Page 26 Copyright Metalogix International GmbH,

Metalogix Replicator. Quick Start Guide. Publication Date: May 14, 2015

Metalogix Replicator. Quick Start Guide. Publication Date: May 14, 2015 Metalogix Replicator Quick Start Guide Publication Date: May 14, 2015 Copyright Metalogix International GmbH, 2002-2015. All Rights Reserved. This software is protected by copyright law and international

More information

Metalogix SharePoint Backup. Advanced Installation Guide. Publication Date: August 24, 2015

Metalogix SharePoint Backup. Advanced Installation Guide. Publication Date: August 24, 2015 Metalogix SharePoint Backup Publication Date: August 24, 2015 All Rights Reserved. This software is protected by copyright law and international treaties. Unauthorized reproduction or distribution of this

More information

Monitoring Replication

Monitoring Replication Monitoring Replication Article 1130112-02 Contents Summary... 3 Monitor Replicator Page... 3 Summary... 3 Status... 3 System Health... 4 Replicator Configuration... 5 Replicator Health... 6 Local Package

More information

Installation and Upgrade Guide

Installation and Upgrade Guide ControlPoint for Office 365 Publication Date: January 12, 2016 All Rights Reserved. This software is protected by copyright law and international treaties. Unauthorized reproduction or distribution of

More information

ControlPoint. Advanced Installation Guide. Publication Date: January 12, 2016. Metalogix International GmbH., 2008-2016 All Rights Reserved.

ControlPoint. Advanced Installation Guide. Publication Date: January 12, 2016. Metalogix International GmbH., 2008-2016 All Rights Reserved. ControlPoint Publication Date: January 12, 2016 All Rights Reserved. This software is protected by copyright law and international treaties. Unauthorized reproduction or distribution of this software,

More information

Permissions Management for Site Admins

Permissions Management for Site Admins ControlPoint Publication Date: April 29, 2015 All Rights Reserved. This software is protected by copyright law and international treaties. Unauthorized reproduction or distribution of this software, or

More information

Toad for Oracle 12.5.1. Installation Guide

Toad for Oracle 12.5.1. Installation Guide Toad for Oracle 12.5.1 Installation Guide Contents Installation Requirements 3 System Requirements 3 Required Windows Privileges 7 Install Toad 8 Install or Upgrade Toad 8 Install Toad on Citrix or Remote

More information

Added support for the SharePoint 2013, May 2015, Cumulative Update (15.0.4719.1000).

Added support for the SharePoint 2013, May 2015, Cumulative Update (15.0.4719.1000). Change Log Version 7.1.11208.27 Resolved issue where a deleted SharePoint user group and users were causing errors when synching workflow task lists. (TFS# 44924) Resolved issues with list filter web parts

More information

User Guide. Publication Date: October 30, 2015. Metalogix International GmbH., 2008-2015 All Rights Reserved.

User Guide. Publication Date: October 30, 2015. Metalogix International GmbH., 2008-2015 All Rights Reserved. ControlPoint for Office 365 Publication Date: October 30, 2015 All Rights Reserved. This software is protected by copyright law and international treaties. Unauthorized reproduction or distribution of

More information

Auditing manual. Archive Manager. Publication Date: November, 2015

Auditing manual. Archive Manager. Publication Date: November, 2015 Archive Manager Publication Date: November, 2015 All Rights Reserved. This software is protected by copyright law and international treaties. Unauthorized reproduction or distribution of this software,

More information

Authoring for System Center 2012 Operations Manager

Authoring for System Center 2012 Operations Manager Authoring for System Center 2012 Operations Manager Microsoft Corporation Published: November 1, 2013 Authors Byron Ricks Applies To System Center 2012 Operations Manager System Center 2012 Service Pack

More information

Sophos for Microsoft SharePoint startup guide

Sophos for Microsoft SharePoint startup guide Sophos for Microsoft SharePoint startup guide Product version: 2.0 Document date: March 2011 Contents 1 About this guide...3 2 About Sophos for Microsoft SharePoint...3 3 System requirements...3 4 Planning

More information

HOW TO SILENTLY INSTALL CLOUD LINK REMOTELY WITHOUT SUPERVISION

HOW TO SILENTLY INSTALL CLOUD LINK REMOTELY WITHOUT SUPERVISION HOW TO SILENTLY INSTALL CLOUD LINK REMOTELY WITHOUT SUPERVISION Version 1.1 / Last updated November 2012 INTRODUCTION The Cloud Link for Windows client software is packaged as an MSI (Microsoft Installer)

More information

Security Explorer 9.5. User Guide

Security Explorer 9.5. User Guide 2014 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under a software license or nondisclosure agreement.

More information

User Guide. Version 3.2. Copyright 2002-2009 Snow Software AB. All rights reserved.

User Guide. Version 3.2. Copyright 2002-2009 Snow Software AB. All rights reserved. Version 3.2 User Guide Copyright 2002-2009 Snow Software AB. All rights reserved. This manual and computer program is protected by copyright law and international treaties. Unauthorized reproduction or

More information

How To Backup Your Computer With A Remote Drive Client On A Pc Or Macbook Or Macintosh (For Macintosh) On A Macbook (For Pc Or Ipa) On An Uniden (For Ipa Or Mac Macbook) On

How To Backup Your Computer With A Remote Drive Client On A Pc Or Macbook Or Macintosh (For Macintosh) On A Macbook (For Pc Or Ipa) On An Uniden (For Ipa Or Mac Macbook) On Remote Drive PC Client software User Guide -Page 1 of 27- PRIVACY, SECURITY AND PROPRIETARY RIGHTS NOTICE: The Remote Drive PC Client software is third party software that you can use to upload your files

More information

Dell Active Administrator 8.0

Dell Active Administrator 8.0 What s new in Dell Active Administrator 8.0 January 2016 Dell Active Administrator 8.0 is the upcoming release of Dell Software's complete solution for managing Microsoft Active Directory security auditing,

More information

Installation and Deployment

Installation and Deployment Installation and Deployment Help Documentation This document was auto-created from web content and is subject to change at any time. Copyright (c) 2016 SmarterTools Inc. Installation and Deployment SmarterStats

More information

Metalogix Storage Expert Installation Guide

Metalogix Storage Expert Installation Guide Metalogix Storage Expert Installation Guide Publication Date: October 07, 2015 All Rights Reserved. This software is protected by copyright law and international treaties. Unauthorized reproduction or

More information

Legal Notes. Regarding Trademarks. 2012 KYOCERA Document Solutions Inc.

Legal Notes. Regarding Trademarks. 2012 KYOCERA Document Solutions Inc. Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable for any problems arising from

More information

SharePoint Backup Guide

SharePoint Backup Guide SharePoint Backup Guide for Microsoft Windows Backing up and restoring SharePoint sites and content databases using Attix5 Pro. Copyright notice and proprietary information This User Manual is published

More information

Kofax Export Connector 8.3.0 for Microsoft SharePoint

Kofax Export Connector 8.3.0 for Microsoft SharePoint Kofax Export Connector 8.3.0 for Microsoft SharePoint Administrator's Guide 2013-02-27 2013 Kofax, Inc., 15211 Laguna Canyon Road, Irvine, California 92618, U.S.A. All rights reserved. Use is subject to

More information

Diagnostic Manager. User Guide. Publication Date: September 04, 2015

Diagnostic Manager. User Guide. Publication Date: September 04, 2015 Diagnostic Manager Publication Date: September 04, 2015 All Rights Reserved. This software is protected by copyright law and international treaties. Unauthorized reproduction or distribution of this software,

More information

Installation Guide. Version 5.0

Installation Guide. Version 5.0 Installation Guide Version 5.0 2015 Pitney Bowes Software Inc. All rights reserved. This document may contain confidential and proprietary information belonging to Pitney Bowes Inc. and/or its subsidiaries

More information

NTP Software VFM Administration Web Site for EMC Atmos

NTP Software VFM Administration Web Site for EMC Atmos NTP Software VFM Administration Web Site for EMC Atmos User Manual Revision 1.1 - July 2015 This guide details the method for using NTP Software VFM Administration Web Site, from an administrator s perspective.

More information

Release Notes RSA Authentication Agent 7.1.3 for Web for IIS 7.0, 7.5, and 8.0 Web Server

Release Notes RSA Authentication Agent 7.1.3 for Web for IIS 7.0, 7.5, and 8.0 Web Server Release Notes RSA Authentication Agent 7.1.3 for Web for IIS 7.0, 7.5, and 8.0 Web Server April, 2014 Introduction This document describes what is new and what has changed in RSA Authentication Agent 7.1.3

More information

DocAve 6 Service Pack 1 Administrator

DocAve 6 Service Pack 1 Administrator DocAve 6 Service Pack 1 Administrator User Guide Revision C Issued October 2012 1 Table of Contents Table of Contents... 2 About DocAve Administrator for SharePoint... 6 Complementary Products... 6 Submitting

More information

Item Audit Log 2.0 User Guide

Item Audit Log 2.0 User Guide Item Audit Log 2.0 User Guide Item Audit Log 2.0 User Guide Page 1 Copyright Copyright 2008-2013 BoostSolutions Co., Ltd. All rights reserved. All materials contained in this publication are protected

More information

StoragePoint. Release Notes. Publication Date: Monday, May 9, 2016. 2016 Copyright Metalogix International GmbH All Rights Reserved.

StoragePoint. Release Notes. Publication Date: Monday, May 9, 2016. 2016 Copyright Metalogix International GmbH All Rights Reserved. StoragePoint Version Release Notes Publication Date: Monday, May 9, 2016 All Rights Reserved. This software is protected by copyright law and international treaties. Unauthorized reproduction or distribution

More information

Virto Password Reset Web Part for SharePoint. Release 3.1.0. Installation and User Guide

Virto Password Reset Web Part for SharePoint. Release 3.1.0. Installation and User Guide Virto Password Reset Web Part for SharePoint Release 3.1.0 Installation and User Guide 2 Table of Contents OVERVIEW... 3 SYSTEM REQUIREMENTS... 3 OPERATING SYSTEM... 3 SERVER... 3 BROWSER... 4 INSTALLATION...

More information

Installation & Configuration Guide

Installation & Configuration Guide Installation & Configuration Guide Bluebeam Studio Enterprise ( Software ) 2014 Bluebeam Software, Inc. All Rights Reserved. Patents Pending in the U.S. and/or other countries. Bluebeam and Revu are trademarks

More information

AssetWise Performance Management. APM Remote Upgrade Guide

AssetWise Performance Management. APM Remote Upgrade Guide AssetWise Performance Management APM Remote Upgrade Guide Trademark Notice Bentley, the B Bentley logo, AssetWise, Ivara, the Ivara EXP logo, Ivara Work Smart, Aladon and RCM2 are either registered or

More information

Citrix EdgeSight for Load Testing Installation Guide. Citrix EdgeSight for Load Testing 3.8

Citrix EdgeSight for Load Testing Installation Guide. Citrix EdgeSight for Load Testing 3.8 Citrix EdgeSight for Load Testing Installation Guide Citrix EdgeSight for Load Testing 3.8 Copyright Use of the product documented in this guide is subject to your prior acceptance of the End User License

More information

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream User Manual Onsight Management Suite Version 5.1 Another Innovation by Librestream Doc #: 400075-06 May 2012 Information in this document is subject to change without notice. Reproduction in any manner

More information

Enhanced Connector Applications SupportPac VP01 for IBM WebSphere Business Events 3.0.0

Enhanced Connector Applications SupportPac VP01 for IBM WebSphere Business Events 3.0.0 Enhanced Connector Applications SupportPac VP01 for IBM WebSphere Business Events 3.0.0 Third edition (May 2012). Copyright International Business Machines Corporation 2012. US Government Users Restricted

More information

TROUBLESHOOTING GUIDE

TROUBLESHOOTING GUIDE Lepide Software LepideAuditor Suite TROUBLESHOOTING GUIDE This document explains the troubleshooting of the common issues that may appear while using LepideAuditor Suite. Copyright LepideAuditor Suite,

More information

Workflow Conductor for SharePoint 2010

Workflow Conductor for SharePoint 2010 Workflow Conductor for SharePoint 2010 Release 1.6 (SA08) Overview System Requirements Installing Workflow Conductor Configuring Workflow Conductor Using Workflow Conductor Studio Managing Workflows Licensing

More information

TIBCO Spotfire Automation Services Installation and Configuration

TIBCO Spotfire Automation Services Installation and Configuration TIBCO Spotfire Automation Services Installation and Configuration Software Release 7.0 February 2015 Updated March 2015 Two-Second Advantage 2 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES

More information

User's Guide. ControlPoint. Change Manager (Advanced Copy) SharePoint Migration. v. 4.0

User's Guide. ControlPoint. Change Manager (Advanced Copy) SharePoint Migration. v. 4.0 User's Guide ControlPoint Change Manager (Advanced Copy) SharePoint Migration v. 4.0 Last Updated 7 August 2013 i Contents Preface 3 What's New in Version 4.0... 3 Components... 3 The ControlPoint Central

More information

IBM Sterling Control Center

IBM Sterling Control Center IBM Sterling Control Center System Administration Guide Version 5.3 This edition applies to the 5.3 Version of IBM Sterling Control Center and to all subsequent releases and modifications until otherwise

More information

DocAve 6 Service Pack 1 Job Monitor

DocAve 6 Service Pack 1 Job Monitor DocAve 6 Service Pack 1 Job Monitor Reference Guide Revision C Issued September 2012 1 Table of Contents About Job Monitor... 4 Submitting Documentation Feedback to AvePoint... 4 Before You Begin... 5

More information

8.7. NET SatisFAXtion Email Gateway Installation Guide. For NET SatisFAXtion 8.7. Contents

8.7. NET SatisFAXtion Email Gateway Installation Guide. For NET SatisFAXtion 8.7. Contents NET SatisFAXtion Email Gateway Installation Guide For NET SatisFAXtion 8.7 Contents Install Microsoft Virtual SMTP Server 2 XP and 2003 2 2008 and 2008 R2 2 Windows 7 2 Upgrade Path 2 Configure Microsoft

More information

8.6. NET SatisFAXtion Email Gateway Installation Guide. For NET SatisFAXtion 8.6. Contents

8.6. NET SatisFAXtion Email Gateway Installation Guide. For NET SatisFAXtion 8.6. Contents NET SatisFAXtion Email Gateway Installation Guide For NET SatisFAXtion 8.6 Contents 1.0 - Install Microsoft Virtual SMTP Server 2 XP and 2003 2 2008 and 2008 R2 2 Windows 7 2 Upgrade Path 2 Configure Microsoft

More information

Installation Manager Administrator s Guide

Installation Manager Administrator s Guide Installation Manager Administrator s Guide Citrix XenApp 5.0 for Microsoft Windows Server 2008 Copyright and Trademark Notice Use of the product documented in this guide is subject to your prior acceptance

More information

TIBCO Spotfire Automation Services 6.5. Installation and Deployment Manual

TIBCO Spotfire Automation Services 6.5. Installation and Deployment Manual TIBCO Spotfire Automation Services 6.5 Installation and Deployment Manual Revision date: 17 April 2014 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED

More information

4cast Client Specification and Installation

4cast Client Specification and Installation 4cast Client Specification and Installation Version 2015.00 10 November 2014 Innovative Solutions for Education Management www.drakelane.co.uk System requirements The client requires Administrative rights

More information

OnCommand Unified Manager 6.3

OnCommand Unified Manager 6.3 OnCommand Unified Manager 6.3 Installation and Setup Guide For Microsoft Windows NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support telephone:

More information

Archive Migrator Install Guide

Archive Migrator Install Guide Archive Migrator Publication Date: December, 2015 All Rights Reserved. This software is protected by copyright law and international treaties. Unauthorized reproduction or distribution of this software,

More information

Acronis SharePoint Explorer. User Guide

Acronis SharePoint Explorer. User Guide Acronis SharePoint Explorer User Guide Table of contents 1 Introducing Acronis SharePoint Explorer... 3 1.1 Supported Microsoft SharePoint versions... 3 1.2 Supported backup locations... 3 1.3 Licensing...

More information

IceWarp to IceWarp Server Migration

IceWarp to IceWarp Server Migration IceWarp to IceWarp Server Migration Registered Trademarks iphone, ipad, Mac, OS X are trademarks of Apple Inc., registered in the U.S. and other countries. Microsoft, Windows, Outlook and Windows Phone

More information

A-AUTO 50 for Windows Setup Guide

A-AUTO 50 for Windows Setup Guide A-AUTO 50 for Windows Setup Guide 1st Edition 1 A-AUTO is a registered trade mark of UNIRITA Inc. "This product includes software developed by the Apache Software Foundation (http://www.apache.org/)."

More information

How To Install Powerpoint 6 On A Windows Server With A Powerpoint 2.5 (Powerpoint) And Powerpoint 3.5.5 On A Microsoft Powerpoint 4.5 Powerpoint (Powerpoints) And A Powerpoints 2

How To Install Powerpoint 6 On A Windows Server With A Powerpoint 2.5 (Powerpoint) And Powerpoint 3.5.5 On A Microsoft Powerpoint 4.5 Powerpoint (Powerpoints) And A Powerpoints 2 DocAve 6 Service Pack 1 Installation Guide Revision C Issued September 2012 1 Table of Contents About the Installation Guide... 4 Submitting Documentation Feedback to AvePoint... 4 Before You Begin...

More information

Infor Cloud Printing Service Administration Guide

Infor Cloud Printing Service Administration Guide Infor Cloud Printing Service Administration Guide Copyright 2015 Infor Important Notices The material contained in this publication (including any supplementary information) constitutes and contains confidential

More information

SMART Meeting Pro Premium 2.3

SMART Meeting Pro Premium 2.3 SMART Meeting Pro Premium 2.3 Windows operating systems System administrator s guide Trademark notice SMART Meeting Pro, the SMART logo, SMART Board, SMART Bridgit, SMART Document Camera, smarttech and

More information

Active Directory Adapter with 64-bit Support Installation and Configuration Guide

Active Directory Adapter with 64-bit Support Installation and Configuration Guide IBM Security Identity Manager Version 6.0 Active Directory Adapter with 64-bit Support Installation and Configuration Guide SC27-4384-02 IBM Security Identity Manager Version 6.0 Active Directory Adapter

More information

Version 4.61 or Later. Copyright 2013 Interactive Financial Solutions, Inc. All Rights Reserved. ProviderPro Network Administration Guide.

Version 4.61 or Later. Copyright 2013 Interactive Financial Solutions, Inc. All Rights Reserved. ProviderPro Network Administration Guide. Version 4.61 or Later Copyright 2013 Interactive Financial Solutions, Inc. All Rights Reserved. ProviderPro Network Administration Guide. This manual, as well as the software described in it, is furnished

More information

LifeSize Control Installation Guide

LifeSize Control Installation Guide LifeSize Control Installation Guide April 2005 Part Number 132-00001-001, Version 1.0 Copyright Notice Copyright 2005 LifeSize Communications. All rights reserved. LifeSize Communications has made every

More information

EMC Documentum Repository Services for Microsoft SharePoint

EMC Documentum Repository Services for Microsoft SharePoint EMC Documentum Repository Services for Microsoft SharePoint Version 6.5 SP2 Installation Guide P/N 300 009 829 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com

More information

MobileStatus Server Installation and Configuration Guide

MobileStatus Server Installation and Configuration Guide MobileStatus Server Installation and Configuration Guide Guide to installing and configuring the MobileStatus Server for Ventelo Mobilstatus Version 1.2 June 2010 www.blueposition.com All company names,

More information

NetWrix Account Lockout Examiner Version 4.0 Administrator Guide

NetWrix Account Lockout Examiner Version 4.0 Administrator Guide NetWrix Account Lockout Examiner Version 4.0 Administrator Guide Table of Contents Concepts... 1 Product Architecture... 1 Product Settings... 2 List of Managed Domains and Domain Controllers... 2 Email

More information

Citrix EdgeSight for Load Testing Installation Guide. Citrix EdgeSight for Load Testing 3.5

Citrix EdgeSight for Load Testing Installation Guide. Citrix EdgeSight for Load Testing 3.5 Citrix EdgeSight for Load Testing Installation Guide Citrix EdgeSight for Load Testing 3.5 Copyright Use of the product documented in this guide is subject to your prior acceptance of the End User License

More information

Buffalo Technology: Migrating your data to Windows Storage Server 2012 R2

Buffalo Technology: Migrating your data to Windows Storage Server 2012 R2 Buffalo Technology: Migrating your data to Windows Storage Server 2012 R2 1 Buffalo Technology: Migrating your data to Windows Storage Server 2012 R2 Contents Chapter 1 Data migration method:... 3 Chapter

More information

DiskPulse DISK CHANGE MONITOR

DiskPulse DISK CHANGE MONITOR DiskPulse DISK CHANGE MONITOR User Manual Version 7.9 Oct 2015 www.diskpulse.com info@flexense.com 1 1 DiskPulse Overview...3 2 DiskPulse Product Versions...5 3 Using Desktop Product Version...6 3.1 Product

More information

How To Install Caarcserve Backup Patch Manager 27.3.2.2 (Carcserver) On A Pc Or Mac Or Mac (Or Mac)

How To Install Caarcserve Backup Patch Manager 27.3.2.2 (Carcserver) On A Pc Or Mac Or Mac (Or Mac) CA ARCserve Backup Patch Manager for Windows User Guide r16 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

Citrix Systems, Inc.

Citrix Systems, Inc. Citrix Systems, Inc. Notice The information in this publication is subject to change without notice. THIS PUBLICATION IS PROVIDED AS IS WITHOUT WARRANTIES OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING ANY

More information

Virto Active Directory Service for SharePoint. Release 4.1.2. Installation and User Guide

Virto Active Directory Service for SharePoint. Release 4.1.2. Installation and User Guide Virto Active Directory Service for SharePoint Release 4.1.2 Installation and User Guide 2 Table of Contents OVERVIEW... 3 SYSTEM REQUIREMENTS... 4 OPERATING SYSTEM... 4 SERVER... 4 BROWSER... 5 INSTALLATION...

More information

Acronis Backup & Recovery 10 Server for Windows. Installation Guide

Acronis Backup & Recovery 10 Server for Windows. Installation Guide Acronis Backup & Recovery 10 Server for Windows Installation Guide Table of contents 1 Before installation...3 1.1 Acronis Backup & Recovery 10 components... 3 1.1.1 Agent for Windows... 3 1.1.2 Management

More information

Enterprise Vault Installing and Configuring

Enterprise Vault Installing and Configuring Enterprise Vault Installing and Configuring Enterprise Vault 6.0 Legal Notice Copyright 2005 Symantec Corporation. All rights reserved. Symantec, the Symantec Logo, VERITAS, the VERITAS Logo, and Enterprise

More information

PROJECTIONS SUITE. Database Setup Utility (and Prerequisites) Installation and General Instructions. v0.9 draft prepared by David Weinstein

PROJECTIONS SUITE. Database Setup Utility (and Prerequisites) Installation and General Instructions. v0.9 draft prepared by David Weinstein PROJECTIONS SUITE Database Setup Utility (and Prerequisites) Installation and General Instructions v0.9 draft prepared by David Weinstein Introduction These are the instructions for installing, updating,

More information

PUBLIC Password Manager for SAP Single Sign-On Implementation Guide

PUBLIC Password Manager for SAP Single Sign-On Implementation Guide SAP Single Sign-On 2.0 SP1 Document Version: 1.0 2015-10-02 PUBLIC Password Manager for SAP Single Sign-On Implementation Guide Content 1 Password Manager....4 2 Password Manager Installation Guide....5

More information

Dell Recovery Manager for Active Directory 8.6. Quick Start Guide

Dell Recovery Manager for Active Directory 8.6. Quick Start Guide Dell Recovery Manager for Active Directory 8.6 2014 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished

More information

Outpost Network Security

Outpost Network Security Administrator Guide Reference Outpost Network Security Office Firewall Software from Agnitum Abstract This document provides information on deploying Outpost Network Security in a corporate network. It

More information

HP Enterprise Integration module for SAP applications

HP Enterprise Integration module for SAP applications HP Enterprise Integration module for SAP applications Software Version: 2.50 User Guide Document Release Date: May 2009 Software Release Date: May 2009 Legal Notices Warranty The only warranties for HP

More information

OneStop Reporting OSR Portal 4.6 Installation Guide

OneStop Reporting OSR Portal 4.6 Installation Guide OneStop Reporting OSR Portal 4.6 Installation Guide Doc. Version 1.0 Updated: 11-Jan-16 Copyright OneStop Reporting AS Contents Introduction... 1 For companies already using OneStop Reporting... 1 System

More information

Product Manual. MDM On Premise Installation Version 8.1. Last Updated: 06/07/15

Product Manual. MDM On Premise Installation Version 8.1. Last Updated: 06/07/15 Product Manual MDM On Premise Installation Version 8.1 Last Updated: 06/07/15 Parallels IP Holdings GmbH Vordergasse 59 8200 Schaffhausen Switzerland Tel: + 41 52 632 0411 Fax: + 41 52 672 2010 www.parallels.com

More information

Mobile Device Management Version 8. Last updated: 17-10-14

Mobile Device Management Version 8. Last updated: 17-10-14 Mobile Device Management Version 8 Last updated: 17-10-14 Copyright 2013, 2X Ltd. http://www.2x.com E mail: info@2x.com Information in this document is subject to change without notice. Companies names

More information

NETWORK PRINT MONITOR User Guide

NETWORK PRINT MONITOR User Guide NETWORK PRINT MONITOR User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable

More information

Lenovo Online Data Backup User Guide Version 1.8.14

Lenovo Online Data Backup User Guide Version 1.8.14 Lenovo Online Data Backup User Guide Version 1.8.14 Contents Chapter 1: Installing Lenovo Online Data Backup...5 Downloading the Lenovo Online Data Backup Client...5 Installing the Lenovo Online Data

More information

RFID Tracking System Installation

RFID Tracking System Installation RFID Tracking System Installation Installation Guide Version 3.x 3M Track and Trace Solutions 3M Center, Building 225-4N-14 St. Paul, Minnesota 55144-1000 78-8123-9919-0, Rev. E 2003-2009, 3M. All rights

More information

Setting Up a Unisphere Management Station for the VNX Series P/N 300-011-796 Revision A01 January 5, 2010

Setting Up a Unisphere Management Station for the VNX Series P/N 300-011-796 Revision A01 January 5, 2010 Setting Up a Unisphere Management Station for the VNX Series P/N 300-011-796 Revision A01 January 5, 2010 This document describes the different types of Unisphere management stations and tells how to install

More information

Automating client deployment

Automating client deployment Automating client deployment 1 Copyright Datacastle Corporation 2014. All rights reserved. Datacastle is a registered trademark of Datacastle Corporation. Microsoft Windows is either a registered trademark

More information

Microsoft Corporation. Project Server 2010 Installation Guide

Microsoft Corporation. Project Server 2010 Installation Guide Microsoft Corporation Project Server 2010 Installation Guide Office Asia Team 11/4/2010 Table of Contents 1. Prepare the Server... 2 1.1 Install KB979917 on Windows Server... 2 1.2 Creating users and groups

More information

SMART Sync 2011. Windows operating systems. System administrator s guide

SMART Sync 2011. Windows operating systems. System administrator s guide SMART Sync 2011 Windows operating systems System administrator s guide Trademark notice SMART Sync, smarttech and the SMART logo are trademarks or registered trademarks of SMART Technologies ULC in the

More information

IBM WebSphere Application Server Version 7.0

IBM WebSphere Application Server Version 7.0 IBM WebSphere Application Server Version 7.0 Centralized Installation Manager for IBM WebSphere Application Server Network Deployment Version 7.0 Note: Before using this information, be sure to read the

More information

How To Install An Aneka Cloud On A Windows 7 Computer (For Free)

How To Install An Aneka Cloud On A Windows 7 Computer (For Free) MANJRASOFT PTY LTD Aneka 3.0 Manjrasoft 5/13/2013 This document describes in detail the steps involved in installing and configuring an Aneka Cloud. It covers the prerequisites for the installation, the

More information

Connection and Printer Setup Guide

Connection and Printer Setup Guide Connection and Printer Setup Guide For connection issues, see the following sections of this document: "Connection Requirements" on page 1 "Log on" on page 2 "Troubleshooting Your Connection" on page 4

More information

Remote Support Jump Client Guide: Unattended Access to Systems in Any Network 3. Deploy Jump Clients During a Support Session or Prior to Support 4

Remote Support Jump Client Guide: Unattended Access to Systems in Any Network 3. Deploy Jump Clients During a Support Session or Prior to Support 4 Jump Client Guide 2015 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the property of their respective owners.

More information

Perceptive Intelligent Capture. Product Migration Guide. with Supervised Learning. Version 5.5 SP3

Perceptive Intelligent Capture. Product Migration Guide. with Supervised Learning. Version 5.5 SP3 Perceptive Intelligent Capture with Supervised Learning Product Migration Guide Version 5.5 SP3 Written by: Product Documentation, QA Date: March 2014 2014 Perceptive Software, Inc.. All rights reserved

More information

CTERA Agent for Linux

CTERA Agent for Linux User Guide CTERA Agent for Linux September 2013 Version 4.0 Copyright 2009-2013 CTERA Networks Ltd. All rights reserved. No part of this document may be reproduced in any form or by any means without written

More information

Archive Attender Version 3.5

Archive Attender Version 3.5 Archive Attender Version 3.5 Getting Started Guide Sherpa Software (800) 255-5155 www.sherpasoftware.com Page 1 Under the copyright laws, neither the documentation nor the software can be copied, photocopied,

More information

StreamServe Persuasion SP5 StreamStudio

StreamServe Persuasion SP5 StreamStudio StreamServe Persuasion SP5 StreamStudio Administrator s Guide Rev B StreamServe Persuasion SP5 StreamStudio Administrator s Guide Rev B OPEN TEXT CORPORATION ALL RIGHTS RESERVED United States and other

More information

There are numerous ways to access monitors:

There are numerous ways to access monitors: Remote Monitors REMOTE MONITORS... 1 Overview... 1 Accessing Monitors... 1 Creating Monitors... 2 Monitor Wizard Options... 11 Editing the Monitor Configuration... 14 Status... 15 Location... 17 Alerting...

More information

Forms Printer User Guide

Forms Printer User Guide Forms Printer User Guide Version 10.51 for Dynamics GP 10 Forms Printer Build Version: 10.51.102 System Requirements Microsoft Dynamics GP 10 SP2 or greater Microsoft SQL Server 2005 or Higher Reporting

More information

Event Manager. LANDesk Service Desk

Event Manager. LANDesk Service Desk Event Manager LANDesk Service Desk LANDESK SERVICE DESK EVENT MANAGER GUIDE This document contains information that is the proprietary and confidential property of LANDesk Software, Inc. and/or its affiliated

More information

Bitrix Site Manager ASP.NET. Installation Guide

Bitrix Site Manager ASP.NET. Installation Guide Bitrix Site Manager ASP.NET Installation Guide Contents Introduction... 4 Chapter 1. Checking for IIS Installation... 5 Chapter 2. Using An Archive File to Install Bitrix Site Manager ASP.NET... 7 Preliminary

More information

EMC SourceOne for Microsoft SharePoint Storage Management Version 7.1

EMC SourceOne for Microsoft SharePoint Storage Management Version 7.1 EMC SourceOne for Microsoft SharePoint Storage Management Version 7.1 Installation Guide 302-000-227 REV 01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright

More information

P a g e 1. User s Guide Log Archiver v2.1 Standard Edition. Copyright 2012 ISYS Inside-System. All rights reserved.

P a g e 1. User s Guide Log Archiver v2.1 Standard Edition. Copyright 2012 ISYS Inside-System. All rights reserved. EN L OG ARCHI VERv2. 1 Us er sgui de ST ANDARDEDI TI ON P a g e 1 User s Guide Log Archiver v2.1 Standard Edition Copyright 2012 ISYS Inside-System. All rights reserved. The information in this user guide

More information

Windows Scheduled Task and PowerShell Scheduled Job Management Pack Guide for Operations Manager 2012

Windows Scheduled Task and PowerShell Scheduled Job Management Pack Guide for Operations Manager 2012 Windows Scheduled Task and PowerShell Scheduled Job Management Pack Guide for Operations Manager 2012 Published: July 2014 Version 1.2.0.500 Copyright 2007 2014 Raphael Burri, All rights reserved Terms

More information

TIBCO Spotfire Server Migration. Migration Manual

TIBCO Spotfire Server Migration. Migration Manual TIBCO Spotfire Server Migration Migration Manual Revision date: 26 October 2012 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO SOFTWARE

More information

Integration Client Guide

Integration Client Guide Integration Client Guide 2015 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the property of their respective

More information