<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Search results for 'app:weblogs' matching tags 'troubleshooting', 'tip', and 'Windows'</title><link>http://msmvps.com/search/SearchResults.aspx?q=app:weblogs&amp;tag=troubleshooting,tip,Windows&amp;orTags=0&amp;o=DateDescending</link><description>Search results for 'app:weblogs' matching tags 'troubleshooting', 'tip', and 'Windows'</description><dc:language>en-US</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>How to Enable Notifications for Pending Certificate Requests</title><link>http://msmvps.com/blogs/expta/archive/2012/07/12/how-to-enable-notifications-for-pending-certificate-requests.aspx</link><pubDate>Thu, 12 Jul 2012 05:00:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1812790</guid><dc:creator>Anonymous</dc:creator><description>You can&amp;nbsp;configure a Windows Certification Authority certificate template to require CA certificate manager approval, as shown below.&amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear:both;text-align:center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-amMBxlA-QhQ/T_8wVHHj3nI/AAAAAAAAH5Q/XO2jkgIzOuI/s1600/Require+Certificate+Approval.png" style="margin-left:1em;margin-right:1em;"&gt;&lt;img border="0" height="400" src="http://4.bp.blogspot.com/-amMBxlA-QhQ/T_8wVHHj3nI/AAAAAAAAH5Q/XO2jkgIzOuI/s400/Require+Certificate+Approval.png" width="308" alt="" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
With this configuration autoenrollment is disabled and&amp;nbsp;the CA Manager must approve the certificate request before the certificate is issued.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear:both;text-align:center;"&gt;
&lt;a href="http://2.bp.blogspot.com/-L5uer5P0_VM/T_8xoYPnZtI/AAAAAAAAH5Y/iEPkMz753zw/s1600/Issue+Certificate+Requests.png" style="margin-left:1em;margin-right:1em;"&gt;&lt;img border="0" height="166" src="http://2.bp.blogspot.com/-L5uer5P0_VM/T_8xoYPnZtI/AAAAAAAAH5Y/iEPkMz753zw/s400/Issue+Certificate+Requests.png" width="400" alt="" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear:both;text-align:center;"&gt;
&lt;/div&gt;
Normally, CA managers need to check in periodically to see if there are any pending requests to approve or decline.&amp;nbsp; This article discusses how to enable email notifications when a certificate request is generated that requires approval.&lt;br /&gt;
&lt;br /&gt;
First, my best practice is to create a &lt;u&gt;mail-enabled&lt;/u&gt; security group in Active Directory called &lt;strong&gt;CA&lt;/strong&gt; &lt;strong&gt;Managers&lt;/strong&gt;.&amp;nbsp; Add the appropriate user objects to this group and assign that group &lt;strong&gt;Issue and Manage Certificates&lt;/strong&gt; and &lt;strong&gt;Manage CA&lt;/strong&gt; rights on the Certification Authority, as shown below:&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear:both;text-align:center;"&gt;
&lt;a href="http://2.bp.blogspot.com/-mSnuRuyaE2g/T_80Wt5IQHI/AAAAAAAAH5k/mTWusqHzh_g/s1600/CA+Managers.png" style="margin-left:1em;margin-right:1em;"&gt;&lt;img border="0" height="400" src="http://2.bp.blogspot.com/-mSnuRuyaE2g/T_80Wt5IQHI/AAAAAAAAH5k/mTWusqHzh_g/s400/CA+Managers.png" width="303" alt="" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Now we need to configure event logging&amp;nbsp;for Certificate Services for verbose logging.&amp;nbsp; Run the following command from a CMD prompt on the CA:&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&lt;strong&gt;&lt;span style="font-family:&amp;#39;Courier New&amp;#39;, Courier, monospace;"&gt;certutil -setreg ca\loglevel 4&lt;/span&gt;&lt;/strong&gt;&lt;/blockquote&gt;
You must restart the Active Directory Certificate Services service (CertSvc) to affect the logging level change.&amp;nbsp; The CA will now log event ID&amp;nbsp;54 from source CertificationAuthority in the Application event log whenever a certificate request is generated.&amp;nbsp; For example,&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&lt;span style="font-family:&amp;#39;Courier New&amp;#39;, Courier, monospace;"&gt;Log Name:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Application&lt;br /&gt;Source:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Microsoft-Windows-CertificationAuthority&lt;br /&gt;Date:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7/12/2012 8:16:29 AM&lt;br /&gt;Event ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 54&lt;br /&gt;Task Category: None&lt;br /&gt;Level:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Information&lt;br /&gt;Keywords:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Classic&lt;br /&gt;User:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SYSTEM&lt;br /&gt;Computer:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dc1.companyabc.com&lt;br /&gt;Description:&lt;br /&gt;&lt;strong&gt;Active Directory Certificate Services left request 51 pending in the queue for C=US, S=CA, L=Pacifica, O=Expta, OU=IT, CN=Admin, &lt;/strong&gt;&lt;/span&gt;&lt;span style="font-family:&amp;#39;Courier New&amp;#39;, Courier, monospace;"&gt;&lt;strong&gt;E=admin@companyabc.com&lt;/strong&gt;&lt;/span&gt;&lt;span style="font-family:&amp;#39;Courier New&amp;#39;, Courier, monospace;"&gt;&lt;strong&gt;.&amp;nbsp; Additional information: Taken Under Submission&lt;/strong&gt;&lt;/span&gt;&lt;/blockquote&gt;
&lt;br /&gt;&lt;br /&gt;
All we need to do now is create an Event trigger on this event.&amp;nbsp; The easiest way to do that is to create a certificate request so we can attach a task to the event it logs.&amp;nbsp; Once you create the certificate request, find the event ID 54 in the Application event log on the CA.&amp;nbsp; Right-click the event and select &lt;strong&gt;Attach Task To This Event&lt;/strong&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear:both;text-align:center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-KTGdLirLjDM/T_840JqyO-I/AAAAAAAAH5w/ID8hwqoMtok/s1600/Attach+Task+to+Event.png" style="margin-left:1em;margin-right:1em;"&gt;&lt;img border="0" height="191" src="http://1.bp.blogspot.com/-KTGdLirLjDM/T_840JqyO-I/AAAAAAAAH5w/ID8hwqoMtok/s400/Attach+Task+to+Event.png" width="400" alt="" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear:both;text-align:center;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear:both;text-align:left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear:both;text-align:left;"&gt;
This will open the Create Basic Task Wizard which we will use to configure the email notification.&amp;nbsp; Give the task a name and description, as shown below, and click &lt;strong&gt;Next&lt;/strong&gt;:&lt;/div&gt;
&lt;div class="separator" style="clear:both;text-align:left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear:both;text-align:center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-2Hof08wPB2Q/T_85flfWdHI/AAAAAAAAH54/YazXGmrAX0I/s1600/Create+Task+1.png" style="margin-left:1em;margin-right:1em;"&gt;&lt;img border="0" height="273" src="http://4.bp.blogspot.com/-2Hof08wPB2Q/T_85flfWdHI/AAAAAAAAH54/YazXGmrAX0I/s400/Create+Task+1.png" width="400" alt="" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear:both;text-align:center;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear:both;text-align:left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear:both;text-align:left;"&gt;
The specific event details are prepopulated from the event we selected.&amp;nbsp; Click &lt;strong&gt;Next&lt;/strong&gt;:&lt;/div&gt;
&lt;div class="separator" style="clear:both;text-align:center;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear:both;text-align:center;"&gt;
&lt;a href="http://3.bp.blogspot.com/-nBcZPvDFHeA/T_85gCdPh1I/AAAAAAAAH6A/amuyOfJ9HW8/s1600/Create+Task+2.png" style="margin-left:1em;margin-right:1em;"&gt;&lt;img border="0" height="273" src="http://3.bp.blogspot.com/-nBcZPvDFHeA/T_85gCdPh1I/AAAAAAAAH6A/amuyOfJ9HW8/s400/Create+Task+2.png" width="400" alt="" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear:both;text-align:center;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear:both;text-align:left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear:both;text-align:left;"&gt;
Select &lt;strong&gt;Send an e-mail&lt;/strong&gt; from the Actions list and click &lt;strong&gt;Next&lt;/strong&gt;:&lt;/div&gt;
&lt;div class="separator" style="clear:both;text-align:left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear:both;text-align:center;"&gt;
&lt;a href="http://3.bp.blogspot.com/-R9QPSxKJB_w/T_85gZemQvI/AAAAAAAAH6I/ygwOmKtgRvM/s1600/Create+Task+3.png" style="margin-left:1em;margin-right:1em;"&gt;&lt;img border="0" height="273" src="http://3.bp.blogspot.com/-R9QPSxKJB_w/T_85gZemQvI/AAAAAAAAH6I/ygwOmKtgRvM/s400/Create+Task+3.png" width="400" alt="" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
Complete the details for the email, as shown below.&amp;nbsp; Enter the valid SMTP address for the &lt;strong&gt;CA Managers&lt;/strong&gt; group (created above) in the &lt;strong&gt;To:&lt;/strong&gt; field.&amp;nbsp; I include the URL to the CA approval page in the message text for easy access by the CA Managers.&amp;nbsp; Ensure that your CA server&amp;nbsp;is allowed to send SMTP email to the SMTP server you designate in the wizard.&amp;nbsp; I use &lt;a href="http://www.expta.com/2010/03/how-to-use-telnet-to-send-smtp-email-to.html" target="_blank"&gt;Telnet&lt;/a&gt; to test that.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear:both;text-align:center;"&gt;
&lt;a href="http://2.bp.blogspot.com/-rL1YetvC7CA/T_85iJgIReI/AAAAAAAAH6Q/jU0XhrYMW9w/s1600/Create+Task+4.png" style="margin-left:1em;margin-right:1em;"&gt;&lt;img border="0" height="273" src="http://2.bp.blogspot.com/-rL1YetvC7CA/T_85iJgIReI/AAAAAAAAH6Q/jU0XhrYMW9w/s400/Create+Task+4.png" width="400" alt="" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
Review the summary.&amp;nbsp;&amp;nbsp;Select the check box&amp;nbsp;to &lt;strong&gt;Open the Properties dialog for this task when I click Finish&lt;/strong&gt;&amp;nbsp;and then click &lt;strong&gt;Finish&lt;/strong&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear:both;text-align:center;"&gt;
&lt;a href="http://3.bp.blogspot.com/-3KojdikwhCI/T_8-FBIWNGI/AAAAAAAAH6k/77bV7CCDOM4/s1600/Create+Task+6.png" style="margin-left:1em;margin-right:1em;"&gt;&lt;img border="0" height="273" src="http://3.bp.blogspot.com/-3KojdikwhCI/T_8-FBIWNGI/AAAAAAAAH6k/77bV7CCDOM4/s400/Create+Task+6.png" width="400" alt="" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear:both;text-align:center;"&gt;
&lt;/div&gt;
&lt;div class="separator" style="clear:both;text-align:left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear:both;text-align:left;"&gt;
By default this task will only run when the user who created it is logged on.&amp;nbsp; Change the task to run under the &lt;strong&gt;NT Authority\SYSTEM&lt;/strong&gt; account by clicking the &lt;strong&gt;Change User or Group&lt;/strong&gt; button and entering the local &lt;strong&gt;SYSTEM&lt;/strong&gt; account.&amp;nbsp; This will also configure the task to run whether the user is logged on or not.&amp;nbsp; Now click &lt;strong&gt;OK&lt;/strong&gt; to complete the task.&lt;/div&gt;
&lt;div class="separator" style="clear:both;text-align:left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear:both;text-align:center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-ZVVw0KNJYfA/T_8_Kk4N_3I/AAAAAAAAH6s/48mClCyEG0s/s1600/Change+User+or+Group.png" style="margin-left:1em;margin-right:1em;"&gt;&lt;img border="0" height="296" src="http://4.bp.blogspot.com/-ZVVw0KNJYfA/T_8_Kk4N_3I/AAAAAAAAH6s/48mClCyEG0s/s400/Change+User+or+Group.png" width="400" alt="" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear:both;text-align:left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear:both;text-align:left;"&gt;
You can view, change or delete this task in the &lt;strong&gt;Event Viewer Tasks&lt;/strong&gt; in the &lt;strong&gt;Task Scheduler Library&lt;/strong&gt;.&lt;/div&gt;
&lt;div class="separator" style="clear:both;text-align:left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear:both;text-align:left;"&gt;
Test the new configuration by generating another certificate request.&amp;nbsp; All members of the CA Managers group should receive an email indicating that a new certificate request is pending, along with a link to the CA&amp;#39;s web approval page, as shown below:&lt;/div&gt;
&lt;div class="separator" style="clear:both;text-align:left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear:both;text-align:center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-mvQX25kEyZY/T_9EZhQXkVI/AAAAAAAAH7A/h9CYxDOtoGE/s1600/CA+Email.png" style="margin-left:1em;margin-right:1em;"&gt;&lt;img border="0" height="206" src="http://4.bp.blogspot.com/-mvQX25kEyZY/T_9EZhQXkVI/AAAAAAAAH7A/h9CYxDOtoGE/s400/CA+Email.png" width="400" alt="" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear:both;text-align:center;"&gt;
&lt;br /&gt;&amp;nbsp;&lt;/div&gt;
&lt;div class="separator" style="clear:both;text-align:center;"&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;Did you find this information useful? Post a comment and share it with others!&lt;img width="1" height="1" src="https://blogger.googleusercontent.com/tracker/798194812750898417-8945336238012903508?l=www.expta.com" alt="" /&gt;&lt;/div&gt;</description></item><item><title>Fixing Time Errors on VMware vSphere and ESX Hosts</title><link>http://msmvps.com/blogs/expta/archive/2011/07/19/fixing-time-errors-on-vmware-vsphere-and-esx-hosts.aspx</link><pubDate>Tue, 19 Jul 2011 05:00:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1796451</guid><dc:creator>Anonymous</dc:creator><description>&lt;div class="separator" style="clear:both;text-align:left;"&gt;
&lt;a href="http://4.bp.blogspot.com/-ACnxKTI0PEU/TiZJd0pwXUI/AAAAAAAAGWk/9HnD6rwr3X8/s1600/time-warp.jpg" style="clear:left;float:left;margin-bottom:1em;margin-right:1em;"&gt;&lt;img border="0" height="195" src="http://4.bp.blogspot.com/-ACnxKTI0PEU/TiZJd0pwXUI/AAAAAAAAGWk/9HnD6rwr3X8/s200/time-warp.jpg" width="200" alt="" /&gt;&lt;/a&gt;Time synchronization across a Windows domain is very important.&amp;nbsp; If a member server&amp;#39;s clock varies more than 5 minutes from other domain servers, Kerberos tickets will fail.&amp;nbsp; This causes random&amp;nbsp;authentication errors for users and/or applications which are sometimes difficult to troubleshoot.&lt;/div&gt;
&lt;br /&gt;
Normally, time is synchronized in a Windows domain using the domain hierarchy.&amp;nbsp; The domain controller holding the PDC Emulator FSMO role is normally configured to get time from an authoritative NTP time source, and syncs time with all the other DCs in the domain.&amp;nbsp; The domain clients in each site sync time from the DCs in their local site, maintaining a relatively close synchronization of time across the domain.&lt;br /&gt;
&lt;br /&gt;
Virtual machines are no different than physical computers and normally sync time using the same domain hierarchy.&amp;nbsp; Lately, however,&amp;nbsp;I&amp;#39;ve seen VMs running on VMware vSphere boot up with random time differences from the domain.&amp;nbsp; I&amp;#39;ve seen this problem with three different clients lately, so I figured this might be a pervasive enough issue to blog about.&lt;br /&gt;
&lt;br /&gt;
The trouble happens when the VMware vSphere, ESX or ESXi host does not have an accurate source of time, or time &amp;quot;drifts&amp;quot; due to an inaccurate system clock module.&amp;nbsp; vSphere and ESX hosts run a proprietary operating system and are not domain member servers, therefore they do not participate in domain hierarchy time synchronization.&amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
Most companies that use VMware hosts use vCenter to manage these hosts and their VMs.&amp;nbsp; Often, the servers that run vCenter are domain member computers and administrators think that since the vCenter syncs time with the domain, the hosts and VMs do, too.&amp;nbsp; Not true.&amp;nbsp; You need to configure the vSphere or ESX hosts to sync time from an accurate time source, otherwise the VM guests may&amp;nbsp;start up with the wrong time - &lt;em&gt;this can happen even if &lt;strong&gt;time synchronization between the virtual machine and the ESX server&lt;/strong&gt; in VMware Tools is not enabled&lt;/em&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear:both;text-align:center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-Q-SvvlPuiyM/TiZNaoE-0gI/AAAAAAAAGWo/31RJvxRVV-I/s1600/VMware+Tools+Time.png" style="margin-left:1em;margin-right:1em;"&gt;&lt;img border="0" height="347" src="http://4.bp.blogspot.com/-Q-SvvlPuiyM/TiZNaoE-0gI/AAAAAAAAGWo/31RJvxRVV-I/s400/VMware+Tools+Time.png" width="400" alt="" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear:both;text-align:center;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div align="left" class="separator" style="clear:both;text-align:center;"&gt;
&lt;/div&gt;
Here&amp;#39;s how to configure your vSphere or ESX hosts to get time from an authoritative source.&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Logon to&amp;nbsp;vCenter and select your vSphere or ESX host.&lt;/li&gt;
&lt;li&gt;Click the &lt;strong&gt;Configuration&lt;/strong&gt; tab and then &lt;strong&gt;Time Configuration&lt;/strong&gt; under the &lt;strong&gt;Software&lt;/strong&gt; heading.&amp;nbsp; Notice that the time on the vSphere host does not match the domain time shown on the Windows client running vCenter .&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="separator" style="clear:both;text-align:center;"&gt;
&lt;a href="http://3.bp.blogspot.com/-_7ndSWfU23Y/TiZV1BQTP6I/AAAAAAAAGW8/CxJCIQvoWzw/s1600/VMware+Host+Bad+Time.png" style="margin-left:1em;margin-right:1em;"&gt;&lt;img border="0" height="458" src="http://3.bp.blogspot.com/-_7ndSWfU23Y/TiZV1BQTP6I/AAAAAAAAGW8/CxJCIQvoWzw/s640/VMware+Host+Bad+Time.png" width="640" alt="" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Click &lt;strong&gt;Properties&lt;/strong&gt; in the top left of the Configuration tab.&amp;nbsp; This opens the &lt;strong&gt;Time Configuration&lt;/strong&gt; window.&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="separator" style="clear:both;text-align:center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-nWht5S4ZXcI/TiZWzt7oTOI/AAAAAAAAGXA/Px5ntLsQou8/s1600/VMware+Host+Configure+Time.png" style="margin-left:1em;margin-right:1em;"&gt;&lt;img border="0" height="458" src="http://1.bp.blogspot.com/-nWht5S4ZXcI/TiZWzt7oTOI/AAAAAAAAGXA/Px5ntLsQou8/s640/VMware+Host+Configure+Time.png" width="640" alt="" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear:both;text-align:center;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;div class="separator" style="clear:both;text-align:left;"&gt;
Click the &lt;strong&gt;Options&lt;/strong&gt; button and add a new NTP server that is the accurate source of time.&amp;nbsp; I recommend using the PDC emulator, since it should already be configured as an authoritative time source.&amp;nbsp;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="separator" style="clear:both;text-align:center;"&gt;
&lt;a href="http://2.bp.blogspot.com/-I5QHbAJzCn0/TiZXJggXudI/AAAAAAAAGXE/hwaIpIJstgA/s1600/VMware+Host+Configure+Time+Servers.png" style="margin-left:1em;margin-right:1em;"&gt;&lt;img border="0" height="458" src="http://2.bp.blogspot.com/-I5QHbAJzCn0/TiZXJggXudI/AAAAAAAAGXE/hwaIpIJstgA/s640/VMware+Host+Configure+Time+Servers.png" width="640" alt="" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear:both;text-align:left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Select the checkbox to &lt;strong&gt;Restart NTP service to apply changes&lt;/strong&gt; and click &lt;strong&gt;OK&lt;/strong&gt; twice to close the Time Configuration window.&amp;nbsp; You will see that the vSphere/ESX host now has the correct time and is configured to use &lt;strong&gt;dc01.companyabc.com&lt;/strong&gt; as its time server.&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="separator" style="clear:both;text-align:center;"&gt;
&lt;a href="http://2.bp.blogspot.com/-2bi25FoOySE/TiZYUmMrylI/AAAAAAAAGXI/vL5giYHMQJ4/s1600/VMware+Host+Correct+Time.png" style="margin-left:1em;margin-right:1em;"&gt;&lt;img border="0" height="458" src="http://2.bp.blogspot.com/-2bi25FoOySE/TiZYUmMrylI/AAAAAAAAGXI/vL5giYHMQJ4/s640/VMware+Host+Correct+Time.png" width="640" alt="" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear:both;text-align:center;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear:both;text-align:left;"&gt;
&lt;/div&gt;
You may need to restart the VM guests running on that VMware host to have them sync time with the domain.&amp;nbsp; The Windows Time service will not correct the time on the VMs&amp;nbsp;if it varies too much from domain time.&amp;nbsp; All domain computers sync time when they start up on the domain, regardless of how far out of sync they were.&lt;br /&gt;
&lt;br /&gt;
I have not seen this type of behavior with Hyper-V, only vSphere, ESX and ESXi hosts.&lt;div class="blogger-post-footer"&gt;Did you find this information useful? Post a comment and share it with others!&lt;img width="1" height="1" src="https://blogger.googleusercontent.com/tracker/798194812750898417-574122613249098497?l=www.expta.com" alt="" /&gt;&lt;/div&gt;</description></item></channel></rss>