Exports objects from the connector space of a Microsoft Identity Integration Server 2003 management agent to a file in .xml file format. For more information about the .xml file that is created, see the Microsoft Identity Integration Server 2003 Developer Reference.
Value | Description |
---|---|
d | Specifies the distinguished name (also known as DN) or anchor to export |
r | Specifies the relative distinguished name (also known as RDN) to export |
g | Specifies the globally unique identifier (GUID) to export |
s | Disconnectors |
i | Import errors |
e | Export errors |
m | Pending imports |
x | Pending exports |
Value | Description |
---|---|
e | Import and error information |
b | Only the hologram |
h | All tower holograms |
d | All tower deltas |
p | Password set and password change history |
To export all objects with import errors and the error information from the connector space of the management agent Full_HR_import to a different file name, type:
csexport Full_HR_import a:\Import_back.xml /f:i /o:e
Format | Meaning |
---|---|
Italic | Information that the user must supply |
Bold | Elements that the user must type exactly as shown |
Ellipsis (...) | Parameter that can be repeated several times in a command line |
Between brackets ([]) | Optional items |
Between braces ({}); choices separated by pipe (|). Example: {even|odd} | Set of choices from which the user must choose only one |
Courier font | Code or program output |
Related Topics