<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Windows Server HQ by Train Signal.com &#187; User Groups</title>
	<atom:link href="http://windowsserver.trainsignal.com/tag/user-groups/feed" rel="self" type="application/rss+xml" />
	<link>http://windowsserver.trainsignal.com</link>
	<description>We are here to help you learn Windows Server!</description>
	<lastBuildDate>Thu, 04 Mar 2010 19:14:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Server 2008 Active Directory User Groups &#8212; the Easy Way!</title>
		<link>http://windowsserver.trainsignal.com/windows-server-2008-active-directory-user-groups</link>
		<comments>http://windowsserver.trainsignal.com/windows-server-2008-active-directory-user-groups#comments</comments>
		<pubDate>Mon, 07 Apr 2008 15:00:58 +0000</pubDate>
		<dc:creator>Gosia Grabowska</dc:creator>
				<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[User Accounts]]></category>
		<category><![CDATA[User Groups]]></category>

		<guid isPermaLink="false">http://www.trainsignaltraining.com/windows-server-2008-active-directory-user-groups/2008-04-02/</guid>
		<description><![CDATA[User Groups and Organizational Units are two great ways of keeping your Active Directory organized and controlled.
Last week I showed you how to create user accounts and user templates. So today, I&#8217;m going to show you how to put all of these users into a group.
Why would we want to do that? Well, let&#8217;s say [...]

<h3>Related posts:<ul><li><a href='http://windowsserver.trainsignal.com/windows-server-2008-active-directory-users' rel='bookmark' title='Permanent Link: Windows Server 2008 Active Directory &#8212; Creating Users is Easy!'>Windows Server 2008 Active Directory &#8212; Creating Users is Easy!</a></li>
<li><a href='http://windowsserver.trainsignal.com/installing-software-using-gpos-on-windows-server-2008' rel='bookmark' title='Permanent Link: Installing Software Using GPOs on Windows Server 2008'>Installing Software Using GPOs on Windows Server 2008</a></li>
<li><a href='http://windowsserver.trainsignal.com/server-2008-active-directory-users-and-groups' rel='bookmark' title='Permanent Link: Lesson 3: Active Directory Users and Groups in Windows Server 2008'>Lesson 3: Active Directory Users and Groups in Windows Server 2008</a></li>
</ul></h3>]]></description>
			<content:encoded><![CDATA[<p><strong>User Groups</strong> and <strong>Organizational Units</strong> are two great ways of keeping your Active Directory organized and controlled.</p>
<p>Last week I showed you <a href="http://windowsserver.trainsignal.com/windows-server-2008-active-directory-users">how to create user accounts and user templates</a>. So today, I&#8217;m going to show you how to put all of these users into a group.</p>
<p>Why would we want to do that? Well, let&#8217;s say for example that we have this one shared folder on our network that we want only our Sales Department to have access to.</p>
<p>Without groups in your Active Directory, you would have to go to each individual Sales Department user account and give that account access to that shared folder. That can take quite some time if you have, let&#8217;s say &#8230; 200 users in your Sales Department.</p>
<p>Instead, what we are going to do is, take all the Sales Department user accounts and put them in a Sales User Group. Now when I want to give access to all of my Sales Users to that shared folder, I just give the entire Sales Group access to it and voila! All Sales Users now have access to our shared folder!</p>
<p>That&#8217;s just so much easier, isn&#8217;t it? You can then take the Sales User Group and put it in a Sales Organizational Unit.</p>
<p><span id="more-444"></span></p>
<p>Organizational Unit is really just a folder for organizational purpose, to keep your Active Directory nice and clean. You can add different groups, computers and other resources to an Organizational Unit.</p>
<p>Enough talk, let me show you how you can accomplish all of this in your Windows Server 2008 Active Directory.</p>
<h3>Creating an Organizational Unit</h3>
<p><strong>1.</strong> Start by opening up your <strong>Server Manager</strong>, then expand the <strong>Roles</strong> section.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/04/Gosia_ADgroup/1.jpg" alt="Windows Server 2008 Active Directory Organizational Units 1" title="Windows Server 2008 Active Directory Organizational Units 1" align="middle" width="597" height="448" border="0" /></p>
<p><strong>2.</strong> Next expand the <strong>Active Directory Domain Services</strong> section and click on <strong>Active Directory Users and Computers</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/04/Gosia_ADgroup/2.jpg" alt="Windows Server 2008 Active Directory Organizational Units 2" title="Windows Server 2008 Active Directory Organizational Units 2" align="middle" width="597" height="447" border="0" /></p>
<p><strong>3.</strong> At this point you should be able to see your domain. In our example we are using the <strong>Globomantics</strong> domain. Go ahead and expand your domain.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/04/Gosia_ADgroup/3.jpg" alt="Windows Server 2008 Active Directory Organizational Units 3" title="Windows Server 2008 Active Directory Organizational Units 3" align="middle" width="597" height="447" border="0" /></p>
<p><strong>4.</strong> Now we need to create an Organizational Unit for a group to live in. In our example we are going to create an OU for our Ops Team.</p>
<p>To create a new Organization Unit, right-click on your domain name, point to the <strong>New</strong> option and then select <strong>Organizational Unit</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/04/Gosia_ADgroup/4.jpg" alt="Windows Server 2008 Active Directory Organizational Units 4" title="Windows Server 2008 Active Directory Organizational Units 4" align="middle" width="597" height="448" border="0" /></p>
<p><strong>5.</strong> Type in the name of your OU and make sure that the box is checked next to <strong>Protect container from accidental deletion</strong>.  When done, click <strong>OK</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/04/Gosia_ADgroup/5.jpg" alt="Windows Server 2008 Active Directory Organizational Units 5" title="Windows Server 2008 Active Directory Organizational Units 5" align="middle" width="440" height="371" border="0" /></p>
<p><strong>6.</strong> We now have a new Organizational Unit in our Active Directory called <strong>OpsOU</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/04/Gosia_ADgroup/6.jpg" alt="Windows Server 2008 Active Directory Organizational Units 6" title="Windows Server 2008 Active Directory Organizational Units 6" align="middle" width="597" height="448" border="0" /></p>
<h3>Creating a New Group</h3>
<p><strong>1.</strong> After you create an Organizational Unit in your Active Directory, you are ready to create your first group.  Go ahead and select your OU and then right-click in the blank area.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/04/Gosia_ADgroup/7.jpg" alt="Windows Server 2008 Active Directory User Groups 1" title="Windows Server 2008 Active Directory User Groups 1" align="middle" width="597" height="447" border="0" /></p>
<p><strong>2.</strong> Next, point to <strong>New</strong> and then select <strong>Group</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/04/Gosia_ADgroup/8.jpg" alt="Windows Server 2008 Active Directory User Groups 2" title="Windows Server 2008 Active Directory User Groups 2" align="middle" width="597" height="447" border="0" /></p>
<p><strong>3.</strong> The next step is to name your Group, select the scope and then select the type.</p>
<p>In this example we are going to name our group <strong>OpsUSers</strong>. We are also going to leave the default selections for group scope, which is Global, and group type, which is Security. When you are ready, click <strong>OK</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/04/Gosia_ADgroup/9.jpg" alt="Windows Server 2008 Active Directory User Groups 3" title="Windows Server 2008 Active Directory User Groups 3" align="middle" width="440" height="371" border="0" /></p>
<p><strong>4.</strong> Our new group has been created!</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/04/Gosia_ADgroup/10.jpg" alt="Windows Server 2008 Active Directory User Groups 4" title="Windows Server 2008 Active Directory User Groups 4" align="middle" width="597" height="448" border="0" /></p>
<h3>Moving Accounts Into a Group</h3>
<p><strong>1.</strong> In order to move pre-existing accounts into a group, you need to hold down the Control key and click on all the User or Computer accounts that you want to move into that group.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/04/Gosia_ADgroup/11.jpg" alt="Windows Server 2008 Active Directory User Groups 5" title="Windows Server 2008 Active Directory User Groups 5" align="middle" width="597" height="448" border="0" /></p>
<p><strong>2.</strong> Then you need to right-click on any one of those accounts and select <strong>Add to a group</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/04/Gosia_ADgroup/12.jpg" alt="Windows Server 2008 Active Directory User Groups 6" title="Windows Server 2008 Active Directory User Groups 6" align="middle" width="597" height="447" border="0" /></p>
<p><strong>3.</strong> Next, you need to type in the group name and let the machine find it.</p>
<p>In our example, I will type in <em>OpsUsers</em> and then click on the <strong>Check names</strong> button. Once the name is verified and group name is found, the text will become underlined and you can click the <strong>OK</strong> button. Since we know our group exists, we are going to click OK without verification.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/04/Gosia_ADgroup/13.jpg" alt="Windows Server 2008 Active Directory User Groups 7" title="Windows Server 2008 Active Directory User Groups 7" align="middle" width="463" height="246" border="0" /></p>
<p><strong>4.</strong> Now all of these accounts are part of our OpsUsers group.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/04/Gosia_ADgroup/14.jpg" alt="Windows Server 2008 Active Directory User Groups 8" title="Windows Server 2008 Active Directory User Groups 8" align="middle" width="371" height="146" border="0" /></p>
<p><strong>Note: </strong> Another way of accomplishing this would be to click on an account, hold it, then drag and drop it into a particular group. Depending on how much you like to use your mouse and how much time you have this may or may not be your preferred way of accomplishing this task.</p>


<h3>Related posts:<ul><li><a href='http://windowsserver.trainsignal.com/windows-server-2008-active-directory-users' rel='bookmark' title='Permanent Link: Windows Server 2008 Active Directory &#8212; Creating Users is Easy!'>Windows Server 2008 Active Directory &#8212; Creating Users is Easy!</a></li>
<li><a href='http://windowsserver.trainsignal.com/installing-software-using-gpos-on-windows-server-2008' rel='bookmark' title='Permanent Link: Installing Software Using GPOs on Windows Server 2008'>Installing Software Using GPOs on Windows Server 2008</a></li>
<li><a href='http://windowsserver.trainsignal.com/server-2008-active-directory-users-and-groups' rel='bookmark' title='Permanent Link: Lesson 3: Active Directory Users and Groups in Windows Server 2008'>Lesson 3: Active Directory Users and Groups in Windows Server 2008</a></li>
</ul></h3>]]></content:encoded>
			<wfw:commentRss>http://windowsserver.trainsignal.com/windows-server-2008-active-directory-user-groups/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
