A simple command to configure NTP on a Windows Server is: w32tm /config /manualpeerlist:pool.ntp.org /syncfromflags:MANUAL sc stop w32time sc start
Category: Servers
Exchange 2013 SP1 – Frontend Transport Service cannot start
Recently I created a custom receive connector for application use (printer, alerting, etc). After a server restart, the MSExchangeFrontEndTransport Service could
Mongo DB create service
sc.exe create MongoDB binPath= “”C:mongobinmongod.exe” –service –dbpath “C:mongodata” –logpath “C:mongologsmongod.log”” DisplayName= “MongoDB” start= “auto” Pantelis ApostolidisPantelis Apostolidis is a Sr.
Move mailbox to Office 365 from Exchange 2013
Connect windows powershell to Exchange Online with a Global Administrator $UserCredential = Get-Credential $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/