This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
.SYNOPSIS | |
Bulk generates items or users using the specified criteria. | |
#> | |
$dataTypeOptions = [ordered]@{"Item" = 1; "User" = 2 } | |
$props = @{ | |
Title = "Bulk Creation Tool" | |
Description = "Choose what type of data to generate." | |
OkButtonName = "Next" |