<?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>Train Signal Training - Free Computer Training Videos &#187; Organizational-Units</title>
	<atom:link href="http://www.trainsignaltraining.com/tag/organizational-units/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.trainsignaltraining.com</link>
	<description>Free Computer Training &#38; News Brought To You By Train Signal</description>
	<lastBuildDate>Fri, 30 Jul 2010 19:47:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing Software Using GPOs on Windows Server 2008</title>
		<link>http://www.trainsignaltraining.com/installing-software-using-gpos-on-windows-server-2008/2008-11-11/</link>
		<comments>http://www.trainsignaltraining.com/installing-software-using-gpos-on-windows-server-2008/2008-11-11/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 14:00:08 +0000</pubDate>
		<dc:creator>Gosia Grabowska</dc:creator>
				<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Group Policy Object]]></category>
		<category><![CDATA[Microsoft Installer File]]></category>
		<category><![CDATA[Organizational-Units]]></category>

		<guid isPermaLink="false">http://www.trainsignaltraining.com/?p=1733</guid>
		<description><![CDATA[Imagine for a minute that your boss came in one day, gave you a Foxit DVD and said that everyone in your organization needs to get that DPF software that’s on this DVD installed today.
You think, well that’s great but are you sure you want all 500 people to get the software today?
That’s almost impossible, [...]]]></description>
			<content:encoded><![CDATA[<p>Imagine for a minute that your boss came in one day, gave you a Foxit DVD and said that everyone in your organization needs to get that DPF software that’s on this DVD installed today.</p>
<p>You think, well that’s great but are you sure you want all 500 people to get the software today?</p>
<p>That’s almost impossible, isn’t it?  There isn’t enough time for you to walk around with the DVD and install it 500 times.</p>
<p>Sure there is!  But you won’t be walking around with the DVD in your hand, that’s for sure.</p>
<p>The solution I&#8217;m going to show you today is quite simple, and much less time consuming</p>
<p>You are going to copy that software on a Shared Folder on your network. Then, you&#8217;re going to create a <strong>Group Policy Object</strong>, aka GPO, (aren’t you happy you <a href="http://www.trainsignaltraining.com/windows-server-2008-active-directory-domain-services/2008-07-23/">installed Active Directory?</a>) that will take that software and install it on everyone’s machines.  </p>
<p>Easy, huh? Of course it is and it is not going to take you days, I promise.</p>
<p><br/></p>
<h3>What You Need Before Installing Software Using GPOs</h3>
<p>There are 3 things you will need in order to have a successful Software Installation GPO:</p>
<blockquote><p>
<strong>1.</strong> The most important thing you will need is a <strong>Microsoft installer file</strong>, called <strong>.msi</strong> &#8212; you cannot use the <strong>.exe</strong> file that is on the DVD.</p>
<p>You will need to get a packaging utility to turn that .exe file into .msi file.  Many of them are available for instant download from internet.</p>
<p>There are a few that will cost money but there are also free downloads. Here is an example from each: </p>
<ul>
<li>MSI Studio (30 day free trial) &#8212; <a href="http://www.scriptlogic.com/products/msi-studio/">http://www.scriptlogic.com/products/msi-studio/</a></li>
<li>EXE-to-MSI &#8212; <a href="http://juice.altiris.com/download/1355/exe-to-msi">http://juice.altiris.com/download/1355/exe-to-msi</a></li>
</ul>
<p><strong>2.</strong> The second thing you will need to create is a <strong>Shared Folder</strong> on your network for the software to live in.  You need to make sure that every computer has at least &quot;read&quot; access to that folder and its contents.</p>
<p><strong>3.</strong> And the last thing you will need is the new <strong>Group Policy Object</strong> linked to the appropriate Organization Unit.
</p></blockquote>
<p><span id="more-1733"></span></p>
<h3>How to Install Software Using GPOs</h3>
<p>Assuming that you already have the .msi file ready, let’s start with creating a shared folder on our network.</p>
<p><br/></p>
<p><strong>1.</strong>	Browse to the location on your network, right-click and select <strong>New</strong>, then <strong>Folder</strong>.</p>
<p><br/><br />
<img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/11/gosia_gpos/1.jpg" alt="Installing Software Using GPOs on Windows Server 2008 - 1" title="Installing Software Using GPOs on Windows Server 2008 - 1" align="middle" width="597" height="414" border="0" /></p>
<p><strong>2.</strong>	Name the folder &#8212; in this example we are going to call it <strong>&quot;Software&quot;</strong>.</p>
<p><strong>3.</strong>	Select that folder and then click on the <strong>Share</strong> button on the menu toolbar.</p>
<p><br/><br />
<img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/11/gosia_gpos/2.jpg" alt="Installing Software Using GPOs on Windows Server 2008 - 2" title="Installing Software Using GPOs on Windows Server 2008 - 2" align="middle" width="597" height="415" border="0" /></p>
<p><strong>4.</strong>	Like I mentioned above, every machine needs to have at least read access to this folder.  To do this type in <strong>Everyone</strong> and hit enter, or click on the <strong>Add</strong> button.</p>
<p><br/><br />
<img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/11/gosia_gpos/3.jpg" alt="Installing Software Using GPOs on Windows Server 2008 - 3" title="Installing Software Using GPOs on Windows Server 2008 - 3" align="middle" width="597" height="421" border="0" /></p>
<p><strong>5.</strong>	Make sure the <strong>Permission Level</strong> says <strong>Reader</strong> and then click the <strong>Share</strong> button.</p>
<p><br/><br />
<img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/11/gosia_gpos/4.jpg" alt="Installing Software Using GPOs on Windows Server 2008 - 4" title="Installing Software Using GPOs on Windows Server 2008 - 4" align="middle" width="597" height="420" border="0" /></p>
<p><strong>6.</strong>	Remember or write down the location of this shared folder.  In our example the location is <strong>\\NY-MEM1-2K8\Software</strong></p>
<p><br/><br />
<img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/11/gosia_gpos/5.jpg" alt="Installing Software Using GPOs on Windows Server 2008 - 5" title="Installing Software Using GPOs on Windows Server 2008 - 5" align="middle" width="597" height="420" border="0" /></p>
<p><strong>7.</strong>	Double click on the Shared Folder you just created and once again perform the steps to create a new folder.  </p>
<p>This time name the folder with a name specific to the software you are about to install.  We are going to call it <strong>&quot;Foxit&quot;</strong>.</p>
<p><br/><br />
<img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/11/gosia_gpos/6.jpg" alt="Installing Software Using GPOs on Windows Server 2008 - 6" title="Installing Software Using GPOs on Windows Server 2008 - 6" align="middle" width="597" height="414" border="0" /></p>
<p><strong>8.</strong>	Double click on the new folder (<strong>&quot;Foxit&quot;</strong>) and copy and paste the .msi file for the software you want to install.  Our .msi is called <strong>FoxitReader23</strong>.</p>
<p><br/><br />
<img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/11/gosia_gpos/7.jpg" alt="Installing Software Using GPOs on Windows Server 2008 - 7" title="Installing Software Using GPOs on Windows Server 2008 - 7" align="middle" width="597" height="413" border="0" /></p>
<p><strong>9.</strong>	Now it is time to switch to your domain controller.  </p>
<p>We are going to switch to our DC1 server. Once there, go ahead and open up <strong>Server Manager</strong>.</p>
<p><br/><br />
<img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/11/gosia_gpos/8.jpg" alt="Installing Software Using GPOs on Windows Server 2008 - 8" title="Installing Software Using GPOs on Windows Server 2008 - 8" align="middle" width="597" height="448" border="0" /></p>
<p><strong>10.</strong>	Now you need to point to the <strong>Organizational Unit</strong> where the new <strong>Group Policy Object</strong> will reside.  </p>
<p>To start off, go ahead and expand <strong>Features</strong>, then <strong>Group Policy Management</strong>, and then your <strong>Forest</strong>.  In our example it is the Globomantics.com forest.  </p>
<p><strong>11.</strong>	Then expand <strong>Domains</strong> and then the domain in which you want to create the GPO.</p>
<p><strong>12.</strong>	Once you are in the correct domain, expand the <strong>Organizational Unit</strong>.  In our example, we are expanding NewYorkOU.</p>
<p><strong>13.</strong>	Since we want the software to be installed on every single computer, we are going to create the Group Policy Object in our NYComputers Organization Unit.  </p>
<p>Go ahead and click on that <strong>OU</strong>.</p>
<p><br/><br />
<img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/11/gosia_gpos/9.jpg" alt="Installing Software Using GPOs on Windows Server 2008 - 9" title="Installing Software Using GPOs on Windows Server 2008 - 9" align="middle" width="597" height="448" border="0" /></p>
<p><strong>14.</strong>	To create a new GPO, right-click on the appropriate <strong>Organization Unit</strong> and select <strong>Create a GPO in this domain, and Link it here&#8230;</strong></p>
<p><br/><br />
<img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/11/gosia_gpos/10.jpg" alt="Installing Software Using GPOs on Windows Server 2008 - 10" title="Installing Software Using GPOs on Windows Server 2008 - 10" align="middle" width="597" height="450" border="0" /></p>
<p><strong>15.</strong>	Name your new GPO and hit <strong>OK</strong>.</p>
<p><br/><br />
<img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/11/gosia_gpos/11.jpg" alt="Installing Software Using GPOs on Windows Server 2008 - 11" title="Installing Software Using GPOs on Windows Server 2008 - 11" align="middle" width="391" height="174" border="0" /></p>
<p><strong>16.</strong>	To make sure the new GPO was created, go ahead and expand the <strong>Group Policy Objects</strong>.  </p>
<p>You should see your GPO listed there. That GPO is now being linked to our NYComputers OU.</p>
<p><br/><br />
<img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/11/gosia_gpos/12.jpg" alt="Installing Software Using GPOs on Windows Server 2008 - 12" title="Installing Software Using GPOs on Windows Server 2008 - 12" align="middle" width="597" height="449" border="0" /></p>
<p><strong>17.</strong>	Select and then right click on the GPO under the Organization Unit.  Then select <strong>Edit</strong>.</p>
<p><br/><br />
<img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/11/gosia_gpos/13.jpg" alt="Installing Software Using GPOs on Windows Server 2008 - 13" title="Installing Software Using GPOs on Windows Server 2008 - 13" align="middle" width="597" height="447" border="0" /></p>
<p><strong>18.</strong>	That should open a <strong>Group Policy Management Editor</strong>.  </p>
<p><strong>19.</strong>	Go ahead and expand <strong>Computer Configuration</strong>, then <strong>Policies</strong>, and then <strong>Software Settings</strong>.  </p>
<p><strong>20.</strong>	Next click on and select <strong>Software Installation</strong>.</p>
<p><br/><br />
<img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/11/gosia_gpos/14.jpg" alt="Installing Software Using GPOs on Windows Server 2008 - 14" title="Installing Software Using GPOs on Windows Server 2008 - 14" align="middle" width="597" height="446" border="0" /></p>
<p><strong>21.</strong>	Right click on the right side of the Software Installation, select <strong>New</strong> and then click on <strong>Package</strong>.</p>
<p><br/><br />
<img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/11/gosia_gpos/15.jpg" alt="Installing Software Using GPOs on Windows Server 2008 - 15" title="Installing Software Using GPOs on Windows Server 2008 - 15" align="middle" width="597" height="447" border="0" /></p>
<p><strong>22.</strong>	Browse to the location where your software .msi file exists.  </p>
<p>In our example it is NY-MEM1-2K8  	&rarr; Software &rarr; Foxit.  Once you have located it, double click on the file or select it and then click on the <strong>Open</strong> button.</p>
<p><br/><br />
<img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/11/gosia_gpos/16.jpg" alt="Installing Software Using GPOs on Windows Server 2008 - 16" title="Installing Software Using GPOs on Windows Server 2008 - 16" align="middle" width="597" height="469" border="0" /></p>
<p><strong>23.</strong>	Select <strong>Assigned</strong> and click <strong>OK</strong>.</p>
<p><br/><br />
<img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/11/gosia_gpos/17.jpg" alt="Installing Software Using GPOs on Windows Server 2008 - 17" title="Installing Software Using GPOs on Windows Server 2008 - 17" align="middle" width="349" height="235" border="0" /></p>
<p><br/></p>
<h3>Testing</h3>
<p>Before you actually go and test this on one of your client machines, do not forget to run a GPO Update.  To do so, open up you command prompt on your Domain Controller and type in <strong>gpupdate /force</strong>.</p>
<p><br/><br />
<img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/11/gosia_gpos/18.jpg" alt="Installing Software Using GPOs on Windows Server 2008 - 18" title="Installing Software Using GPOs on Windows Server 2008 - 18" align="middle" width="597" height="296" border="0" /></p>
<p><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/11/gosia_gpos/19.jpg" alt="Installing Software Using GPOs on Windows Server 2008 - 19" title="Installing Software Using GPOs on Windows Server 2008 - 19" align="middle" width="597" height="296" border="0" /></p>
<p>Once the update ran through you can go to one of your clients and restart the machine. Keep in mind that in order for the software to be installed on a computer, you will need to do a hard reboot.  </p>
<p>Now go ahead and relax for the rest of your day.</p>
<p><br/></p>
<p><!--adsense#ActiveDirectory08--></p>
<p><br/><br />
<br/></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Installing+Software+Using+GPOs+on+Windows+Server+2008+-+http://bit.ly/45OhK7+%28via+%40trainsignal%29&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.trainsignaltraining.com/installing-software-using-gpos-on-windows-server-2008/2008-11-11/&amp;title=Installing+Software+Using+GPOs+on+Windows+Server+2008" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.trainsignaltraining.com/installing-software-using-gpos-on-windows-server-2008/2008-11-11/&amp;t=Installing+Software+Using+GPOs+on+Windows+Server+2008" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.trainsignaltraining.com/installing-software-using-gpos-on-windows-server-2008/2008-11-11/&amp;title=Installing+Software+Using+GPOs+on+Windows+Server+2008" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.trainsignaltraining.com/installing-software-using-gpos-on-windows-server-2008/2008-11-11/&amp;title=Installing+Software+Using+GPOs+on+Windows+Server+2008" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.trainsignaltraining.com/installing-software-using-gpos-on-windows-server-2008/2008-11-11/&amp;title=Installing+Software+Using+GPOs+on+Windows+Server+2008&amp;summary=Imagine%20for%20a%20minute%20that%20your%20boss%20came%20in%20one%20day%2C%20gave%20you%20a%20Foxit%20DVD%20and%20said%20that%20everyone%20in%20your%20organization%20needs%20to%20get%20that%20DPF%20software%20that%E2%80%99s%20on%20this%20DVD%20installed%20today.%0D%0A%0D%0AYou%20think%2C%20well%20that%E2%80%99s%20great%20but%20are%20you%20sure%20you%20want%20all%20500%20people%20to%20get%20the%20software%20today%3F%0D%0A%0D%0AThat%E2%80%99s&amp;source=Train Signal Training - Free Computer Training Videos" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.trainsignaltraining.com/installing-software-using-gpos-on-windows-server-2008/2008-11-11/&amp;title=Installing+Software+Using+GPOs+on+Windows+Server+2008" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Installing+Software+Using+GPOs+on+Windows+Server+2008&amp;link=http://www.trainsignaltraining.com/installing-software-using-gpos-on-windows-server-2008/2008-11-11/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://www.trainsignaltraining.com/installing-software-using-gpos-on-windows-server-2008/2008-11-11/" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22Installing%20Software%20Using%20GPOs%20on%20Windows%20Server%202008%22&amp;body=Link: http://www.trainsignaltraining.com/installing-software-using-gpos-on-windows-server-2008/2008-11-11/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Imagine%20for%20a%20minute%20that%20your%20boss%20came%20in%20one%20day%2C%20gave%20you%20a%20Foxit%20DVD%20and%20said%20that%20everyone%20in%20your%20organization%20needs%20to%20get%20that%20DPF%20software%20that%E2%80%99s%20on%20this%20DVD%20installed%20today.%0D%0A%0D%0AYou%20think%2C%20well%20that%E2%80%99s%20great%20but%20are%20you%20sure%20you%20want%20all%20500%20people%20to%20get%20the%20software%20today%3F%0D%0A%0D%0AThat%E2%80%99s" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<p>Related posts:<ol><li><a href='http://www.trainsignaltraining.com/windows-server-2008-active-directory-user-groups/2008-04-07/' 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://www.trainsignaltraining.com/windows-server-2008-installing-distributed-file-system/2008-08-04/' rel='bookmark' title='Permanent Link: Server 2008: Installing Distributed File System (DFS)'>Server 2008: Installing Distributed File System (DFS)</a></li>
<li><a href='http://www.trainsignaltraining.com/configuring-distributed-file-systems/2008-08-07/' rel='bookmark' title='Permanent Link: Server 2008: Configuring Distributed File Systems (DFS)'>Server 2008: Configuring Distributed File Systems (DFS)</a></li>
<li><a href='http://www.trainsignaltraining.com/windows-vista-rsat/2008-04-03/' rel='bookmark' title='Permanent Link: Installing Remote Server Administration Tools for Windows Vista'>Installing Remote Server Administration Tools for Windows Vista</a></li>
<li><a href='http://www.trainsignaltraining.com/10-steps-to-installing-the-web-server-role-in-windows-server-2008/2007-08-06/' rel='bookmark' title='Permanent Link: 10 Steps to Installing the Web Server Role in Windows Server 2008'>10 Steps to Installing the Web Server Role in Windows Server 2008</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.trainsignaltraining.com/installing-software-using-gpos-on-windows-server-2008/2008-11-11/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Server 2008 Active Directory User Groups &#8212; the Easy Way!</title>
		<link>http://www.trainsignaltraining.com/windows-server-2008-active-directory-user-groups/2008-04-07/</link>
		<comments>http://www.trainsignaltraining.com/windows-server-2008-active-directory-user-groups/2008-04-07/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 15:00:58 +0000</pubDate>
		<dc:creator>Gosia Grabowska</dc:creator>
				<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Organizational-Units]]></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, [...]]]></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://www.trainsignaltraining.com/windows-server-2008-active-directory-users/2008-03-26/">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?  </p>
