Windows Intune

For a small company, running and maintaning your own Microsoft Small Business Server is a chore. So we have moved a client to a Hosted Exchange solution, so we don’t have to worry about email hosting, maintenance, security and archiving. But what about PC management? What about remote users? Microsoft now has a solution called Windows Intune.

Windows Intune delivers cloud-based PC management and security capabilities using a Web-based console so that both your users and IT staff can operate from virtually anywhere.

We are currently beta testing the free 25 seat account and so far we are impressed. You get a system overview of all your PCs. No need to review each PC. You get alerts by email or you can regularly review the System Overview page. You have an inventory of all your computers. I do wish they can display system information on each PC. You get a list of Windows updates that you can approve manually or automatically based on update classification and software category. You get a list of all malware found and cleaned. Windows Intune comes with Windows Intune Malware Protection, which looks very much like Microsoft Security Essentials. You get a list of all software installed on each machine. You can create policies that configure Windows Update, Firewall and Intune. I do wish Microsoft can add some kind of hosted Active Directory so we can completely remove our Small Business Server.

Once Windows Intune goes out of beta, the cost will be $11 per PC per month.

JRebel

We are in the process of enhancing and speeding up our build process, so we took the time to try out JRebel. I’m sure glad we did.

So what is JRebel? JRebel is a productivity tool for Java development. It eliminates the build and redeploy process from the development cycle. You can immediately see the changes in your application as soon as you change your code in your IDE. We can instantly see changes in classes inside libraries, web applications and enterprise applications with no extra step. Using Eclipse with auto build, we just save the source code and we can see our changes take effect. This is faster and easier than hot deployments. It also works for resource and configuration files.

JRebel supports popular frameworks like Spring and Hibernate. They also support web and application containers like Tomcat, JBoss and WebLogic.

The annual price is reasonable and it’s free for open source developers. I highly recommend it.