<?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>add domain users to local administrators group Archives - the Sysadmin Channel</title>
	<atom:link href="https://thesysadminchannel.com/tag/add-domain-users-to-local-administrators-group/feed/" rel="self" type="application/rss+xml" />
	<link>https://thesysadminchannel.com/tag/add-domain-users-to-local-administrators-group/</link>
	<description>Documenting My Life as a System Administrator</description>
	<lastBuildDate>Tue, 08 Jan 2019 03:55:59 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
<site xmlns="com-wordpress:feed-additions:1">144174110</site>	<item>
		<title>How To Add Local Administrators via GPO (Group Policy)</title>
		<link>https://thesysadminchannel.com/add-local-administrators-via-gpo-group-policy/</link>
					<comments>https://thesysadminchannel.com/add-local-administrators-via-gpo-group-policy/#comments</comments>
		
		<dc:creator><![CDATA[Paul Contreras]]></dc:creator>
		<pubDate>Mon, 31 Dec 2018 08:45:02 +0000</pubDate>
				<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[add domain users to local administrators group]]></category>
		<category><![CDATA[add local admin gpo]]></category>
		<category><![CDATA[Add Local Administrators via GPO]]></category>
		<category><![CDATA[add user to local administrators group gpo preferences]]></category>
		<category><![CDATA[create local administrator account through group policy server]]></category>
		<category><![CDATA[group policy add user to local group]]></category>
		<category><![CDATA[how to grant local admin rights to domain users via group policy]]></category>
		<guid isPermaLink="false">https://thesysadminchannel.com/?p=1166</guid>

					<description><![CDATA[<p>In every organization there will always be the need to have administrators of some sort manage some number of the machines in the domain. We also want to follow the path of least privilege, so using your Domain Admin (DA)&#8230; <a href="https://thesysadminchannel.com/add-local-administrators-via-gpo-group-policy/" class="more-link">Continue Reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://thesysadminchannel.com/add-local-administrators-via-gpo-group-policy/">How To Add Local Administrators via GPO (Group Policy)</a> appeared first on <a href="https://thesysadminchannel.com">the Sysadmin Channel</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>In every organization there will always be the need to have administrators of some sort manage some number of the machines in the domain.  We also want to follow the path of least privilege, so using your Domain Admin (DA) account to do your daily admin tasks is not going to cut it.  Remember, DA accounts should only be used for tasks that require such privileges, tasks such as <a href="https://thesysadminchannel.com/get-account-lock-out-source-powershell/" rel="noopener" target="_blank">Finding Lockout Sources in Active Directory</a>. A Domain Admin should not be used for logging into a random workstation or server to perform certain tasks.  For this reason, we need the ability to <strong>add local administrators via GPO</strong> and separate privileges for admin accounts.  </p>
<p>Best Practices is an admin that has a DA account should have the following accounts with privileges.</p>
<ul>
<li><strong>Domain Admin:</strong>  Used for very limited tasks that actually require DA access.</li>
<li><strong>Server Admin:</strong>  Used for logging into servers.  This account is NOT a Domain Admin and is not an admin on any workstations.</li>
<li><strong>Workstation Admin:</strong> Used for administering end user workstations.  This account is NOT a Domain Admin and is not an admin on any Servers.</li>
<li><strong>Regular Account:</strong>  Account used for email and general day to day tasks.  This account is not an admin on any servers or any end user workstations.</li>
</ul>
<p>&nbsp;<br />
Typically, I find that it is generally easy to remember if you insert a prefix along with your username.</p>
<ul>
<li><strong>da-bsmith:</strong>  Domain Admin Account.</li>
<li><strong>sa-bsmith:</strong>  Server Admin Account.</li>
<li><strong>wa-bsmith:</strong>  Workstation Admin Account.</li>
<li><strong>bsmith:</strong>  Regular everyday account.</li>
</ul>
<p>&nbsp;</p>
<h2>Add Local Administrators via GPO (Group Policy)</h2>
<p>So unless you already have delegated privileges, you will need Domain Admin access to enable or create group policies (ironically enough).  <strong>Here are the steps to add local administrators via GPO</strong>.</p>
<ul>
<li>Open Group Policy Management Editor (GPMC)</li>
<li>Create a New Group Policy Object and name it <strong>Local Administrators &#8211; Servers</strong></li>
<li>Navigate to <strong>Computer Configuration -> Policies -> Windows Settings -> Security Settings -> Restricted Groups</strong>.  Right Click on the right panel and select <strong>Add Group</strong></li>
</ul>
<p><a href="https://thesysadminchannel.com/wp-content/uploads/2018/12/Add-local-admins-GPO.png" target="_blank"><img fetchpriority="high" decoding="async" src="https://thesysadminchannel.com/wp-content/uploads/2018/12/Add-local-admins-GPO.png" alt="Add local admins GPO" width="716" height="331" class="aligncenter size-full wp-image-1171" /></a></p>
<ul>
<li>Browse for the Active Directory Group you wish to add as a local admin</li>
<li>Select <strong>This group is a member of</strong> (#1 Below) &#8211; <em><font color="red">This step is extremely important. Selecting Members of this group will wipe out all current admins</em>.</font></li>
</ul>
<p><a href="https://thesysadminchannel.com/wp-content/uploads/2018/12/Configure-Membership-of-Group.png" target="_blank"><img decoding="async" src="https://thesysadminchannel.com/wp-content/uploads/2018/12/Configure-Membership-of-Group.png" alt="Configure Membership of Group" width="893" height="491" class="aligncenter size-full wp-image-1175" srcset="https://thesysadminchannel.com/wp-content/uploads/2018/12/Configure-Membership-of-Group.png 893w, https://thesysadminchannel.com/wp-content/uploads/2018/12/Configure-Membership-of-Group-768x422.png 768w" sizes="(max-width: 893px) 100vw, 893px" /></a></p>
<ul>
<li>Select <strong>Browse</strong> (#2)</li>
<li>Type <strong>Administrators</strong> (#3) &#8211; <em>Note: Be sure to add &#8220;s&#8221; at the end</em></li>
<li>Click <strong>Check Names</strong> (#4) to make sure it resolves and <strong>click OK</strong></li>
<li>Close out of the window</li>
<li>Highlight the Local Administrators &#8211; Server Policy and go to the Details Tab.  On the GPO Status Dropdown select <strong>User Configuration Settings Disabled</strong></li>
<li>The final GPO should look like my screenshot below</li>
</ul>
<p><a href="https://thesysadminchannel.com/wp-content/uploads/2018/12/Local-Administrator-GPO.png"><img decoding="async" src="https://thesysadminchannel.com/wp-content/uploads/2018/12/Local-Administrator-GPO-1024x298.png" alt="Local Administrator GPO" width="1024" height="298" class="aligncenter size-medium wp-image-1179" srcset="https://thesysadminchannel.com/wp-content/uploads/2018/12/Local-Administrator-GPO-1024x298.png 1024w, https://thesysadminchannel.com/wp-content/uploads/2018/12/Local-Administrator-GPO-768x224.png 768w, https://thesysadminchannel.com/wp-content/uploads/2018/12/Local-Administrator-GPO.png 1147w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></p>
<p>&nbsp;</p>
<h2>Apply the Group Policy to your Organizational Unit</h2>
<ul>
<li>Right Click your preferred OU and select <strong>Link an Existing GPO</strong></li>
<li>Select <strong>Local Administrators &#8211; Servers GPO</strong></li>
<li>Close out of GPMC.</li>
</ul>
<p>&nbsp;</p>
<h2>Verifying Your Group Policy Works</h2>
<ul>
<li>Login to any server in the OU you applied the policy to</li>
<li>Open up a command prompt or <a href="https://thesysadminchannel.com/powershell/" rel="noopener" target="_blank">Powershell</a> Window</li>
<li>Type <strong>GPUpdate /force</strong></li>
<li>Check Local Adminstrators Group and you group should be added</li>
</ul>
<p><a href="https://thesysadminchannel.com/wp-content/uploads/2018/12/Local-Admin-Verification.png" target="_blank"><img decoding="async" src="https://thesysadminchannel.com/wp-content/uploads/2018/12/Local-Admin-Verification.png" alt="Local Admin Verification" width="400" height="455" class="aligncenter size-full wp-image-1184" /></a><br />
&nbsp;</p>
<h2>Add Local Administrators via GPO Video Demo</h2>
<p><iframe title="Add Local Admins Using Group Policy (GPO)" width="640" height="360" src="https://www.youtube.com/embed/RCx-3icSfds?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>The post <a href="https://thesysadminchannel.com/add-local-administrators-via-gpo-group-policy/">How To Add Local Administrators via GPO (Group Policy)</a> appeared first on <a href="https://thesysadminchannel.com">the Sysadmin Channel</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://thesysadminchannel.com/add-local-administrators-via-gpo-group-policy/feed/</wfw:commentRss>
			<slash:comments>9</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1166</post-id>	</item>
	</channel>
</rss>