<p>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>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>
<p><br/></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.<br />
<br/><br />
<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><span id="more-444"></span><br />
<strong>2.</strong> Next expand the <strong>Active Directory Domain Services</strong> section and click on <strong>Active Directory Users and Computers</strong>.<br />
<br/><br />
<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><br/><br />
<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><br/><br />
<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><br/><br />
<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><br/><br />
<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>
<p><br/></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><br/><br />
<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><br/><br />
<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><br/><br />
<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><br/><br />
<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>
<p><br/></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><br/><br />
<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><br/><br />
<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><br/><br />
<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><br/><br />
<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>
<p><br/><br />
<a href="http://www.trainsignal.com/index.asp?PageAction=VIEWPROD&#038;ProdID=115"><img src="http://www.trainsignaltraining.com/wpnew/wp-content/uploads/ProductImages/windows_server_2008_Active_Directory_200x150.jpg" alt="Windows Server 2008 Active Directory Training Videos -- Coming Soon!" title="Windows Server 2008 Active Directory Training Videos -- Coming Soon!" align="left" width="149" height="200" border="0" /></a></p>
<h3><a href="http://www.trainsignal.com/index.asp?PageAction=VIEWPROD&#038;ProdID=115">Windows Server 2008 Active Directory Training</a> &#8212; Coming Soon!</h3>
<p>Get complete coverage for the new <strong>70-640 exam</strong> and get started on your <strong>MCITP certification</strong>.</p>
<p>Master Active Directory terms, learn about creating, organizing, and managing Users and Groups, installing and upgrading Domain Controller and much more &#8212; all on Windows Server 2008.</p>
<h3>New Active Directory Training is Coming Soon &#8211;<br />
<a href="http://www.trainsignaltraining.com/subscribe">Signup for new release notifications and discounts!</a></h3>
<p><br/></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Server+2008+Active+Directory+User+Groups+--+the+Easy+Way%21+-+http://bit.ly/9pA7E+%28via+%40trainsignal%29&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.trainsignaltraining.com/windows-server-2008-active-directory-user-groups/2008-04-07/&amp;title=Server+2008+Active+Directory+User+Groups+--+the+Easy+Way%21" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.trainsignaltraining.com/windows-server-2008-active-directory-user-groups/2008-04-07/&amp;t=Server+2008+Active+Directory+User+Groups+--+the+Easy+Way%21" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.trainsignaltraining.com/windows-server-2008-active-directory-user-groups/2008-04-07/&amp;title=Server+2008+Active+Directory+User+Groups+--+the+Easy+Way%21" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.trainsignaltraining.com/windows-server-2008-active-directory-user-groups/2008-04-07/&amp;title=Server+2008+Active+Directory+User+Groups+--+the+Easy+Way%21" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.trainsignaltraining.com/windows-server-2008-active-directory-user-groups/2008-04-07/&amp;title=Server+2008+Active+Directory+User+Groups+--+the+Easy+Way%21&amp;summary=User%20Groups%20and%20Organizational%20Units%20are%20two%20great%20ways%20of%20keeping%20your%20Active%20Directory%20organized%20and%20controlled.%20%0D%0A%0D%0ALast%20week%20I%20showed%20you%20how%20to%20create%20user%20accounts%20and%20user%20templates.%20So%20today%2C%20I%27m%20going%20to%20show%20you%20how%20to%20put%20all%20of%20these%20users%20into%20a%20group.%0D%0A%0D%0AWhy%20would%20we%20want%20to%20do%20that%3F%20%20&amp;source=Train Signal Training - Free Computer Training Videos" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.trainsignaltraining.com/windows-server-2008-active-directory-user-groups/2008-04-07/&amp;title=Server+2008+Active+Directory+User+Groups+--+the+Easy+Way%21" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Server+2008+Active+Directory+User+Groups+--+the+Easy+Way%21&amp;link=http://www.trainsignaltraining.com/windows-server-2008-active-directory-user-groups/2008-04-07/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://www.trainsignaltraining.com/windows-server-2008-active-directory-user-groups/2008-04-07/" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22Server%202008%20Active%20Directory%20User%20Groups%20--%20the%20Easy%20Way%21%22&amp;body=Link: http://www.trainsignaltraining.com/windows-server-2008-active-directory-user-groups/2008-04-07/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A User%20Groups%20and%20Organizational%20Units%20are%20two%20great%20ways%20of%20keeping%20your%20Active%20Directory%20organized%20and%20controlled.%20%0D%0A%0D%0ALast%20week%20I%20showed%20you%20how%20to%20create%20user%20accounts%20and%20user%20templates.%20So%20today%2C%20I%27m%20going%20to%20show%20you%20how%20to%20put%20all%20of%20these%20users%20into%20a%20group.%0D%0A%0D%0AWhy%20would%20we%20want%20to%20do%20that%3F%20%20" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<p>Related posts:<ol><li><a href='http://www.trainsignaltraining.com/windows-server-2008-active-directory-users/2008-03-26/' 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://www.trainsignaltraining.com/windows-server-2008-auditing-active-directory/2008-07-28/' rel='bookmark' title='Permanent Link: Windows Server 2008: Auditing Active Directory'>Windows Server 2008: Auditing Active Directory</a></li>
<li><a href='http://www.trainsignaltraining.com/server-2008-active-directory-adding-a-child-domain/2008-11-03/' rel='bookmark' title='Permanent Link: Server 2008 Active Directory: Adding a Child Domain'>Server 2008 Active Directory: Adding a Child Domain</a></li>
<li><a href='http://www.trainsignaltraining.com/install-active-directory-certificate-services/2008-08-20/' rel='bookmark' title='Permanent Link: Server 2008: Install Active Directory Certificate Services'>Server 2008: Install Active Directory Certificate Services</a></li>
<li><a href='http://www.trainsignaltraining.com/windows-server-2008-install-active-directory-domain-services/2008-07-23/' rel='bookmark' title='Permanent Link: Windows Server 2008: Install Active Directory Domain Services'>Windows Server 2008: Install Active Directory Domain Services</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.trainsignaltraining.com/windows-server-2008-active-directory-user-groups/2008-04-07/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
