Archive for the ‘Windows’ Category

Differential Xcopy parameters

Wednesday, April 15th, 2009

I always forget what the correct options for the Windows xcopy command are when I simply want to synchronize one directory over another one. To do it well, you need to remember too many options. And robocopy is never installed when you need it.

(more…)

Windows Server Time with NTP

Saturday, August 2nd, 2008

Here’s how to configure a Windows domain controller to act as an NTP client and server for your network. You may then sync all your hosts, Windows or other, to that server. To achieve this, configure one (or more) of your domain controllers to retrieve time from the atomic clocks of the Internet. Rest of you servers should follow suit and sync their time to this domain controller after a little while.

(more…)

Adding the First Windows 2008 DC into Active Directory

Wednesday, June 25th, 2008

Make a backup copy of your AD before you go any further.

Install your new server, and join it to the domain as a member server. Before you can run dcpromo on the new 2008 server, you must run adprep on your schema master, to prepare the Active Directory schema to support Windows 2008 domain controllers. The installation DVD contains a directory called sources\adprep. Go there and run:

(more…)

MS Exchange 2007 upgrade memo

Monday, January 14th, 2008

This short list should apply to a situation where an organization with one domain and a simple Exchange environment wants to upgrade from Exchange 2003 to 2007. It assumes everything will be installed on a single server with a fresh installation of Windows 2003 R2, joined as a member server into the domain.

(more…)

Installing OpenSSH server on a Windows box

Tuesday, August 21st, 2007

An SSH server can be handy on a Windows machine, too. Cygwin comes with OpenSSH, and provides a lot of useful tools which you can use over the SSH connection. Here’s how to install Cygwin and OpenSSH server on a Windows machine.

(more…)