Category Archives: Information Technology

What is NTLM

TechNet article written by Jesper Johansson explains NTLM Security Watch The Most Misunderstood Windows Security Setting of All Time https://technet.microsoft.com/en-us/library/2006.08.securitywatch.asp

Posted in Information Technology | Tagged | Comments Off on What is NTLM

Change WordPress file rights on Synology

If you copied a wordpress file structure to your NAS you possible endup in wrong file rights. Open Telnet session and change to superuser mode . After that, change owner and rights so WordPress is working without errors. su sudo cd … Continue reading

Posted in Fix IT, Information Technology | Tagged , | Comments Off on Change WordPress file rights on Synology

German date is not accepted in Powershell

Problem: Systems or commands  working with english datetime do not accept german date formats. Converting them directly to Datetime ist not possible.  “System.DateTime”. Error: “String was not recognized as a valid DateTime.” Example: Solution: Convert the date to an english datetime … Continue reading

Posted in Information Technology | Tagged | Comments Off on German date is not accepted in Powershell

Permalink dos not change in WordPress

I changed to a new Synology NAS from DSM 5.2 to 6.1. After migrating my WordPress site Permalinks worked only in default mode. On my old NAS i used to have something like “/2013/10/file-open-security-warning/”  . Problem: The permalink update is not running … Continue reading

Posted in Fix IT, Information Technology | Tagged , | Comments Off on Permalink dos not change in WordPress

Check NTP on windows computer

Start a command  shell and use the following command.  Here ch.pool.ntp.org is an array of ntp servers delivered by dns query. w32tm /stripchart /computer:ch.pool.ntp.org /dataonly /samples:5 You should get a response like  this. In this sample the first few request are … Continue reading

Posted in Fix IT, Information Technology | Tagged | Comments Off on Check NTP on windows computer

SCOM, find stucked agents

Some times agents start to stop collecting data without stopping completely . this is often when client are overloaded or management servers are for a while unavailable. In my case most times disk space counters stopped working as on of the first … Continue reading

Posted in Fix IT, Information Technology | Tagged | Comments Off on SCOM, find stucked agents

Powershell from scheduled task

As powershell is running by default in secure mode , use the following setting to run powershell scripts from a scheduled task. This way you do not have to elevate the rights for running scripts. Ensure your Powershell script is … Continue reading

Posted in Information Technology, Tips | Tagged | Comments Off on Powershell from scheduled task