﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>IT博客-李喆的Blog-文章分类-Windows Server 2003/2008</title><link>http://www.cnitblog.com/wiseli/category/7214.html</link><description /><language>zh-cn</language><lastBuildDate>Sat, 01 Oct 2011 18:29:42 GMT</lastBuildDate><pubDate>Sat, 01 Oct 2011 18:29:42 GMT</pubDate><ttl>60</ttl><item><title>Server Core 的用户和组</title><link>http://www.cnitblog.com/wiseli/articles/43546.html</link><dc:creator>李喆</dc:creator><author>李喆</author><pubDate>Fri, 09 May 2008 08:10:00 GMT</pubDate><guid>http://www.cnitblog.com/wiseli/articles/43546.html</guid><wfw:comment>http://www.cnitblog.com/wiseli/comments/43546.html</wfw:comment><comments>http://www.cnitblog.com/wiseli/articles/43546.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnitblog.com/wiseli/comments/commentRss/43546.html</wfw:commentRss><trackback:ping>http://www.cnitblog.com/wiseli/services/trackbacks/43546.html</trackback:ping><description><![CDATA[<p>在工作组环境中管理Server Core的用户和组的基本命令（给没有命令行使用经验的技术爱好者）<br><br></p>
<p>net user <em><font color=#ff0000>username</font> <font color=#0000ff>password</font></em> /add 添加用户</p>
<p>net user <em><font color=#ff0000>username</font></em> *&nbsp; 修改用户密码</p>
<p>net localgroup <em><font color=#00ff00>groupname</font></em> /add 添加本地组</p>
<p>net localgroup&nbsp;<em><font color=#00ff00>groupname</font></em>&nbsp;<em><font color=#ff0000>username</font></em> /add 将用户帐号加入到本地组<br><br><br>如果是在域环境中，帐号的管理肯定是在AD DC的AD User and Computer中添加，当然，如果要使用命令行，可以参考Windows Server 2003的帮助，可以使用：<br><br>dsadd <br><br>ldifde<br><br>csvde<br><br>等命令创建和管理用户帐号<br><br>也可以使用脚本，可参考脚本中心：<a href="http://www.microsoft.com/china/technet/community/scriptcenter/default.mspx">http://www.microsoft.com/china/technet/community/scriptcenter/default.mspx</a></p>
<img src ="http://www.cnitblog.com/wiseli/aggbug/43546.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cnitblog.com/wiseli/" target="_blank">李喆</a> 2008-05-09 16:10 <a href="http://www.cnitblog.com/wiseli/articles/43546.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>