<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://www.mai-hawaii.com/FreeNAS-AD/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Bigphil</id>
		<title>FreeNAS using Active Directory Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://www.mai-hawaii.com/FreeNAS-AD/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Bigphil"/>
		<link rel="alternate" type="text/html" href="https://www.mai-hawaii.com/FreeNAS-AD/Special:Contributions/Bigphil"/>
		<updated>2026-05-09T01:16:37Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.27.0</generator>

	<entry>
		<id>https://www.mai-hawaii.com/FreeNAS-AD/index.php?title=Active_Directory_Prep&amp;diff=35</id>
		<title>Active Directory Prep</title>
		<link rel="alternate" type="text/html" href="https://www.mai-hawaii.com/FreeNAS-AD/index.php?title=Active_Directory_Prep&amp;diff=35"/>
				<updated>2014-04-25T03:17:45Z</updated>
		
		<summary type="html">&lt;p&gt;Bigphil: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* Create a DNS &amp;quot;A&amp;quot; record&lt;br /&gt;
[[File:DNS A record.png]]&lt;br /&gt;
* Create a FreeNAS user specifically for joining the FreeNAS server to the domain, named '''freenasAdmin'''&lt;br /&gt;
[[File:User freenasAdmin creation.png]]&lt;br /&gt;
* Create a non-expiring password for user freenasAdmin&lt;br /&gt;
[[File:User freenasAdmin password.png]]&lt;br /&gt;
* Create a computer account in preparation for joining the FreeNAS server to the domain. The name should match the &amp;quot;A&amp;quot; record you created earlier.&lt;br /&gt;
** Before clicking OK to finalize the computer account creation, click &amp;quot;Change&amp;quot; and assign the previously created user &amp;quot;freenasAdmin&amp;quot; the ability to join the server to the domain&lt;br /&gt;
*** NOTE: Normal users in Active Directory CAN join computers to a domain, but there's a predefined limit of to how many times (it's 10) this can happen - this may not apply to Server 2008 and above, needs verification&lt;br /&gt;
[[File:Computer freenas account creation.png]]&lt;br /&gt;
* Afterwards, right click on the &amp;quot;freenas&amp;quot; computer object, and select Properties, then click on the Security tab, and give the freenasAdmin user &amp;quot;Full Control&amp;quot; and click OK.&lt;br /&gt;
** NOTE: If you don't see the security tab, you need to switch your view to &amp;quot;Advanced Features&amp;quot; - you can see where [[:File:View Advanced Features.png|&amp;lt;u&amp;gt;HERE&amp;lt;/u&amp;gt;]].&lt;br /&gt;
[[File:Computer freenas give user freenasAdmin full control.png]]&lt;br /&gt;
* Verify the accuracy of your server's clock - since every computer joined in the domain will be using the DC as a time server as well, it needs to be accurate.&lt;br /&gt;
** From a CMD prompt, type '''w32tm /query /configuration''' - if NtpServer shows time.windows.com - you should really think about changing it.&lt;br /&gt;
** To change the time server to both use a more accurate clock, and redundant clocks, type the following:&lt;br /&gt;
*** '''w32tm /config /syncfromflags:manual /manualpeerlist:&amp;quot;0.us.pool.ntp.org,0x1 1.us.pool.ntp.org,0x1 2.us.pool.ntp.org,0x1&amp;quot; /update /reliable:yes'''&lt;br /&gt;
*** If you got any result '''other''' then &amp;quot;The command completed successfully&amp;quot;, verify your command line. View an example successful result [[:File:W32tm command to add multiple time servers.png|&amp;lt;u&amp;gt;HERE&amp;lt;/u&amp;gt;]].&lt;br /&gt;
*** Restart the Windows time service by issuing the following command '''net stop w32time &amp;amp;&amp;amp; net start w32time'''. View an example successful restart [[:File:Restart Windows time service.png|&amp;lt;u&amp;gt;HERE&amp;lt;/u&amp;gt;]].&lt;/div&gt;</summary>
		<author><name>Bigphil</name></author>	</entry>

	<entry>
		<id>https://www.mai-hawaii.com/FreeNAS-AD/index.php?title=Active_Directory_Prep&amp;diff=26</id>
		<title>Active Directory Prep</title>
		<link rel="alternate" type="text/html" href="https://www.mai-hawaii.com/FreeNAS-AD/index.php?title=Active_Directory_Prep&amp;diff=26"/>
				<updated>2014-04-24T23:31:02Z</updated>
		
		<summary type="html">&lt;p&gt;Bigphil: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* Create DNS &amp;quot;A&amp;quot; record&lt;br /&gt;
[[File:DNS A record.png]]&lt;br /&gt;
* Create a FreeNAS user specifically for joining the FreeNAS server to the domain, named '''freenasAdmin'''&lt;br /&gt;
[[File:User freenasAdmin creation.png]]&lt;br /&gt;
* Create a non-expiring password for user freenasAdmin&lt;br /&gt;
[[File:User freenasAdmin password.png]]&lt;br /&gt;
* Create a computer account in preparation for joining the FreeNAS server to the domain. The name should match the &amp;quot;A&amp;quot; record you created earlier.&lt;br /&gt;
** Before clicking OK to finalize the computer account creation, click &amp;quot;Change&amp;quot; and assign the previously created user &amp;quot;freenasAdmin&amp;quot; the ability to join the server to the domain&lt;br /&gt;
*** NOTE: Normal users in Active Directory CAN join computers to a domain, but there's a predefined limit of to how many times (it's 10) this can happen - this may not apply to Server 2008 and above, needs verification&lt;br /&gt;
[[File:Computer freenas account creation.png]]&lt;br /&gt;
* Afterwards, right click on the &amp;quot;freenas&amp;quot; computer object, and select Properties, then click on the Security tab, and give the freenasAdmin user &amp;quot;Full Control&amp;quot; and click OK.&lt;br /&gt;
** NOTE: If you don't see the security tab, you need to switch your view to &amp;quot;Advanced Features&amp;quot; - you can see where [[:File:View Advanced Features.png|&amp;lt;u&amp;gt;HERE&amp;lt;/u&amp;gt;]].&lt;br /&gt;
[[File:Computer freenas give user freenasAdmin full control.png]]&lt;/div&gt;</summary>
		<author><name>Bigphil</name></author>	</entry>

	</feed>