Doug 的个人资料Doug's Place照片日志列表更多 ![]() | 帮助 |
|
|
3月25日 Remote Desktop Access - Windows Home ServerOk, as I've mentioned previously, Windows Home Server allows Remote Access to the PC's on your home LAN, that support being a Remote Desktop Host. You can also access the Server after you log into the web interface and go to the Computers tab, but...... you only get the Windows Home Server Console, not the full Home Server Desktop. There are two work-arounds for this.
1) If you're behind a hardware router, forward TCP/IP Port 3389 to the Windows Home Server machine's LAN IP Address. This way you can use the Remote Desktop client to access your Windows Home Server's desktop directly.
2) On the Windows Home Server (either from the console or via Remote Desktop), open Windows Explorer and go to C:\Inetpub\Remote and locate the rdpload.aspx file. Open this file in Notepad. Locate the following two lines:
MsRdpClient.SecuredSettings.StartProgram = "HomeServerConsole.exe -r";
MsRdpClient.SecuredSettings.WorkDir = "c:\\Program Files\\Windows Home Server"; These tell the browser based RDP session to use HomeServerConsole.exe as the "shell", with a command line parameter to tell it not to show the Minimize and Exit buttons.
Replace the two lines, above, with the following two lines:
MsRdpClient.SecuredSettings.StartProgram = "Explorer.exe";
MsRdpClient.SecuredSettings.WorkDir = "c:\\Windows"; Which tells the RDP session to use explorer.exe as the "Shell", which it normally is anyway. You can make other changes to the RDP settings, such as setting a timeout for idle sessions and others. Be careful though, if you don't know what you're changing.
Now, when you access your Windows Home Server from outside your LAN using the web interface, when you select Connect to my home server, from the Computers tab, you'll see the standard Desktop inside your browser window. 3月24日 Windows Home Server Beta 2 - Open to the public!Windows Home Server Beta 2 is now open to the public. See http://www.microsoft.com/windowshomeserver for more information and a link on the right side of the page to apply! 3月3日 Removing a Client PC in Windows Home ServerOne feature missing in Windows Home Server Beta 2 is the ability to remove a client PC from the list of computers that are to be backed up. Why would you do this, you ask? Son or daughter goes away to college, joins the Peace Core or becomes an anti-technology street mime. Suddenly the computer is no longer available to be backed up. But its still joined to the Windows Home Server and the server will still want to back it up.
A solution is here. See http://www.dougknox.com/whs/whsremoveclient.htm for a small Visual Basic program that will allow you to remove the unwanted client PC from the Computers and Backups tab in Windows Home Server.
Note: This software is only intended to support Windows Home Server Beta 2. As such, it should be considered Beta software and is not supported. 2月21日 Windows Home Server - Remote AccessIf you configure your router/firewall correctly, Windows Home Server allows for secure remote access to your Windows Home Server.
Once you log in using your assigned username and password, you connect via Remote Desktop to computers on your LAN that support Remote Desktop (Windows XP Pro, Windows Vista Business and Ultimate, and etc.). Computers that are unavailable due to being in sleep or hibernate mode will be greyed out unavailable for connection.
Addutionally, you can access shared folders (Public and personal) on the server, and download music, videos, photos, whatever you have stored. The files selected are automatically compiled in a ZIP file for download. After the files are compressed you'll be prompted to open or save the ZIP file.
You can even upload files to the server for storage.
See the screen shots below for more information.
2月19日 Windows Home Server - Beta 2Its coming! Windows Home Server is in the beta 2 testing stage. Its not yet a public beta, but you can apply here:
Public forums are accessible to all at: http://forums.microsoft.com/WindowsHomeServer
What is Windows Home Server? Its a Server 2003 based PC that will allow you to automate backup of all your Windows XP and Vista PC's, with little intervention. Once the server is set up and the client software installed, the backups happen at a time you schedule (default is between midnight and 6 AM). And once the initial backup is performed, incremental backups (new/changed files only) get added during the scheduled run.
It uses a unique (to me anyway) backup strategy. Say you have two computers both running Windows Vista Ultimate. The first machine is backed up. This is not done at the file level, but by the "cluster". Windows Vista uses the NTFS file system, which defaults to a "cluster" size of 4 kilobytes. A number of clusters is used to contain the actual file. A file will always be stored starting at the beginning of a cluster. Windows Home Server backs up the first PC by analyzing and storing each cluster in the server storage pool. Once that PC is backed up it moves to PC #2. On that PC each cluster is analyzed and compared with the clusters that have already been backed up from PC #1. If a match is found (the cluster is identical) it is not copied to the server, but a record is made that PC #2 uses that cluster as well. This might seem like majic, but it isn't. Its just a different method of checking for identical files without having to go into file name, creation date, version and other information. You can also customize the individual PC backup to exclude drives and folders that you don't want backed up.
It can also serve as a Media Server (not Media Center Server, sadly), so you can place music, photos and videos on the server and have them available publicly. And it uses Windows Media Connect to serve your files to any Windows Media Connect device. You can also create individual user accounts, who can have their own private folders which can be restricted to them, or you can allow other user accounts on the server access to them. You can easily drag and drop individual files and folder to make them remotely accessible (see my other blog post on Remote Access).
And it will monitor the Security Center on your Windows XP and Windows Vista machines and warn you when one of them has a problem with the firewall, antivirus or anti-malware programs.
Setup takes a while, with a number of reboots, but its pretty simple. Short of installing and drivers that aren't included on the DVD, you only have to enter your Product Key and an Administrator password. After that, you install the client software and that gives you access to the Windows Home Server Console. Once the server installation is finished, you can disconnect the monitor, keyboard and mouse. The entire thing can be run remotely. You can use the Windows Home Server Console or you can use Remote Desktop to get in.
System Requirements are low. 1 Ghz CPU, 512 Meg of RAM, 100 Mbps hardwire Ethernet connection (clients can be wireless), and enough storage space hold the backups and shared files. Adding another hard disk is easy. Just install the drive, go to Server Storage, right click the new drive and select Add.
One note of caution. Whatever drive(s) you install in the Windows Home Server machine, make certain that there is nothing on it/them you want to keep. All drives in the WHS machine will be formatted.
See more on Window Home Server at: http://www.stopdigitalamnesia.com/
|
|
|