Here we have an example of something where Linux is well ahead of the competition: Printing! Fifteen years ago I wouldn't have believed it, but here we are. CUPS rules. It rules so much that Apple recently took it over - a fact which actually makes me a little nervous, but it's released under the GPL so they can't do that much damage.
After using CUPS for a few years, it's very strange when I have to go back to the way Windows deals with printers. Drivers installed on every workstation? But why? And how sodding big are these binary drivers?! With CUPS, the only client configuration you need to do is one line, in one config file, saying 'ServerName foo.bar.org'. When someone gets a new printer, you add it to the print server using the incredibly simple web interface. If it's a new model of printer you may need to download the driver for it - another nice surprise: the drivers in CUPS are single text files. You can even edit them to change the printer settings before adding them to the server, but you can of course change these settings afterwards instead. Once the printer is added to the server, it's immediately available on all the clients.
Let me reiterate, as this is important: immediately available on all the clients. Users can see the printer in their applications right away. No configuration needed, no 'connecting to the printer', no nothing. That's proper enterprise IT, right there.