<?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 Accounts</title>
	<atom:link href="http://windowsserver.trainsignal.com/tag/user-accounts/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>Wed, 17 Mar 2010 14:00:18 +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>
		<item>
		<title>Windows Server 2008 Active Directory &#8212; Creating Users is Easy!</title>
		<link>http://windowsserver.trainsignal.com/windows-server-2008-active-directory-users</link>
		<comments>http://windowsserver.trainsignal.com/windows-server-2008-active-directory-users#comments</comments>
		<pubDate>Wed, 26 Mar 2008 15:00:05 +0000</pubDate>
		<dc:creator>Gosia Grabowska</dc:creator>
				<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[User Account Objects]]></category>
		<category><![CDATA[User Accounts]]></category>

		<guid isPermaLink="false">http://www.trainsignaltraining.com/windows-server-2008-active-directory-users/2008-03-26/</guid>
		<description><![CDATA[You probably already know that a User Account is an Active Directory Object, or simply said, a record in an AD database.
Most of the time we create user accounts for people, however user accounts can also be created for applications or processes.
User accounts allow a person to access resources on a network. But we can [...]

<h3>Related posts:<ul><li><a href='http://windowsserver.trainsignal.com/windows-server-2008-active-directory-user-groups' rel='bookmark' title='Permanent Link: Server 2008 Active Directory User Groups &#8212; the Easy Way!'>Server 2008 Active Directory User Groups &#8212; the Easy Way!</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>
<li><a href='http://windowsserver.trainsignal.com/windows-server-2008-auditing-active-directory' rel='bookmark' title='Permanent Link: Windows Server 2008: Auditing Active Directory'>Windows Server 2008: Auditing Active Directory</a></li>
</ul></h3>]]></description>
			<content:encoded><![CDATA[<p>You probably already know that a <strong>User Account</strong> is an <strong>Active Directory Object</strong>, or simply said, a record in an AD database.</p>
<p>Most of the time we create user accounts for people, however user accounts can also be created for applications or processes.</p>
<p>User accounts allow a person to access resources on a network. But we can just as easily deny access to certain resources on the network through the user account. That&#8217;s why, User Account Objects are quite important and very useful.</p>
<p>Today I&#8217;ll show you how easy it is to create a new user account, create a user template and how to use a template &#8212; all on your brand new Windows Server 2008!</p>
<p>Next week we&#8217;ll discuss <a href="http://windowsserver.trainsignal.com/windows-server-2008-active-directory-user-groups">User Groups and Organizational Units</a>. Now, let&#8217;s get started with creating a user account.</p>
<p><span id="more-442"></span></p>
<h3>Creating a New User Account</h3>
<p><strong>1.</strong> To start let&#8217;s go ahead and open up Server Manager</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/03/Gosia_UserAccts/1.jpg" alt="Windows Server 2008 Active Directory - User Accounts 1" title="Windows Server 2008 Active Directory - User Accounts 1" align="middle" width="597" height="448" border="0" /></p>
<p><strong>2.</strong> Then we will open up the <strong>Roles</strong> section &#8212; next to <strong>Active Directory Users and Computers</strong> section and finally the <strong>Active Directory Users and Computers</strong>.</p>
<p>You should now see your domain name.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/03/Gosia_UserAccts/2.jpg" alt="Windows Server 2008 Active Directory - User Accounts 2" title="Windows Server 2008 Active Directory - User Accounts 2" align="middle" width="597" height="449" border="0" /></p>
<p><strong>3.</strong> We are going to click on our <strong>Users</strong> section where we are going to create a new User Account. To do so, right-click on the blank section, point to <strong>New</strong> and select <strong>User</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/03/Gosia_UserAccts/3.jpg" alt="Windows Server 2008 Active Directory - User Accounts 3" title="Windows Server 2008 Active Directory - User Accounts 3" align="middle" width="597" height="449" border="0" /></p>
<p><strong>4.</strong> In this window you need to type in the user&#8217;s first name, middle initial and last name. Next you will need to create a user&#8217;s logon name.</p>
<p>In our example we are going to create a user account for Billy Miles and his logon name will be bmiles.  When done, click on the <strong>Next</strong> button.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/03/Gosia_UserAccts/4.jpg" alt="Windows Server 2008 Active Directory - User Accounts 4" title="Windows Server 2008 Active Directory - User Accounts 4" align="middle" width="442" height="369" border="0" /></p>
<p><strong>5.</strong> In the next window you will need to create a password for your new user and select appropriate options.</p>
<p>In our example we are going to have the user change his password at his next logon. You can also prevent a user from changing his password, set the password so that it will never expire or completely disable the account.</p>
<p>When you are done making your selections, click the <strong>Next</strong> button.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/03/Gosia_UserAccts/5.jpg" alt="Windows Server 2008 Active Directory - User Accounts 5" title="Windows Server 2008 Active Directory - User Accounts 5" align="middle" width="440" height="371" border="0" /></p>
<p><strong>6.</strong> And finally, click on the <strong>Finish</strong> button to complete the creation of new User Account.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/03/Gosia_UserAccts/6.jpg" alt="Windows Server 2008 Active Directory - User Accounts 6" title="Windows Server 2008 Active Directory - User Accounts 6" align="middle" width="441" height="371" border="0" /></p>
<h3>Creating a User Template</h3>
<p>A user template in Active Directory will make your life a little easier, especially if you are creating users for a specific department, with exact same properties, and membership to the same user groups.</p>
<p>A user template is nothing more than a disabled user account that has all these settings already in place. The only thing you are doing is copying this account, adding a new name and a password.</p>
<p>You may have multiple user templates for multiple purposes with different settings and properties. There is no limit on the number of user templates, but keep in mind that they are there to help you, not to confuse you, so keep in mind less is better.</p>
<p>To create a user template, we are going to create a regular user account just like we did above.  A little note here, you may want to add an <strong>*</strong> as the first character of the name so it floats at the top in AD and is much easier to find.</p>
<p><strong>1.</strong> To start out, right-click on the empty space, point to new, and select User.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/03/Gosia_UserAccts/7.jpg" alt="Windows Server 2008 Active Directory - User Accounts 7" title="Windows Server 2008 Active Directory - User Accounts 7" align="middle" width="597" height="448" border="0" /></p>
<p><strong>2.</strong> Type in the user&#8217;s name (with asterisks if so desired) and click Next.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/03/Gosia_UserAccts/8.jpg" alt="Windows Server 2008 Active Directory - User Accounts 8" title="Windows Server 2008 Active Directory - User Accounts 8" align="middle" width="441" height="369" border="0" /></p>
<p><strong>3.</strong> Create the template&#8217;s password and do not forget to check the box next to the <strong>Account is disabled</strong> option. When ready, click Next.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/03/Gosia_UserAccts/9.jpg" alt="Windows Server 2008 Active Directory - User Accounts 9" title="Windows Server 2008 Active Directory - User Accounts 9" align="middle" width="441" height="371" border="0" /></p>
<p><strong>4.</strong> Once the account is created, you can go ahead and add all the properties you need for that template. To do so, double-click on that account and navigate to a specific tab. Once done click OK.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/03/Gosia_UserAccts/10.jpg" alt="Windows Server 2008 Active Directory - User Accounts 10" title="Windows Server 2008 Active Directory - User Accounts 10" align="middle" width="416" height="532" border="0" /></p>
<h3>Using a Template</h3>
<p><strong>1.</strong> Now in order to use that user template, we are going to select it, copy it and add the unique information such as user name, password, etc.</p>
<p>We can do that for as many users as needed. Let&#8217;s start by right-clicking on the template and selecting <strong>Copy</strong>.</p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/03/Gosia_UserAccts/11.jpg" alt="Windows Server 2008 Active Directory - User Accounts 11" title="Windows Server 2008 Active Directory - User Accounts 11" align="middle" width="597" height="447" border="0" /></p>
<p><strong>2.</strong> Next we are going to enter the user&#8217;s name, login and password information while making sure the checkbox next to <strong>Account is disabled</strong> is unchecked.</li>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/03/Gosia_UserAccts/12.jpg" alt="Windows Server 2008 Active Directory - User Accounts 12" title="Windows Server 2008 Active Directory - User Accounts 12" align="middle" width="441" height="371" border="0" /><br />
<img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/03/Gosia_UserAccts/13.jpg" alt="Windows Server 2008 Active Directory - User Accounts 13" title="Windows Server 2008 Active Directory - User Accounts 13" align="middle" width="441" height="371" border="0" /></p>
<p><strong>3.</strong> Once we finish, our new user account is created with all the properties of the template account. Now wasn&#8217;t that easy!</p>


<h3>Related posts:<ul><li><a href='http://windowsserver.trainsignal.com/windows-server-2008-active-directory-user-groups' rel='bookmark' title='Permanent Link: Server 2008 Active Directory User Groups &#8212; the Easy Way!'>Server 2008 Active Directory User Groups &#8212; the Easy Way!</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>
<li><a href='http://windowsserver.trainsignal.com/windows-server-2008-auditing-active-directory' rel='bookmark' title='Permanent Link: Windows Server 2008: Auditing Active Directory'>Windows Server 2008: Auditing Active Directory</a></li>
</ul></h3>]]></content:encoded>
			<wfw:commentRss>http://windowsserver.trainsignal.com/windows-server-2008-active-directory-users/feed</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
	</channel>
</rss>
