Hardening IIS Servers – some nifty tools

I was recently in need of the ability to harden an IIS server to remove things like the IIS and ASP.NET identifiers as well as enforce HTTPS, when I came across a great Powershell (go Powershell!) script that automates the whole process. You can download the script from https://github.com/drewhjelm/iis-hardening/blob/master/configure%20IIS%20security.ps1

*Test in a non-production environment first!*

There is only one prerequisite to deploy to IIS servers and that is URL Rewrite 2.0. After deploying URL Rewrite, run the Powershell Script (reboot will be required) and it will set the following settings:

  • Remove IIS and ASP.NET identification
  • Enforce HSTS (HTTP Strict Transport Security)
  • Enforce HTTPS (redirects all requests from HTTP to HTTPS)
  • Prevent framejacking
  • Disables insecure / weak ciphers
  • Configures SSL / TLS to meet PCI best practices

Another useful tool is Nartac Software IISCrypto. This tool focuses on crypto management of IIS in an easy to use interface as opposed to making all changes in the registry.

Microsoft has published a Windows Roadmap

The-familiar-Start-menu-is-back

Microsoft has published a new roadmap website for business and enterprise customers detailing features coming to Windows 10. This roadmap not only shows features coming to PCs, but to HoloLens, IoT, Surface Hub, Windows 10 Mobile, and industry devices like kiosks, ATMs, POS devices.

Check it out at https://www.microsoft.com/en-us/WindowsForBusiness/windows-roadmap

I’d also encourage taking a look at the Microsoft Edge Platform Status at https://developer.microsoft.com/en-us/microsoft-edge/platform/status/to learn more about features coming to Microsoft Edge.

How-To: Obtain Windows Install Media

Lost that DVD? That USB key? Misplaced your ISO? Microsoft has you covered! Below are the official links to download media directly from the source.

Windows 7 – https://www.microsoft.com/en-us/software-download/windows7

Windows 8.1 – https://www.microsoft.com/en-us/software-download/windows8ISO

Windows 10 (Media Creation Tool) – https://www.microsoft.com/en-us/software-download/windows10

NOTE: If you’re looking to upgrade an existing system, use the media creation tool. It will intelligently download the necessary bits and walk you through the Windows 10 upgrade process.

Windows 10 (ISO) – https://www.microsoft.com/en-us/software-download/windows10ISO

 

Looking for a Windows Live Writer Replacement?

AlkiLogoAnyone remember Windows Live Writer? It was pretty much the best blogging client available for many years…if you were a Windows user. If you use a Mac, there haven’t been any good free options. Until now.

My good friend Den Delimarsky is setting out to build a cross-platform blogging client for Windows, OS X, iOS, and Android. It’s called Alki. No ETA on availability, but he’s got some cool features planned according to his website.

If you’re interested in signing-up to test Alki when it’s available, go to http://dennisdel.com/alki/ and sign-up from the home page.

Thank you Microsoft for year #5!

I tend to look forward to January 1st each year, as this is my MVP Award renewal date. Woke up this morning and received the following message.

Thank you Microsoft, thank you to my wonderful MVP lead, and thanks to all of you. My goal this year is to try to do more blogging, and with Windows 10, Windows Server v.Next, and more on the way, that should be a relatively easy goal to achieve.

mvpaward

 

Install Windows 10 Tech Preview using Parallels Desktop

Microsoft has released the Windows 10 Technical Preview and Preview for Enterprise this week. If you’re like me and you use a mix of Macs and PCs, you may decide to run the Technical Preview using some sort of virtualization software. In my case, I was trying to install the preview with Parallels Desktop 10.

During the install, it was asking for drivers before the install could continue. Turns out the fix for this issue is a very simple one. Instead of using a SATA DVD drive in the VM, change the DVD drive to use and IDE drive, as illustrated below.

Screen Shot 2014-10-01 at 10.16.40 PM

Office 365 / Azure Integration Update for Windows Server 2012 R2

If you’re a Windows Server 2012 R2 user and you use the Essentials Experience role (same features as the standalone SKU) in a multi domain controller (DC) environment, you may have noticed that the wizards for integrating with Office 365 and Windows Azure Active Directory are disabled. This is because they were designed to function in a single DC environment.

Today, Microsoft has corrected this behavior as part of update rollup 2975719. If you install this update rollup, you should now be able to use the wizards as intended.

More info: Update Rollup August 2014 | Office 365 Integration KB

Tip: Install Windows Server 2012 Essentials Connector without Domain Join

There may be times where you want to install the Windows Server 2012 Essentials Connector without joining a domain. By not joining the Essentials domain, the following features are impacted:

– Any features that require a domain such as Group Policy, SSO by use of AD credentials to domain resources

– Any 3rd-party add-ons or applications that require the use of a domain

The connector can be installed in these cases by creating a registry key prior to launching the connector installation.

1. Launch Command Prompt as an administrator

2. Run the following command (may need to remove the dash in “SkipDomainJoin” due to formatting):

reg add “HKLMSOFTWAREMicrosoftWindows ServerClientDeployment” /v SkipDomainJoin /t REG_DWORD /d 1

3. Launch the Connector Installation

Honored for 4th year in a row as a Microsoft Most Valuable Professional

I am very pleased to announce that Microsoft has chosen me to be a Microsoft Most Valuable Professional for the 4th year in a row. As many of you may know, I have been an MVP for Windows Home Server. However, with the discontinuation of Windows Home Server, I have been chosen to be an MVP for Windows Server for Small and Medium Business.

I am honored to have been chosen, and I look forward to all the amazing community work ahead in 2014.

Dear Tom,

Congratulations! We are pleased to present you with the 2014 Microsoft® MVP Award! This award is given to exceptional technical community leaders who actively share their high quality, real world expertise with others. We appreciate your outstanding contributions in Windows Server for Small and Medium Business technical communities during the past year.

Microsoft releases Media Streaming Pack for Windows Server 2012 R2

As some of you may have noticed, Windows Server 2012 R2 Essentials no longer includes media streaming functionality out of the box. This feature existed in the non-R2 version, as well as previous versions, dating all the way back to Windows Home Server v1.

Instead of keeping this feature in the base product, Microsoft have released the Media Streaming Pack for Windows Server 2012 R2.

The Media Streaming Pack adds media streaming functionality to Windows Server 2012 R2 Essentials as well as those Standard and Datacenter servers running the Essentials Experience role.

The following features are included:

  • Streaming of media (photos, music and videos) to DLNA-compliant receivers
  • Smooth streaming to HTML5-compliant browsers through Remote Web Access and web service applications
  • Configuration through the Windows Server Essentials Dashboard

The Media Streaming pack is a free download from Microsoft and is available at http://www.microsoft.com/en-us/download/details.aspx?id=40837