To synchronize your PDC emulator with the internet time server, please run the following command on your server which holds PDC emulator FSMO role.
w32tm /config /manualpeerlist:internet-time-server /syncfromflags:manual
/reliable:yes /update
Please replace the internet-time-server with the internet time server DNS name or IP address. If more then one is needed separate them with
a space in between and don't forget the quotes: "time1.domain.com
time2.domain.com"
List of Internet Time servers can be found here: http://www.pool.ntp.org
Wednesday, 24 July 2013
Monday, 15 July 2013
No chat history on Lync 2013 client
During our testing phase, we found out that the chat history is not working. We had the exclamation mark on the chat icon and there is nothing under it. The error was "there is an error communicating with Exchange Server". When I looked at the Lync Configuration Information (Ctrl - right click on Lync icon), I could see that both EWS information (internal & external) are blank and the EWS Information was telling me that it is not deployed.
Thursday, 4 July 2013
Connectivity issue with DirectAccess 2012
Few months after we deployed DirectAccess solution into our infrastructure, we start getting hammered by people having issue with it. The one that drives me nuts is when someone says he couldn't connect, but someone else could connect without any issue. My first remedy is to ask them to restart the IP Helper service and Network Connectivity Assistant (only IP Helper for Windows 7). That doesn't always help.
After a long time research on the internet, I found this link http://social.technet.microsoft.com/Forums/lv/forefrontedgeiag/thread/20657310-1e2e-4f66-b002-21d2a5edcab8 - which describes the same issue we are facing.
What we need to do was to run the following command to allow Teredo manage the connection instead of 6to4.
"netsh interface 6to4 set state disabled" from a command prompt on the laptop
I tested the solution on one of our laptops and it works great
After a long time research on the internet, I found this link http://social.technet.microsoft.com/Forums/lv/forefrontedgeiag/thread/20657310-1e2e-4f66-b002-21d2a5edcab8 - which describes the same issue we are facing.
What we need to do was to run the following command to allow Teredo manage the connection instead of 6to4.
"netsh interface 6to4 set state disabled" from a command prompt on the laptop
I tested the solution on one of our laptops and it works great
Subscribe to:
Posts (Atom)