<?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/175.htm</link>
<title><![CDATA[将用户添加到本地Windows管理员组]]></title> 
<author>gOxiA &lt;sufan_cn@msn.com&gt;</author>
<category><![CDATA[PowerShell 和脚本]]></category>
<pubDate>Mon, 04 Jun 2007 04:02:26 +0000</pubDate> 
<guid>https://sufan.maytide.net/read.php/175.htm</guid> 
<description>
<![CDATA[ 
	<p><b>支持平台</b></p><table class="dataTable" id="EMB" cellspacing="0" cellpadding="0"><thead><tr class="stdHeader" valign="top"><td id="colEOB" width="35%">Windows XP</td><td id="colESB" style="BORDER-RIGHT: #cccccc 1px solid" width="65%">是</td></tr></thead><tbody><tr class="record" valign="top"><td><p class="lastInCell">Windows Server 2003</p></td><td style="BORDER-RIGHT: #cccccc 1px solid"><p class="lastInCell"><b>是</b></p></td></tr><tr class="evenRecord" valign="top"><td><p class="lastInCell">Windows 2000</p></td><td style="BORDER-RIGHT: #cccccc 1px solid"><p class="lastInCell"><b>是</b></p></td></tr><tr class="record" valign="top"><td><p class="lastInCell">Windows NT 4.0</p></td><td style="BORDER-RIGHT: #cccccc 1px solid"><p class="lastInCell"><b>是，需要安装</b><a href="http://www.microsoft.com/windows2000/server/evaluation/news/bulletins/adextension.asp">Active Directory Client Extensions</a><b /></p></td></tr><tr class="evenRecord" valign="top"><td><p class="lastInCell">Windows 98</p></td><td style="BORDER-RIGHT: #cccccc 1px solid"><p class="lastInCell"><b>是，需要安装</b><a href="http://www.microsoft.com/windows2000/server/evaluation/news/bulletins/adextension.asp">Active Directory Client Extensions</a><b /></p></td></tr></tbody></table><div class="dataTableBottomMargin"></div><p><b>脚本代码</b></p><pre class="codeSample"><div class="code">strComputer = &quot;MyComputer&quot;<br/>Set objGroup = GetObject(&quot;WinNT://&quot; &amp; strComputer &amp; &quot;/Administrators,group&quot;)<br/>Set objUser = GetObject(&quot;WinNT://&quot; &amp; strComputer &amp; &quot;/kenmyer,user&quot;)<br/>objGroup.Add(objUser.ADsPath)</div><br/></pre>
]]>
</description>
</item><item>
<link>https://sufan.maytide.net/read.php/175.htm#blogcomment71</link>
<title><![CDATA[[评论] 将用户添加到本地Windows管理员组]]></title> 
<author>wxbbk.ha &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Tue, 05 Jun 2007 01:12:13 +0000</pubDate> 
<guid>https://sufan.maytide.net/read.php/175.htm#blogcomment71</guid> 
<description>
<![CDATA[ 
	哦,本地管理组权限太大,不过有些软件是需要POWER组以上权限运行,针对那些用户建一OU,然后在关联的GPO分发这一登录脚本....我公司的ERP用户必需具POWER组以上权限才能连接运行,弄得我心里很不舒服,对那ERP公司没好感....此问题看其有无好的解决办法,居然说必需牺牲我这边的权限...违背了当初设计域时的初衷!....
]]>
</description>
</item>
</channel>
</rss>