Another guide reviewed by me: Network and Sharing Center Operations Guide http://technet2.microsoft.com/windowsserver2008/en/library/7bd38516-8d1c-4eb5-aaed-cf9369c4a0611033.mspx Acknowledgments Produced by: Microsoft Windows Server User Assistance team Project Writer: Dave Bishop, L. Joan Devraun Project...
Telnet Operations Guide haha! I help Microsoft to review their Telnet Operation Guide before. Now, it was published! http://technet2.microsoft.com/windowsserver2008/en/library/0bd3aaf1-3475-4676-b85d-7fd5531a9cbc1033.mspx?mfr=true Look at the bottom of that page, you will see: Acknowledgments Produced...
Changing local admin password? I just find a good method to change the local admin password of client PC remotely from MCPMAG. By using this method, you don't need to put the new password in script in order to make it work. You may reference this: SysInternals offers a free too called PsPasswd http...
If you install VNC through Remote Desktop, you will face a problem that VNC Server can't run as a service even you choose the "Run As Services" option during the installation. To work around to this problem, I search through the net and find a solution which work on my server(W2K /w SP4...
If you want to keep track the user logon and logoff event to the domain, you can try this method: Step 1: Create the following two files using Notepad or your favorite text editor: ------logon.cmd---- echo logon %username% %computername% %date% %time% >> \\dc1\share\logon.log -----logoff.cmd--...
If you want to publish the HTTP service in IIS which was installed on the same machine as ISA, you are require to disable socket pooling on it. Otherise, HTTP service will bind itself to all network interfaces which prevent ISA to listen for incoming request. 1. Install the Support Tools form the W2K3...
I find a very good article which teach you the steps to configure cluster in Virtual Server. It's from RoudyBob. Let's share here: http://www.roudybob.net/downloads/Setting-Up-A-Windows-Server-2003-Cluster-in-VS2005-Part1.pdf http://www.roudybob.net/downloads/Setting-Up-A-Windows-Server-2003...
**This article (Q289241) is no longer available via Microsoft Tech Net. SUMMARY This article describes the most common ports, protocols, and services that are opened on a Windows 2000-based server that is running Active Directory. The purpose of this article is to list the different services and their...
Just read a good article from MCPMAG which was about DNS command line tools. So, re-post here: By Zubair Alexander Domain Name System service is one of the most important services on your Windows network. The importance of DNS is even more apparent on an Active Directory network because the entire Active...
From brianwu : I am using Vista RC1. I found a problem when i connect to my linux server. It prompted me to insert account and pw. After I keyed in the account/pw. It said that my account/password was incorrect. However, when I was using WinXP connecting to the linux, it worked (using the same acc and...