Platform SDK: Exchange Server

ADDRINST: Installing an Addr-Type Object

This program installs an Addr-Type object and a proxy generation DLL associated with the object in the Microsoft Exchange Server directory. For more information, see The Addr-Type Object.

To run ADDRINST, type the following at the command prompt:

ADDRINST 
  /SITEDN=<site distinguished name> 
  /NAME=<display name> 
  /MACHINE=<computer type> 
  /TYPE=<address type> 
  /PROXYDLL=<proxy generation DLL> 
  /SERVER=<server computer name> 
  /GWPROXY=<gateway site proxy address> 
 [/DELETE] 
 [/HELP or /?]

ADDRINST Parameters

Parameter Description
SITEDN Site distinguished name for this address type.
NAME Display name for the address type.
MACHINE Type of computer on which the proxy generation DLL is installed.
TYPE Address type.
PROXYDLL Full path to proxy generation DLL for this address type.
SERVER Server computer name.
GWPROXY Site proxy address for the gateway.
DELETE Deletes the address type. (This operation does not delete the proxy generation DLL associated with the address type. You must delete the DLL manually.)
HELP or ? Displays Help information.

An example of calling ADDRINST is:

ADDRINST /SITEDN=/o=Microsoft/ou=APPS-WGA 
/NAME=EDK /MACHINE=i386 /TYPE=EDK 
/PROXYDLL=\\myserver\address\EDK\i386\proxygen.dll 
/SERVER=server1 /GWPROXY=EDK:%m@.microsoft.com