<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[gOxiA=苏繁=SuFan Blog]]></title> 
<link>https://sufan.maytide.net/index.php</link> 
<description><![CDATA[gOxiA,苏繁,sufan,Microsoft MVP]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[gOxiA=苏繁=SuFan Blog]]></copyright>
<item>
<link>https://sufan.maytide.net/read.php/856.htm</link>
<title><![CDATA[设置本地用户帐户的过期日期]]></title> 
<author>gOxiA &lt;sufan_cn@msn.com&gt;</author>
<category><![CDATA[PowerShell 和脚本]]></category>
<pubDate>Sat, 09 Jul 2005 01:13:01 +0000</pubDate> 
<guid>https://sufan.maytide.net/read.php/856.htm</guid> 
<description>
<![CDATA[ 
	<span><div><p><strong>描述</strong><br /><br />绑定到名为 atl-win2k-01 的计算机上的本地用户帐户，并且将帐号配置为在 2003 年 3 月 1 日过期。</p></div><div><p>有关使用本地用户帐户的详细信息，请单击<a href="http://msdn.microsoft.com/library/en-us/netdir/adsi/users.asp"><span style="color: #666666">此处</span></a>。</p></div><div><p><strong><br />支持平台</strong></p></div><table border="0" cellspacing="0" cellpadding="0" class="dataTable" id="EFAA"><thead></thead><tbody><tr class="record" valign="top"><td><p class="lastInCell"><strong>Windows XP</strong></p></td><td style="border-right: #cccccc 1px solid"><p class="lastInCell"><strong>是</strong></p></td></tr><tr class="evenRecord" valign="top"><td><p class="lastInCell"><strong>Windows Server 2003</strong></p></td><td style="border-right: #cccccc 1px solid"><p class="lastInCell"><strong>是</strong></p></td></tr><tr class="record" valign="top"><td><p class="lastInCell"><strong>Windows 2000</strong></p></td><td style="border-right: #cccccc 1px solid"><p class="lastInCell"><strong>是</strong></p></td></tr><tr class="evenRecord" valign="top"><td><p class="lastInCell"><strong>Windows NT 4.0</strong></p></td><td style="border-right: #cccccc 1px solid"><p class="lastInCell"><strong>是，需要安装</strong><a href="http://www.microsoft.com/windows2000/server/evaluation/news/bulletins/adextension.asp"><span style="color: #666666">Active Directory Client Extensions</span></a></p></td></tr><tr class="record" valign="top"><td><p class="lastInCell"><strong>Windows 98</strong></p></td><td style="border-right: #cccccc 1px solid"><p class="lastInCell"><strong>是，需要安装</strong><a href="http://www.microsoft.com/windows2000/server/evaluation/news/bulletins/adextension.asp"><span style="color: #666666">Active Directory Client Extensions</span></a></p></td></tr></tbody></table><div class="dataTableBottomMargin"></div><div><p><strong></strong></p><p><br /><strong>脚本代码<br /><br /></strong>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></div></span>
]]>
</description>
</item>
</channel>
</rss>