|
Data.Series.Generate
|
|
| · | Create rows with numbered items for testing purposes
|
| · | Create account names from scratch when the SamAccount name series generator can not be used, for example in a Linux or Novell server script or in a pure AD script
|
| [Data] section destination column
|
| Type of series to generate, options: Decimal | Hex | Prefix
|
| · | Decimal = prefix + decimal number, example: "acc1", "acc2", "acc3"
|
| · | Hex = prefix + hexadecimal number, example: "acc1", "acc2", .., "accA", .. , "accF"
|
| · | Prefix = just prefix, no trailing number, all items identical, example: "acc", "acc", "acc"
|
|
|
| Static text inserted before series
|
| Number of items to generate
|