IBM In Denial Over Lotus Notes

Another interesting article – this one’s about Lotus Notes’ declining marketshare, and the Lotus community’s claim of it still being No. 1. IBM In Denial Over Lotus Notes The marketing folks in IBM’s Lotus division are starting to sound like the Black Knight in Monty Python and the Holy Grail, who insists he’s winning a […]

More →

The 24-hour Linux phenomenon

Interesting observation by InfoWorld columnist Neil McAllister. He quotes Jim Allchin (Group VP of Platforms at Microsoft). Excerpts from the Open Enterprise column (emphasis mine). Standard disclaimers (including “take this with a pinch of salt”) etc. apply… I do think there’s some element of truth in this – having heard from or of people who’ve […]

More →

Getting Dell Service Tag using WMI

Need to maintain an accurate inventory of servers in datacenter. Dell servers have a Service Tag that is required when calling Dell support, and it makes sense to include this in the server list. Here’s how to retrieve the Service Tag from the system BIOS. This uses WMI, and therefore works only on Windows servers. […]

More →

Long string error viewing/editing Group Policy in GPO editor

If you try to view/edit a GPO in the Group Policy Object Editor on Windows Server 2003, Windows 2000 Server or Windows XP SP1, you get the following error:The following entry in the [strings] section is too long and has been truncated. Why does this happen? Older version of GPO Editor cannot interpret some string […]

More →

Reinstall XP without activation

Ever needed to reinstall the OS on the same system and wondered if it’ll still activate? This lets you reinstall Windows XP without having to activate it again: Copy the file %systemroot%\system32\wpa.dbl (to removable media like floppy/CD if you plan to reformat the drive and do not have Reinstall Windows XP Copy the file back […]

More →

Windows Beats Linux in Live Security Contest

Interesting… I’ve since long held Windows as a more easily “securable” (provided you know how) OS. This just came in – from WinInfo Daily Update (Paul Thurrott, creator of SuperSite for Windows, part of the Windows IT Pro mag network).—————————————————– Windows Beats Linux in Live Security Contest During a live duel of sorts between backers […]

More →

Blackberry Enterprise Server upgrade to BES 4.0

UPGRADING FROM BES 3.X If you are running BES 3.x, the upgrade to 4.0 should theoretically be a simple one, but here are things to do before you click setup.exe:1) If running MSDE 7.x, upgrade to MSDE 2000 (shows up as MSDE 8.x in the admin tool). This is done by running setup.exe with upgrade=1 […]

More →

Microsoft to acquire Sybari Software

Microsoft will acquire Sybari Software, the company that makes best-of-breed antivirus (and antispam) products for Microsoft Exchange, Microsoft SPS, and (yes!) Lotus Domino. Another best-of-breed acquisition to bolster Microsoft’s security portfolio – it bought Giant Company recently and is currently beta-testing the Microsoft-branded version of Giant’s antispyware. In mid-2003 it purchased the Romanian antivirus company […]

More →

Scripting: ExchangeClusterResource Class – Reply from Alain Lissoir

The ClusApi.h file, which is part of the PlatformSDK should contain this… typedef enum CLUSTER_RESOURCE_STATE { ClusterResourceStateUnknown = -1, ClusterResourceInherited = 0, ClusterResourceInitializing = 1, ClusterResourceOnline = 2, ClusterResourceOffline = 3, ClusterResourceFailed = 4, ClusterResourcePending = 128, ClusterResourceOnlinePending = 129, ClusterResourceOfflinePending = 130 } CLUSTER_RESOURCE_STATE; HTH Alain is (now) WMI Program Manager at Microsoft and […]

More →

Scripting: ExchangeClusterResource class

The WMI ExchangeClusterResource class has 5 properties: 1) Name: returns name of Exchange cluster resource 2) Type: specifies the cluster resource type (IP Address, network name, etc.) 3) Owner: specifies the cluster node that the resource is running on (changes with failover) 4) VirtualMachine: returns name of the Virtual Machine that owns the resource 5) […]

More →