FindServerInDomain (NotesAdministrationProcess - LotusScript®)

Enters a request in the Administration Requests database to find all occurrences of a server in a domain.

Defined in

NotesAdministrationProcess

Syntax

noteID$ = notesAdministrationProcess .FindServerInDomain( server$ )

Parameters

server$

String. The name of the server.

Return value

noteID$

String. The note ID of an entry created in the Administration Requests database.

Usage

This method triggers the "Find Name in Domain" administration process request.

Results are posted to response documents in the Administration Requests database.

Example