About

MS MVP Logo

View Marc Lognoul [MVP]'s profile on LinkedIn

Disclaimer

The information and materials in this site are provided "AS IS" with no warranties, and confering no rights. This site does not represent the thoughts, intentions, plans or strategies of our employers, customers, friends or family, solely our own personal opinions.

Get the Windows 7/Windows Server 2008 R2 Service Pack 1 Beta!

by Marc 13. July 2010 15:33

Tags:

Software Updates | Servicing | Windows

Microsoft to Release IIS Express

by Marc 2. July 2010 13:26

According to Scott Guthrie, MS is about to bring best of both worlds by releasing an “Express” version of Internet Information Server" (IIS).

This would be used as a smooth though rich replacement for Visual Studio’s built-in Web Server or to the very basic one shipped with each recent version of Windows.

Interestingly some see this as a threat for the health of IIS in the enterprise. Personally, I am rather seeing this as an opportunity to better and more easily align Dev and Prod infrastructures and therefore reduce the gap and subsequent failure at release time. Future will tell.

Marc

Tags:

IIS | Windows

ADMT 3.2 for Server 2008 R2

by Marc 29. June 2010 15:22

A busy week for MS tools updates, this time it’s ADMT (Active Directory Migration Tool) to be updated for Server 2008 R2.

Important to mention: as previously, it cannot be installed on read-only domain controller (RODC) or on domain controllers running a “Core” version.

Download links as well as extra information:

Marc

Tags:

AD | Migration | Tools | Windows

MS NetMon 3.4 is Available

by Marc 29. June 2010 14:08

Tags:

Networking | Tools | Windows

Enterprise File Services using Windows Server 2008 R2 – CIFS/SMB 2.x in Details

by Marc 5. May 2010 13:51

While Windows Server 2008 and Vista introduces the version 2.0 of the Server Message Block protocol (aka File and Printer Sharing in humanly readable words), Windows Server 2008-R2 and Seven both bring a refreshed version, the 2.1. Instead of drilling down right-here into the protocol's details, I found more useful to post links to the most interesting resources on the Web.

Protocol Specification and Details

Tuning and Optimization

Support and Troubleshooting

Extra Goodies: Multi-threaded Robocopy and GUI

Although not directly related to SMB 2.1, Robocopy was also updated with the recent version of Windows. The main improvement is the support for multi-threaded operations, particularly interesting when massive file copy operations must take place against small files over WAN connections. I will cover this in details in a coming post. See http://technet.microsoft.com/en-us/magazine/dd542631.aspx for details. Important to note that this option is NOT compatible with the inter-packet gap option (copy using throttling).

Not so new, for those reluctant to learn and exploit all Robocopy command-lines params, there are cool GUI’s available out there, RichCopy being, like its names says it all, the richest one.

Marc

Tags:

File & Print Services | Storage and File Systems | Windows Internals | Windows