Exports the Microsoft® Forefront Identity Manager (FIM) 2010 server configuration to files in .xml file format. A file is created for the metaverse and for each management agent.
Syntax
svrexport Path [/v]
Parameters
Path
Specifies the folder where the server configuration files will be written.
/v
Specifies verbose mode.
/?
Displays help at the command prompt.
Remarks
- Svrexport.exe is located in the
InstallationDirectory\Bin folder.
- The management agents are saved using their
globally unique identifier (GUID) as the file name.
Example
To export the server configuration to the \FIM_backup folder, type:
svrexport \FIM_backup
Formatting legend
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 |