How to Use Microsoft Planner (office 365 Planner) Effectively

Microsoft Planner can be an amazing tool for all-size businesses. It provides opportunities for an organization from small businesses to big corporate companies. To fully benefit from this tool, it’s important to understand how to use Microsoft Planner. What is Microsoft Planner (Office 365 Planner)? Something important to remember is that this tool is not … Read more

Make wordpress website HTTPS only using .htaccess

How do I make a website HTTPS only using .htaccess Open .htaccess for website using ftp Insert the following at top of .htaccess file: “#BEGIN Forcing https: RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [NC,R=301,L] #END Forcing https:” Save Overwrite existing .htaccess file

How to increase frequency of time server synchronization

When server time creep challenges VM’s from remaining compliant, fix the host OS. If using an Windows Hyper-V Server try the following: 1) start registry editor (regedit will do fine) 2) go to HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesW32TimeTimeProvidersNtpClient 3) edit value SpecialPollInterval. SpecialPollInterval is defined in seconds. If you wish e.g. 1 hour just write 3600. You can calculate … Read more