05.29.07

SDM Software to visit TechEd

Posted in sdm software at 5:49 am by Administrator

In addition to shipping the Troubleshooting Pak, we will be at the upcoming Microsoft TechEd show in Orlando this next week. If you are at the show, stop by and see us at our partner Special Operations Software’s booth #914!

SDM GPExpert Troubleshooting Pak Ships!

Posted in sdm software at 5:45 am by Administrator

Well, after a lot of hard work and late nights, we just shipped the GPExpert Troubleshooting Pak 1.0 last night. This is a significant milestone for the company as its our first suite of products for troubleshooting Group Policy. The Pak is composed of 4 different products that each add to an administrator’s arsenal of Group Policy troubleshooting. As a quick intro, here is what each product does:

  • GPExpert Health Reporter 1.5: This was our first product, released earlier this year, and provides quick red or green status on GP processing on a given Windows system.
  • GPExpert Log Analyzer 1.0: This new product picks up where Health Reporter leaves off, and gives you a deep GP drill down into a problem system, providing diagnostic tests and log analysis of all of the logs related to Group Policy
  • GPExpert Group Policy Spy 1.0: This is a very cool tool. Think of it as "RegMon" for Group Policy. It lets you watch registry I/O related to Administrative Template policy and actually resolves registry paths to Group Policy editor namespace paths.
  • GPExpert Status Monitor 1.0: Another cool tool for you desktop admins. The Status Monitor is a system tray icon that sits on all of your desktops and provides visual notification that GP processing is healthy. It also sends log events to the event log on the desktop system each time policy processes and reports how long it took to run!

I think the Troubleshooting Pak really raises the bar on the tools administrators have for troubleshooting Group Policy issues. Hopefully you will all think so as well. So, visit http://www.sdmsoftware.com/products.php, download the trial version, check it out and let me know what you think!

 Thanks

 Darren

Technorati Tags 

Group Policy Troubleshooting,SDM Software,GPExpert

05.10.07

Desktop Optimization Pack with GPOVault ships

Posted in General Stuff at 8:01 pm by Administrator

I read today that Microsoft has shipped the updated Desktop Optimization Pack for Software Assurance customers that includes the DesktopStandard GPOVault product, which MS is calling "Advanced Group Policy Management". For those who don’t know, GPOVault is a Group Policy change control product that integrates into GPMC to let you do check-in and check-out of Group Policy changes before deploying them into production. If you are a Software Assurance customer, you get it as part of the DOP.

 If not, well, sorry Surprised

05.05.07

Microsoft, Group Policy and Open Source

Posted in General Stuff at 8:24 am by Administrator

So, what do these three topics in the title have in common? Some might read that and think, "well, nothing". But indeed its not the case. Microsoft has kicked an open source project and one of the first tools to go into that process is a Group Polic y tool. If you are running Vista yet, then you know that the new Vista event log now provides additional application specific channels where various Windows or application components can send logging information. In terms of Group Policy, there is now the new Vista Operational Log that provides detailed Group Policy. Essentially this log replaces the userenv.log that we’re used to using for troubleshooting GP prior to Vista. The GP Operational Log in Vista provides a lot of step-by-step GP processing detail in a more readable format than the userenv.log file, but it isn’t necessarily as easy to view at-a-glance, like you can do with the text file-based userenv file.

To make reading of the Operational log easier, Microsoft has provided the GPLogView utility. This is a free command-line tool that lets you grab GP Operational log data and spit it out into text, HTML, etc. You can also subscribe to the Operational Log event channel and get events in real-time appearing in your console, which is kinda cool. Now, this is where the Open Source part comes in. The GPLogView source has been made available to the general public as part of a community called Codeplex. If you visit the site, you’ll see a number of Open Source projects related to Microsoft technology, that you can participate in. The GPLogView project is at http://www.codeplex.com/gplogview, and I’m one of the coordinators for the project. So if you’re interested in taking the GPLogView code and enhancing it or just seeing how it works, check it out!

 

Technorati Tags

Open Source,Group Policy, GPLogView, CodePlex