Internet

Linux

MAC

PC General

Windows

NOTE! Before using any of those informations, be sure you read the Disclaimer! Thank you.

Home » Archive by Month

Articles Archive for August 2010

Speaker Drivers For Windows Xp – Secure Web Download !

Speaker Drivers For Windows Xp – Secure Web Download !
Confused about your driver situation? i will teach you how to search and download a speaker driver for Windows XP without risking your pc by visiting …

Troubleshooting Event Ids 9518, 9175, And 454 At Ms Exchange Startup

Troubleshooting Event Ids 9518, 9175, And 454 At Ms Exchange Startup
The Event Ids in Microsoft Exchange Server form most important parts of system diagnosis. These cryptic error messages allow the user to diagnose the logging …

Simplified access control using Windows Azure AppFabric Labs

Earlier this week, Zane Adam announced the availability of the New AppFabric Access Control service in LABS. The highlights for this release (and I quote):

Expanded Identity provider support – allowing developers to …

WCF service in Windows Azure

Prerequisite

VS 2010 Beta
Windows AZURE SDK should be installed on the system.
Step 1

Open Visual Studio 2010 as an administrator. Select File -> New -> Cloud Service. Click on Windows Azure cloud service template. …

Active Directory Sites and Services

Active Directory Sites and Services (ADSS) is a key element of any Active Directory Domain. It allows you to structure your Active Directory such that you can tightly control the replication and …

Microsoft Refused to Patch Office XP

Microsoft Refused to Patch Office XP
 

Microsoft said it would not patch a vulnerability in Office XP because creating a fix was “infeasible.”
The omission makes users running Office XP vulnerable to attack unless they take additional steps …

How to Solve Event 413 in Exchange Server?

How to Solve Event 413 in Exchange Server?
An Exchange Server database might fail to mount if it is inconsistent. In such cases, you can use Exchange utilities to repair them. However, if it fails to …

Invetory VBS

‘ Usage: cscript inventory.vbs ComputerName
‘Option Explicit
‘On Error Resume Next
‘Declare variables
Dim objWbem, objWbemObjectSet, objWbemObject, objWshNetwork, objOS
Dim strScriptPath
Dim strClassName, strPropertyName, strComputerName
Dim CPUType, num, Gb, Iyear, InMonth, IMonth, IDate, months
‘ Check command-line argument collection. If the user supplied an argument,
‘ copy to strComputerName. If the argument contains a question mark,
‘ call the Usage subroutine and exit. If the user didn’t supply an argument, set
‘ strComputerName to the local machine name.
If(WScript.Arguments.Count) Then
strComputerName = WScript.Arguments.Item(0)
If(InStr(strComputerName, “?”)) Then
Call Usage()
End If
Else
Set objWshNetwork = WScript.CreateObject(“WScript.Network”)
strComputerName = objWshNetwork.ComputerName
Set objWshNetwork = Nothing
End If
strScriptPath=Left(wscript.scriptfullname,Len(wscript.scriptfullname)-Len(wscript.scriptname))
ReachResult=reachable(strComputerName)
if ReachResult <> “” …

Exchange Server 2007 High Availability Part 5

Standby Continuous Replication
What is Standby Continuous Replication?
Standby Continuous Replication (SCR) for Exchange Server 2007 is a feature that was introduced with Service Pack 1.  SCR occurs between two servers – a source …

Tips To Solve Problems Getting Microsoft Driver Updates From Their Website

Tips To Solve Problems Getting Microsoft Driver Updates From Their Website
Are you experiencing problems getting Microsoft driver updates from their website? You may have spent countless hours trying to solve this problem to no avail. …