<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Script the creation of local user accounts for Commerce Server 2007</title>
	<atom:link href="http://www.wadewegner.com/2007/06/script-the-creation-of-local-user-accounts-for-commerce-server-2007/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wadewegner.com/2007/06/script-the-creation-of-local-user-accounts-for-commerce-server-2007/</link>
	<description>From the whiteboard to the keyboard</description>
	<lastBuildDate>Sat, 04 Feb 2012 13:53:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Kevin</title>
		<link>http://www.wadewegner.com/2007/06/script-the-creation-of-local-user-accounts-for-commerce-server-2007/#comment-74</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Thu, 18 Dec 2008 03:16:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.architectingwith.net/2007/06/13/ScriptTheCreationOfLocalUserAccountsForCommerceServer2007.aspx#comment-74</guid>
		<description>I think this code is awesome also.  It does what a lot of scripts do not.  I also have one question though.  When I check the accounts it does not add them to local groups.  I have tried different variations of the code but none of them add the account to local groups.  All the ones I have found require you to specify the computer name.

Is there some way to make this add the accounts to a specific group?

Thanks again Wade.

Kevin</description>
		<content:encoded><![CDATA[<p>I think this code is awesome also.  It does what a lot of scripts do not.  I also have one question though.  When I check the accounts it does not add them to local groups.  I have tried different variations of the code but none of them add the account to local groups.  All the ones I have found require you to specify the computer name.</p>
<p>Is there some way to make this add the accounts to a specific group?</p>
<p>Thanks again Wade.</p>
<p>Kevin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mayur Gharat</title>
		<link>http://www.wadewegner.com/2007/06/script-the-creation-of-local-user-accounts-for-commerce-server-2007/#comment-73</link>
		<dc:creator>Mayur Gharat</dc:creator>
		<pubDate>Sat, 08 Nov 2008 11:19:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.architectingwith.net/2007/06/13/ScriptTheCreationOfLocalUserAccountsForCommerceServer2007.aspx#comment-73</guid>
		<description>Hi,

 Thanks for the script it works fine, but can you please provide me account  expiry function in the same script please?
 I am having following script for setting expiry date for the created account, but don&#039;t know to merge both the scripts, as i am not a software guy, so can you please help me out in this.

SCRIPT : for Setting an Expiration Date for a Local User Account

Binds to a local user account (kenmyer) on a computer named atl-win2k-01, and configures the account to expire on March 1, 2003.

strComputer = &quot;atl-win2k-01&quot;
Set objUser = GetObject(&quot;WinNT:// &quot; &amp; strComputer &amp; &quot;/kenmyer &quot;)
objUser.AccountExpirationDate = #03/01/2003#
objUser.SetInfo


please mail me the solution on mayurgharat@gmail.com.

Thanks A LOT,
Mayur Gharat</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p> Thanks for the script it works fine, but can you please provide me account  expiry function in the same script please?<br />
 I am having following script for setting expiry date for the created account, but don&#8217;t know to merge both the scripts, as i am not a software guy, so can you please help me out in this.</p>
<p>SCRIPT : for Setting an Expiration Date for a Local User Account</p>
<p>Binds to a local user account (kenmyer) on a computer named atl-win2k-01, and configures the account to expire on March 1, 2003.</p>
<p>strComputer = &quot;atl-win2k-01&quot;<br />
Set objUser = GetObject(&quot;WinNT:// &quot; &amp; strComputer &amp; &quot;/kenmyer &quot;)<br />
objUser.AccountExpirationDate = #03/01/2003#<br />
objUser.SetInfo</p>
<p>please mail me the solution on <a href="mailto:mayurgharat@gmail.com">mayurgharat@gmail.com</a>.</p>
<p>Thanks A LOT,<br />
Mayur Gharat</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wade</title>
		<link>http://www.wadewegner.com/2007/06/script-the-creation-of-local-user-accounts-for-commerce-server-2007/#comment-72</link>
		<dc:creator>Wade</dc:creator>
		<pubDate>Sun, 23 Sep 2007 20:12:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.architectingwith.net/2007/06/13/ScriptTheCreationOfLocalUserAccountsForCommerceServer2007.aspx#comment-72</guid>
		<description>I am very glad it helped!  Best regards!</description>
		<content:encoded><![CDATA[<p>I am very glad it helped!  Best regards!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.wadewegner.com/2007/06/script-the-creation-of-local-user-accounts-for-commerce-server-2007/#comment-71</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Sun, 23 Sep 2007 00:33:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.architectingwith.net/2007/06/13/ScriptTheCreationOfLocalUserAccountsForCommerceServer2007.aspx#comment-71</guid>
		<description>Thank you very, very much! I really needed this!</description>
		<content:encoded><![CDATA[<p>Thank you very, very much! I really needed this!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

