About Me

SharePoint Architect with over 17 years of IT Experience in various roles as SharePoint Architect, Administrator, Technical Architect, IT Analyst, Application Developer, CRM Consultant, BI Developer, Microsoft Solution Architect in Client/Server, Web and Enterprise CRM Applications in E-Commerce, Financial, Healthcare, Insurance, Telecom, Outsourcing and Technology Services.
MCITP (Pro): Microsoft Certified IT Professional: SharePoint 2010 Administrator.
MCTS: Microsoft Certified Technology Specialist, SharePoint 2010 Configuration.

Tuesday, September 10, 2013

Computer clock is showing incorrect time. Time is not in sync.


The computer did not resync because no time data was available (w32tm)


  • Type following command at command prompt:
    w32tm /resync /rediscover

    Sending resync command to local computer...The computer did not resync because no time data was available.


    To make sure that all domain members are using it, run:
    w32tm /config /syncfromflags:domhier /update
          After that run:
          net stop w32time
          net start w32time

No comments:

Post a Comment