MOM2005 Script to monitor nof files

A small script to create performance-data from the count of files in one folder.

'-------------------------------------------------------------------------------------
' Script to montior nof files in one folder
'
'                                         Rikard Ronnkvist / snowland.se / 2007-11-30
'-------------------------------------------------------------------------------------

Dim oFSO, oFolder, oFile, oPerfData
Dim folderName, perfData

Set oParams = ScriptContext.Parameters
folderName      = oParams.get("folderName")           ' "C:\Path"
Set oParams = Nothing

Set oFSO = CreateObject("Scripting.FileSystemObject")
Set oFolder = oFSO.GetFolder(folderName)
Set oFile = oFolder.Files
perfData = oFile.Count
Set oFile = Nothing
Set oFolder = Nothing
Set oFSO = Nothing

Set oPerfData = ScriptContext.CreatePerfData
With oPerfData
        .ObjectName = cPerfObject
        .InstanceName = folderName
        .CounterName = cPerfCounter
        .Value = perfData
End With
ScriptContext.Submit oPerfData
Set oPerfData = Nothing

SCCM MP for SCOM is out

SCCM MP for SCOM, loads of acronyms but nice anyway.

The System Center Configuration Manager Management Pack för System Center Operations Manager is out. (A bit longer text…)

The Microsoft Configuration Manager 2007 Management Pack for Operations Manager 2007 provides proactive monitoring of your Microsoft System Center Configuration Manager 2007 environment. This management pack includes:
- Detection and monitoring of all Configuration Manager servers and dependent services
- The alert driven state
- The site hierarchy diagram,
- Performance and backlog monitoring and configuration
- Performance and availability reports.

microsoft.com/downloads/


Jalasoft Xian Io for SCE

Jalasoft announced at TechEd IT Forum 2007 in Barcelona-Spain the RTM of Xian Network Manager Io for System Center Essentials.

More info at Bernardo Sanchez blog.

Btw, Jalasoft also has a new look on their webpage… www.jalasoft.com


New version of MS ACT

Are you about to upgrade to Vista ?

Then this tool is a must-have…

The Microsoft Application Compatibility Toolkit (ACT) 5.0 helps customers understand their application compatibility situation by identifying which applications are compatible with the Microsoft Windows Vista operating system and which require further testing. ACT helps customers lower their costs for application compatibility testing, prioritize their applications, and deploy Windows Vista more quickly.

Download details: Microsoft Application Compatibility Toolkit