Kenneth Dalbjerg Blog

0

Test SMTP TLS with OpenSSL with Auth

On a linux box type these two commands The command will return with the username and password in base64 format.Example: So now you need to telnet with OpenSSL to the mailserver: After you have...

0

Match Veeam replicas folder with VM

If you need to see what VM, that match to a VEEAM Replica folder on the disk system, this can be the solutionThe veeam replica folder looks like this: Let say that you need...

0

SQL Agent Job history – T SQL

Here are a Script, that you can use to extract the SQL Agent Job History This will also tell you the job steps Thanks to Chad Churchwell  – https://www.mssqltips.com/sqlservertip/2850/querying-sql-server-agent-job-history-data/

0

Update Service with new SSL certificate

Some service SSL certificate is adminstrate though netsh start netsh, though a CMD, with just type: netsh If you then type: http show sslcert, you can see SSL certificate information: So to update this...

0

Lenovo Update ONECLI

OneCli.exe update acquire –scope latest –mt 7X06 –os win2016 –dir C:\Lenovo\Driver Onecli.exe update flash –dir C:\Lenovo\Driver –scope latest You find ONECLI on Lenovo Support page, under the specific server Please change -mt to the...

0

Restart Explorer as Adminstrator

If you have problems with accessing a drive, with the error message: f:\ is not accessible. Access is denied It can happen, if the drive doesn’t have this permission:Everyone (This folder Only): Read &...