Microsoft Identity Integration Server 2003 graphic

MIISkmu: Encryption key management tool

Exports the Microsoft Identity Integration Server 2003 security encryption key to a binary file. When you use the miiskmu command without parameters, it starts a wizard that can add new encryption keys or can also delete encrypted data from the Microsoft Identity Integration Server 2003 SQL Server 2000 database.

Syntax

miiskmu [/e FileName /u:UserName {Password | *} [/q]] | [/b BatchSize]

Parameters

/e
Exports the key set to a file.
FileName
Specifies the file name, including the path.
/u:
Specifies the Microsoft Identity Integration Server 2003 service account credentials.
UserName
The Microsoft Identity Integration Server 2003 service account name. Miiskmu supports the following formats:

[Domain\]UserName

[Domain.com\]UserName

UserName@Domain.com

Password
Specifies the password for the Microsoft Identity Integration Server 2003 service account. Use * to prompt for the password.
/q
Specifies quiet mode
/b
Processes the objects in batches. If this parameter is not specified, all objects will be processed in one batch.
BatchSize
The number of objects to process in each batch, specified as an integer.
/?
Displays help at the command prompt.

Remarks

Example

To save the encryption key, with a specific file name, to a floppy disk, type:

miiskmu /e a:keyback.bin /u:miisadmin *

Formatting legend

FormatMeaning
ItalicInformation that the user must supply
BoldElements 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 fontCode or program output

Related Topics

*

Command-line tools