Posts

Showing posts from 2008

Monitoring your windows servers with email alerts from the commandline

Image
This is something that you will have to face allways. You must monitor all servers that are under your command this way ensuring that servers keep on running happily. For this I use the builtin perfmon and I use the opensource application SendEmail [you can download it here ] SendEmail is just an exe you don’t have to install it, just put in a folder lets say [ D:\SendEmail ] I use a complete seperate machine to monitor my network this way I keep the load off from monitoring and this ensures the most accurate data. In this example I want to monitor the free space on the c:\ drive of a remote server called “Fileserver” On the machine from which you want to monitor start perfmon just hit [ winkey + r and type perfmon ] this is the quickest way.   You will see this screen: In the left hand side expand performance logs and alerts. Right click alerts and choose [New Alert Settings]     give your alert a meaningfull name

How to delete the deleted Items folder in Exchange 2003

Image
  I had a problem that users used the deleted Items as a filing cabinet. This is how we got rid of that J There are 2 ways accomplishing this task one is via GroupPolicy and one is through Exchange System Manager. In this article I’ll discuss the latter because I love to use the tools builtin in ESM. Go to ESM Then go to the folder recipients in ESM and hit the right mousebutton. And choose [Recipient Policy] The dialogbox New Policy appears check the checkbox [Mailbox Manager Settings] and hit [OK] Now give the Policy a meaningfull name And Hit the [Modify] button because I want this policy only to be applied to the office department in Amsterdam. I’ll show you how I can do that. In the find Exchange Recipients dialogbox go to the dropdownbox find and choose Custom Search. In the Custom Search Tab choose Contact and select Department. (I use in ADUC the organization tab and I fill the department field with Amsterdam for users in the OU Amster

Openoffice 3.0.0 is out

You can grab the release here: http://ftp.tu-chemnitz.de/pub/openoffice-extended/stable/3.0.0/   Or choose a mirror close to you. http://distribution.openoffice.org/mirrors/

Microsoft Hyper-V Server FREE

Image
Free Download Get Hyper-V Server 2008 here! Microsoft Hyper-V Server 2008 provides a simplified, reliable, and optimized virtualization solution, enabling improved server utilization and reduced costs. Since Hyper-V Server is a dedicated stand-alone product, which contains only the Windows Hypervisor, Windows Server driver model and virtualization components, it provides a small footprint and minimal overhead. It easily plugs into customers’ existing IT environments, leveraging their existing patching, provisioning, management, support tools, processes, and skills. Key Benefits Improved server utilization Small footprint Minimal overhead IT Pros can easily to leverage their existing knowledge and skills with Microsoft virtualization products, as well as the collective knowledge of the community, minimizing any learning curve. In addition, with Microsoft providing comprehensive sup

[Solved] The Group Policy client-side extension Internet Explorer Zonemapping failed to execute

Image
I had the error below in my application eventlog.     Event Type:    Error Event Source:    Userenv Event Category:    None Event ID:    1085 Date:        30-09-2008 Time:        15:20:30 User:        NT AUTHORITY\SYSTEM Computer:    TBG-TS01 Description: The Group Policy client-side extension Internet Explorer Zonemapping failed to execute. Please look for any errors reported earlier by that extension. For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp .   My problem was with my site to zone assignment list I used a wildcard like this: “ *microsoft.com ” but what you need to do is this “ *.microsoft.com ” So it is safe to say that the documentation from microsoft needs some sort of an update stating that you can only use a wildcard infront of dot. Below is the microsoft explaination:   This policy setting allows you to manage a list of sites that you want to associate with a particular s