Welcome to Brendon Davis
The place where I’m in charge
RDP to MCE without effecting TV
Autor brendon | 31.03.2010 | Category 7, MediaCenter, TechStuff, VISTA
One limitation of my setup at home is that all television channels go through the Media Center so when I need to do maintenance I have to interrupt my wife’s programs.
While not officially supported by Microsoft, there is an excellent modification that The Missing Remote has published. A simple batch file installs a different DLL for Terminal services that allows the console to remain logged on while up to 2 other users log into a separate RDP session.
Now I can do any management and monitoring or changes necessary without having to submit a “TV-Outage Request”. :-D Very cool.
SQL SBS Built-in command
Autor brendon | 08.03.2010 | Category TechStuff
For all those times I can’t remember how to access the built in MS SQL Database on Windows SBS Server. Use built-in authentication and the server address of \\.\pipe\mssql$microsoft##ssee\sql\query.
Now you can modify the memory and processor, log files, etc.
CISCO QoS for Dummies
Autor brendon | 05.02.2010 | Category Comms, TechStuff
Hey, for all those out there who have as much trouble with the CISCO QoS implementation as I do…. Here are 4 no so easy steps to configure.
Exchange ActiveSync Heartbeat
Autor brendon | 21.01.2010 | Category TechStuff
Most people don’t realise this but for ‘Push’ email to function, the “Client” must keep an open TCP session to the “Server”. Outlook (by default) does this using RPC over the LAN or VPN, constantly exchanging data, even when there is no new information to send.
Mobile phones are a little different, for one they use HTTPS to sync data. Secondly, data traffic is generally more expensive so when there is no new data, you want the phone to send as few data packets possible. When you create a ‘Publish Outlook Anywhere’ rule with ISA 2006, this automatically configures the firewall to let TCP sessions stay open for up to 30 min without seeing any traffic. Meaning that when there is no new email, the phone will send a single data packet every 30 min.
Unfortunately if your running any other type of firewall (ASA, PIX, NetGear, ISA 2004, etc.) you will need to manually configure this setting. By default, most firewalls will forcefully close a session that is idle for 5 min for security reasons AND on most SOHO firewall’s you can’t change this setting.
Moral of this story, if you use ActiveSync with push enabled on client mobile phones and don’t use ISA 2006 as your Internet firewall, you will likely have sessions from mobile devices disconnected causing Error 3033 on the Exchange Server Event Log. There is a Microsoft KB Article that shows simple change you can make to the ActiveSync web.config file to specify the maximum TCP session limit for your firewall to 5 min. eg,
<add key="MinHeartbeatInterval" value="60"></add> <add key="MaxHeartbeatInterval" value="300"></add>
Categories
-
Subscribe to RSS Feed - 35mm (6)
- eBook (5)
- Personal (29)
- MyBike (5)
- Rant (59)
- TechStuff (102)
- 7 (6)
- CITRIX (3)
- Comms (8)
- HomeServer (25)
- MediaCenter (10)
- Server (13)
- ServerCore (4)
- Virtualization (5)
- VISTA (11)
Links
- Clint Davis Clint’s Site
DAVIS.to The Davis web site
Exchange Server Pro Paul’s Exchange Info Site
Group Policy Center Alan’s Group Policy Info Site
I Started Something Long Zheng
Paul’s Esoteric Meanderings Paul *Anonymous
PenguinPunk.NET Dan’s Rant
Stealth Puppy Aaron Parker

