Windows Server 2003 SP1: What's Broken

3:49 PM
Posted by ParadisJin 0 comments

Paul Thurrott from WindowsITPro wrote : Microsoft has published a list of 14 server applications that are incompatible to various degrees with Windows Server 2003 Service Pack 1 (SP1), confirming fears that the low-level security changes in Windows 2003 SP1 might cause problems. Most surprising: Many of the affected applications are from Microsoft. In the Microsoft article, "Windows Server 2003 Service Pack 1 application compatibility"  Microsoft describes the server applications it tested, then lists the ones that have incompatibility problems under SP1. Among the applications that have problems are Microsoft Application Center 2000 SP2, Microsoft Exchange Server 2003, Microsoft ISA Server 2004 Standard Edition, Microsoft Baseline Security Analyzer (MBSA) 1.2.1, and Microsoft Systems Management Server (SMS) 2003. More ...

Read More

FCC pics of the IBM Thinkpad Tablet PC

1:25 PM
Posted by ParadisJin 0 comments

 jkOnTheRun wrote : You've got to love the FCC when you're craving information for rumored devices and these pics found on the FCC site depict an IBM Thinkpad X41 Tablet PC.  No real surprises in these pics, the depicted Tablet looks just like a Thinkpad.  Looks like it has Bluetooth and a dual antenna WiFi.  Except, of course, for the swivel screen.  :)    Source : jkOnTheRun (more pics availables)

Read More

Enfin ! Windows 64-bit

3:41 PM
Posted by ParadisJin 0 comments

Today Bill announced the general availability of Microsoft® Windows Server (TM) 2003 x64 Editions and Windows® XP Professional x64. Check the complete article here : Microsoft Raises the Speed Limit With the Availability of 64-Bit Editions of Windows Server 2003 and Windows XP Professional Check the overview here : http://www.microsoft.com/windowsserver2003/64bit/x64/overview.mspx

Read More

Behold the Xbox 360?

9:11 AM
Posted by ParadisJin 0 comments

Behold the Xbox 360? As May 12 approaches, anticipation for the Xbox 360 unveiling is building. Now come pictures of the new console that were supposedly leaked from Microsoft. Real or not? You decide Source : Ars technica

Read More

How to get the current user SID in VBS

9:32 PM
Posted by ParadisJin 0 comments

Here's a little vbscript to read the current user SID. I know it may have been quicker to use the ADSI WinNT provider instead of WMI but the WinNT provider doesn't return the user's SID in a humain readable form. Function GetCurrentUserSID Const wbemFlagReturnImmediately = &h10 Const wbemFlagForwardOnly = &h20 Const ComputerName = "." Dim WshNetwork, objWMIService, colItems, objItem Dim strUserDomain, strUserName Set WshNetwork = WScript.CreateObject("WScript.Network") strUserDomain = WshNetwork.UserDomain strUserName = WshNetwork.UserName Set objWMIService = GetObject("winmgmts:\\" & ComputerName & "\root\CIMV2") Set colItems = objWMIService.ExecQuery("SELECT * FROM Win32_UserAccount "&_ "WHERE (Domain="""&strUserDomain&""" AND Name="""&strUserName&""")", "WQL", _ wbemFlagReturnImmediately + wbemFlagForwardOnly) For Each objItem In colItems GetCurrentUserSID = objItem.SID Next Set colItems = Nothing Set objWMIService = Nothing Set WshNetwork=Nothing End Function

Read More

Microsoft to Support Linux in Virtual Server

1:43 PM
Posted by ParadisJin 0 comments

Microsoft to Support Linux in Virtual Server zaxios writes "Techworld is reporting that Microsoft has announced support for running Linux on their virtualization software, Virtual Server 2005. From the article: '[Microsoft] can't compete against VMware without support for other operating systems.' Perhaps the significance of this is that Microsoft has acknowledged Linux as an OS people might want to use, which seems an upgrade from its previous status as a communist cancer." Source : Slashdot

Read More

Microsoft set to release patching tool, service in June

1:36 PM
Posted by ParadisJin 0 comments

Microsoft set to release patching tool, service in June LAS VEGAS - After several delays, Microsoft is set to deliver in June the Windows Server Update Services (WSUS) patching tool and the Microsoft Update (MU) software patching service, a company executive said Tuesday. Source : Infoworld

Read More
Next PostNewer Posts Home