Populates a database with sample data.
The cmdlet populates databases with realistic random data, such as IPv4 and IPv6 addresses, MAC addresses, file extensions, file names, file paths, and others.
Invoke-DevartPopulate -DataGeneratorProject <string> [-Connection <object>] [<CommonParameters>]
-DataGeneratorProject <string>
Specifies data generation template to use.
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Connection <object>
The DevartDatabaseConnectionInfo or connection string.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the following common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, InformationAction, InformationVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see About CommonParameters.
System.Boolean (returns true on success and false otherwise)
---------- EXAMPLE 1 ----------
Invoke-DevartPopulate -Connection $connection -DataGeneratorProject "C:\Temp\Template.dgen"
See Generating data for information on additional command line options.