.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


MoveRoamingUser method
Example

Enters a request in the Administration Requests database to move a user's roaming files to another server.

Defined in

NotesAdministrationProcess

Syntax

noteID$ = notesAdministrationProcess.MoveRoamingUser( username$ , destserver$ , destserverpath$ )

Parameters

username$


destserver$
destserverpath$
Return value

noteID$


Usage

The user must be configured as a roaming user. The administrator calling this method must have Create Replica rights on the destination server.

Language cross-reference

moveRoamingUser in Java AdministrationProcess class

Example