The usual way visitors land on your SSL site, is by connecting to a normal HTTP version which perfoms a redirect to the SSL version of the website. This works great. By using strict transport security you can improve the security of your visitors further. It offers a method to tell the browser of the […]
Category: Windows
Using a date or time stamp in the name of a batchfile
Using the ~ substring operator and the %date% or %time% environment variables, it is possible to insert a date or timestamp into a filename while running a batchfile. testfile_%date:~-4,4%%date:~-7,2%%date:~-10,2%.zip wil result in something like testfile_20100112.zip
IIS fails to load application pool after removing exchange
After decomissioning Exchange server you cannot run other applications on IIS, and application pools fail with the following message in the logfiles: Het DLL-bestand C:\Program Files\Microsoft\Exchange Server\V14\Bin\kerbauth.dll van de module is niet geladen. Het gegevensveld bevat het foutnummer. Resolution: Stop the IIS Service Navigate to c:\windows\system32\intesrv\config and edit the file applicationhost.config Remove the line outlined […]
Add an additional session host server to an existing terminal services installation
Scenario: You have an existing terminal server installation and want to add a new session host server. Procedure: Install a new server instance, and add it to the domain Open Server Manager on the existing management server Choose manage in the top right corner of the server manager, and add the new server to the […]