<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How to bulk create 10000 users and groups for your test environment</title><link>http://blogs.technet.com/b/instan/archive/2012/08/20/how-to-bulk-create-10000-users-and-groups-for-your-test-environment.aspx</link><description>For test lab scenarios where you quickly want to add a few thousand users you can run the following batch files in a DC: 
 :Creates 10000 disabled user accounts with password Password1 For /l %%t IN (1,1,10000) do net user BulkUser%%t Password1 /add</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: How to bulk create 10000 users and groups for your test environment</title><link>http://blogs.technet.com/b/instan/archive/2012/08/20/how-to-bulk-create-10000-users-and-groups-for-your-test-environment.aspx#3561017</link><pubDate>Tue, 26 Mar 2013 08:45:50 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3561017</guid><dc:creator>Bart Eeltink</dc:creator><description>&lt;p&gt;Instead of %%t, use %t&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3561017" width="1" height="1"&gt;</description></item><item><title>re: How to bulk create 10000 users and groups for your test environment</title><link>http://blogs.technet.com/b/instan/archive/2012/08/20/how-to-bulk-create-10000-users-and-groups-for-your-test-environment.aspx#3519701</link><pubDate>Wed, 12 Sep 2012 16:09:18 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3519701</guid><dc:creator>Ingolfur Arnar Stangeland</dc:creator><description>&lt;p&gt;It sounds like you only copied the first line of the command - the second part is required also (&amp;quot;Password1 /add /PASSWORDREQ:YES /ACTIVE:NO&amp;quot;)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3519701" width="1" height="1"&gt;</description></item><item><title>re: How to bulk create 10000 users and groups for your test environment</title><link>http://blogs.technet.com/b/instan/archive/2012/08/20/how-to-bulk-create-10000-users-and-groups-for-your-test-environment.aspx#3519682</link><pubDate>Wed, 12 Sep 2012 15:09:37 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3519682</guid><dc:creator>Error?</dc:creator><description>&lt;p&gt;I received the following error when running the first command: &amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;quot;%%t was unexpected at this time.&amp;quot;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3519682" width="1" height="1"&gt;</description></item></channel></rss>