Recent Posts

Tags

News

  • Search

    <input class="BlogSearch" type="text" name="searchBox" id="blogSearchText" value="" onkeypress="return blogSearch(event, this);"> <input type="button" value="Search" onclick="return blogSearch2('blogSearchText');" class="BlogSearchButton"> <script type="text/javascript"> function blogSearch(event, oInput) { var keyCode = (event) ? event.keyCode : keyStroke.which; if (keyCode == 13) { top.location = 'http://www.google.com/search?q=' + escape(oInput.value) + '+inurl%3Ajavier+site%3Amsmvps.com'; return false; } return true; } function blogSearch2(oInputId) { var oInput = document.getElementById(oInputId); top.location = 'http://www.google.com/search?q=' + escape(oInput.value) + '+inurl%3Ajavier+site%3Amsmvps.com'; return false; } </script>

Community

Email Notifications

SBS Blogs

Helpful Sites

Archives

Javier's SBS Wonderland

Take the red pill and see how far down the rabbit hole goes...

Browse by Tags

All Tags » SBS Tricks (RSS)
Internet Explorer Keywords for DNS Troubleshooting
I think its safe to say that DNS is part of the fabric of the internet. I don't remember how many times I had (or helped someone with) issues with public DNS, but I can assure you that it has been a lot . DNS controls everything about your domain, from...
Create easier-to-remember URLs for OWA, RWW and even Sharepoint
If you are running SBS you must know by now that you need to type http://something.yourdomain.com/exchange or /remote to access OWA or RWW from the internet. One issue that I often encounter is that users forget those URLs are (specially if the are technologically...
Posted: Jun 03 2005, 10:17 PM by Javier | with 3 comment(s)
Filed under: ,
LimitLogin - Tool to limit and monitor concurrent logins in a domain
A couple of people in the past have asked how to prevent users from logging more than 1 time (or x number of times) on different devices across the network. I stumbled accross this tool which seems like it does exactly that better than the old CConnect...
A Recycle Bin for Sharepoint?
Today I was cleaning up the stack of magazines that I have in my desk and came across an article on how to add a Recycle Bin to Windows Sharepoint Services (WSS). MSDN Magazine - February 2005 - Page 62 http://msdn.microsoft.com/msdnmag/issues/05/02/RecycleBinforWSS...
Posted: Feb 27 2005, 12:00 PM by Javier | with 2 comment(s)
Filed under: ,
Cheap SSL Certs
I'm on some sort of vacation since last week at home in Puerto Rico... I say “some sort” because I'm actually upgrading my last SBS2k box to 2k3 and using the old box as a terminal server. While I was preparing the migration the client asked...
Posted: Dec 27 2004, 09:59 PM by Javier | with 9 comment(s)
Filed under: ,
How to create an "Offer Remote Assistance" shortcut
One of the features I like most about Windows XP (and SBS 2003) is Remote Assistance. In particular, I love being able to offer unsolicited remote assistance to my users (i.e. without them initiating the RA session, this way the user only has to click...
Posted: Nov 13 2004, 01:55 PM by Javier | with 19 comment(s)
Filed under: