Skip to content →

Tag: OpenADM

Thoughts on the new Windows Management Framework

You may already know that the new Windows Management Framework has been published recently. For those who don't know what services and benefits provides, just a brief presentation:

“Windows Management Framework, which includes Windows PowerShell 2.0, WinRM 2.0, and BITS 4.0, was officially released to the world this morning. By providing a consistent management interface across the various flavors of Windows, we are making our platform that much more attractive to deploy. IT Professionals can now easily manage their Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7, and Windows Server 2008 R2 machines through PowerShell remoting – that’s a huge win!”

Leave a Comment

Possible uses for PLEX modules

Here you have some possible samples that you may use as templates for your own purposes. In any case, the main goal of this post is give you an idea of what it is possible using PLEX modules.

The Samples or “Templates”

Remote log Distributed search using findstr.exe

"for /f `"tokens=*`" %i in ('dir /s /b *.log') do @findstr `"MyRegExPattern`" `"%i`"" | .\nmagent.ps1 -profile plex -cmd exec -src file -save

Remote log Distributed search using RSaR.exe. “RSaR” means “Regex Search and Rescue” and can be found at rsar.codeplex.com

Leave a Comment

Back from the Darkness, Back into Play…

It's been some time since my last post. Fortunately, many things have happened :). First, I had to completely reschedule my goals for the end of the year because of two new projects that appeared to be interesting: OpenSLIM and NMTools for OpenSLIM.

OpenSLIM stands for Open Simple & Lightweight Infrastructure Manager. It is a Lightweight CMDB with certain Program Management capabilities that may be useful for those who work on the IT Service Management space. We will talk about the vision, target and particular orientation this tool has on later posts :).…

Leave a Comment