![]() |
|
||||
Exchange AdministratorExchange Administrator has a few modes of operation. For all available modes of Exchange Administrator start it with this command: admin.exe /? This should present a dialog describing all options. The two most important modes are regular and so-called "raw" mode. Raw mode allows you to access object properties, which are not displayed in normal mode. You can use the following command to start Exchange Administrator in raw mode: admin.exe /r
Exchange Administrator in Raw ModeIn order to view raw properties of an object - select it and then choose "Raw Properties" item on the "File" menu. You can also look into Directory Schema in this mode. In order to do it - check "Raw Directory" item on the "View" menu. A folder called Schema should appear in the site sub-tree. This folder contains all objects listed in the Directory Schema.Exchange Administrator may be configured to start automatically in raw mode through Windows NT Registry. Open the following key: HKEY_CURRENT_USER
and introduce RawMode value of type REG_DWORD and assign 1 to it. (1 means start in raw mode, 0 - start in regular mode). One very interesting feature of Exchange Administrator in raw mode is how it allows to trace parent-child relationships of objects. Do, for example, the following:
|