Category Archives: Windows

Todo lo relacionado con Windows y Windows Server en sus diferentes versiones

TO log on to this remote computer, you must be granted the Allow log on through Terminal Services Right.

There are a few places that need to be configured properly for TS to work. 1) The “allow logon through terminal services” right must be assigned to the user or group in question. This can be done through group policy … Continue reading

Posted in Windows | Comments Off

Perform Authoritative Restore of Entire Directory

This step restores the entire Active Directory, and marks it as authoritative for the enterprise.Requirements •    Credentials: local Administrator •    Tool: Ntdsutil.exeTo perform authoritative restore of the entire directory 1.    Open a command prompt and type ntdsutil and then press … Continue reading

Posted in Windows | Comments Off

Command Line Hack for: “Terminal Server Has Exceeded the Maximum Number of Allowed Connections”

If you’ve worked on a network with Windows servers, you’ve encountered this error message at least 37,000 times: “The terminal server has exceeded the maximum number of allowed connections. The system can not log you on. The system has reached … Continue reading

Posted in Windows | Comments Off

Use Entourage with Exchange Server 2007

Recently, my company implemented a new Exchange 2007 server for our email. No special changes or accommodations were made to support OS X. After a bit of searching and trial and error, I figured out the settings for Entourage to … Continue reading

Posted in Exchange | Comments Off

Terminal server patch windows XP

http://www.kood.org/terminal-server-patch/ Download the termserv.zip file below and extract it somewhere. (You have to be registered to see the file) Reboot into Safe Mode. This is necessary to remove Windows File Protection. Copy the termserv.dll in the zip to %windir%\System32 and … Continue reading

Posted in Windows | Comments Off

Configure Exchange 2007 to Receive E-Mail for other Domains

by Daniel Petri – January 7, 2009 Exchange 2007 will only accept e-mail traffic for the e-mail domain that is identical to the name of your Active Directory domain. However, in some cases, we would like to allow our Exchange … Continue reading

Posted in Exchange | Comments Off

Exchange 2007 Install

Instalación básica de Exchange 2007. Exchange 2007 es la nueva versión del servidor de correo de Microsoft, aunque en realidad Exchange es mucho mas que un servidor de correo. * El servidor tiene que tener el IIS funcionando pero no … Continue reading

Posted in Exchange | Comments Off

add a default route

To add a default route with the default gateway address of 192.168.12.1, type: route add 0.0.0.0 mask 0.0.0.0 192.168.12.1

Posted in Windows | Comments Off

Redirect New Users and Computers to an OU

When you create a new user or computer account in Active Directory the accounts are created in the CN=Users and CN=Computers containers by default. Although these accounts will inherit GPO’s linked to the domain, it is not possible to apply … Continue reading

Posted in Windows | Comments Off

mount nfs share windows 2008

mount -o 172.16.2.24:/nas X:

Posted in Windows | Tagged , , , | Comments Off