• Main
  • Blog
  • Who We Are
    • Jeremy Anderson
    • Amy Babinchak
    • Steve Banks
    • Cliff Galiher
    • Brian Higgins
    • Eriq Neale
    • Edwin Sarmiento
    • David Shackelford
  • Store
    • Webinar Archives
  • Support
  • Forum
  • FAQ
  • My Third Tier
  • Datto

Author Archive for amy

Feb
1

How do Rejoin a Computer to the Domain without Losing it’s SID

by amy

Post to Twitter Post to Facebook Post to StumbleUpon

This trick comes to be via my Active Directory study group. I suggest that everyone join a usergroup and/or a study group. It’s not that we don’t know AD, it’s that we forget or miss new features. A refresher course is fun too.

Occasionally a computer will come “disjoined” from the domain. The symptoms can be that the computer can’t login when connected to the network, message that the computer account has expired, the domain certificate is invalid, etc. These all stem from the same problem and that is that the secure channel between the computer and domain is hosed. (that’s a technical term. Smile )

The classic way to fix this problem is to unjoin and rejoin the domain. Doing so is kind of a pain because it requires a couple of reboots and the user profile isn’t always reconnected. Ewe. Further if you had that computer in any groups or assigned specific permissions to it those are gone because now your computer has a new SID, so the AD doesn’t see it as the same machine anymore. You’ll have to recreate all of that stuff from the excellent documentation that you’ve been keeping. Uh, huh, your excellent documentation. Double Ewe.

Instead of doing that we can just reset the secure channel. There are a couple of ways do this:

  1. In AD right click the computer and select Reset Account. Then re-join without un-joining the computer to the domain. Reboot required.
  2. In an elevated command prompt type: dsmod computer “Computer DN” – reset. Then re-join without un-joining the computer to the domain. Reboot required.
  3. In an elevated command prompt type: netdom reset MachineName /domain DomainName /User0 UserName /Password0 {Password | *} The account whose credentials you provided must be a member of the local administrators group. No rejoin. No reboot.
  4. In an elevate command prompt type: nltest /Server:ServerName /SC_Reset:Domain\DomainController  No rejoin. No reboot.
0 Categories : Active Directory, Amy Babinchak
Jan
25

Announcement: Add Third Tier to your team

by amy

Post to Twitter Post to Facebook Post to StumbleUpon

There comes a point in every successful IT firm when you realize that you need someone with technical expertise that is greater than yours. Then you go into the marketplace to look for one and realize that people with THAT level of skill start at more than you’re making. Ouch.

Third Tier can help you with this problem.

If you’ve been opening tickets with us then you’re familiar with our staff. You know that they can fix problems in a jiffy that would take others hours to resolve. Well, we have a new program that will allow you to add a Third Tier staff member to your business.

Here’s what you get from us:

  • An assigned Third Tier network engineer (your new employee)
  • Direct cellphone access during business hours
  • Direct email access
  • After hours support by schedule
  • Continued access to the Third Tier portal
  • Monthly or Quarterly Discount Program
  •  We have two programs:

    Quarterly Block Hours: $1,400

  • 10 Hours of Third Tier support in a 90 day period
  • Additional Hours $175 per hour
  • Unused hours expire
  • Must have opened tickets with Third Tier previously
  • Your savings = $350

    Monthly Block Hours: $1,400

  • 10 Hours of Third Tier support in a 30 day period
  • Additional Hours $140 per hour
  • Unused hours expire
  • Must have opened tickets with Third Tier previously
  • Your savings = $350 + $35 per additional hour
  • Ready to get started? Head over to www.thirdtier.net/my-third-tier and send me an email from there.

    0 Categories : Amy Babinchak, Jeremy
    Jan
    25

    Active Directory Best Practices: Accidental Deletion and Container Redirection

    by amy

    Post to Twitter Post to Facebook Post to StumbleUpon

    My usergroup has an Active Directory study group going of which I am a member. Each week we review a chapter in the wonderful “Configuring Windows Server 2008 Active Directory 2nd Edition” self-paced training kit. The authors have done a fantastic job. All the members of the group are experienced long time IT professionals. We have 3 consultants, 2 internal IT and 1 looking for an internal IT position as members. We all have many years experience but decided that a refresher course was a good idea. Sure we all know how to use the basics in AD but we have probably missed some Best Practices, Tips and Tricks along the way. We’ve probably also forgotten some things that we knew but didn’t use often enough. This is the reason for the study group and all of the above has been absolutely true. It’s been fun as well, since we all have years of experience we bring those examples to the table and it makes for great geek conversation.

    Here are a couple of the items that have made my Best Practices list so far:

    Protecting from Accidental Deletion Now here is an under the radar item that is going to prove very useful. You can now protect OU’s, Containers, Groups and Objects from accidental deletion. It is as simple as a checkbox and for most new items in AD the box is checked by default. But for existing items it is not. You’ll need to go in and retro fit those with protection.

    image

    If you have a big complex AD then you can use PowerShell to fit the whole thing with this protection. But what is that Check box actually doing? It is changing the ACE permissions on the object. When that box is checked an ACE is added to Deny Everyone group Delete and Delete Subtree.

    This isn’t the kind of thing that you’ll find yourself needing often (I hope) but now that you’ve read this, if you don’t go and set that check box you’ll kick yourself later.

    Redirecting the Default Computer and User Containers New computers and users being left in the Computers and Users containers for long periods of time has long been one of my pet peeves. It distresses me that no one notice that this person or computer has not been subject to Group Policy, as the rest of the domain is. So when I found this little gem, it made my day.

    The commands are: RedirCmp and RedirUsr to redirect anything that lands in the Computers container and the Users container respectively.

    The command is entered in an elevated command prompt like this: redircmp “DN of OU for new computer objects”  So simple!  But you do need to be careful. Take a look at the Computers containers after you do this, there is no reference that it’s been redirected. Therefore, TODO make a note in the description of the container to remind you and future IT admins that this container is redirected and to where.

    I have a few more items that have made my BP list but I’ll save those for another post. Keep reading!

    0 Categories : Active Directory, Amy Babinchak
    Jan
    24

    Sharepoint it’s not just a website: Word and other MS Office Apps

    by amy

    Post to Twitter Post to Facebook Post to StumbleUpon

    This post the a continuation of a series on using Sharepoint without visiting the website. We’re listing the options for integrating Sharepoint into everything you do without visiting the website. We started with Outlook, moved on to Windows Explorer, then mapped drives and of course search.  In our final installment I’ll show how Microsoft Office uses Sharepoint.

    Open Documents from Word and other MS Office Apps

     

    This concludes the series on integrating Sharepoint into things you do already without visiting the website. Remember this:  Sharepoint is not a website. Sharepoint has a website

    —
    So who wrote this blog and what do they do for a living anyway?
    We’re Third Tier. We provide advanced Third Tier support for IT Professionals.
    Third Tier Get SupportBlogFeed BlogTwitter TwitterFacebook FacebookLinkedIn LinkedIN

    0 Categories : Amy Babinchak, SharePoint
    Jan
    18

    Identifying and Repairing a Corrupt TCPIP Stack

    by amy

    Post to Twitter Post to Facebook Post to StumbleUpon

    The most difficult thing about troubleshooting a system is that such much of the skill is dependent on experience. When a symptom looks like something you’ve seen before but isn’t you can quickly find yourself going down a very dark tunnel. Such can be the case with a corrupt TCPIP stack.

    The symptoms of a corrupt TCPIP stack on a server are: after reboot it hangs at applying computer settings, users are unable to browse network shares, network browsing in general is slow, user can’t log in to the computer with message that the domain is unavailable or your computer account does not exist.

    These problems can look like a lot of different things: DNS could be down, if you think the problem is the PC then you might try rejoining it to the domain or checking its DNS settings, you might think that AD service is not started, perhaps the switch failed, maybe we should reboot? If you’ve gotten to the maybe we should reboot option that’s when you know that you’re out of real ideas.

    But these are all symptoms of a corrupt TCPIP stack on the server. Sure not every user will complain about problems at first, that is because much of the work we do on our computers is async and not dependent on our computer being able to interact with the server in real time. So while it might seem like the problem started with one computer and then spread through the network in reality the bomb went off but not everyone noticed at the same time.

    I can’t tell you what causes a corrupt TCPIP stack. But I can show you how to reset it. Fortunately Microsoft has made this a very simple task. Just visit this kb article:

    http://support.microsoft.com/kb/299357 and use the FixIt. After you have run the FixIt you will need to re-enter your TCPIP settings into the NIC properties. Be sure to read the manual process so you understand what the FIxIt is going to do for you.

    The reset command is available in the IP context of the NetShell utility. Follow these steps to use the reset command to reset TCP/IP manually:

    1. To open a command prompt, click Start and then click Run. Copy and paste (or type) the following command in the Open box and then press ENTER:

      cmd

    2. At the command prompt, copy and paste (or type) the following command and then press ENTER:

      netsh int ip reset c:\resetlog.txt

      Note If you do not want to specify a directory path for the log file, use the following command:

      netsh int ip reset resetlog.txt

    3. Reboot the computer.

    When you run the reset command, it rewrites two registry keys that are used by TCP/IP. This has the same result as removing and reinstalling the protocol. The reset command rewrites the following two registry keys:

    SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\
    SYSTEM\CurrentControlSet\Services\DHCP\Parameters\
    				

    To run the manual command successfully, you must specify a file name for the log, in which the actions that netsh takes will be recorded. When you run the manual command, TCP/IP is reset and the actions that were taken are recorded in the log file, known as resetlog.txt in this article.

    The first example, c:\resetlog.txt, creates a path where the log will reside. The second example, resetlog.txt, creates the log file in the current directory. In either case, if the specified log file already exists, the new log will be appended to the end of the existing file.

    Especially note that the Parameters registry key is replaced. This explains why you need to reenter your TCPIP values but it should also alert you to the fact that if you have any custom settings in there you will need to reapply those as well. In a recent case, the server had IPv6 disabled to support Peachtree and that entry in Parameters/DisabledComponents had to be recreated.

    0 Categories : Amy Babinchak
    Jan
    6

    Solving the Unresponsive Exchange, SBS Server Problem

    by amy

    Post to Twitter Post to Facebook Post to StumbleUpon

    For several months I had a couple of SBS servers that would occasionally fail to respond. Often times I was able to RDP to the server. The event logs would not show a problem but workstations were unable to access anything on the server. A look at the workstations also found nothing wrong. In my experience there are two things that can cause mysterious problems like this: cabling and memory. We look at the cabling and the switch. They weren’t the problem. The problem was server memory sharing or lack thereof.

    image

    We’ve gotten used to Exchange hogging all the memory on the server, but in pre-2007 versions it was pretty good at sharing that memory with other applications. But no more. Exchange grabs that available memory and doesn’t let go. When the server comes under load it then becomes unresponsive to additional requests. Wait for a long time and the problem will go away. Reboot and the problem will go away. Restart the Exchange Store and the problem will go away. But what we really need to do is prevent it from happening in the first place.

    The solution to this problem is to tune Exchange caching to your environment. TechNet has an article on how to calculate how much cache and therefore memory that Exchange will need. You can find that article here: http://technet.microsoft.com/en-us/library/ee832793.aspx. This is a great article in that it gives you the formula for determining the minimum and maximum memory allocation your environment will require and also point us to another TechNet article that shows us where to make this change. (Interestingly enough this later article is from Exchange 2000 days.) That second article is here: How to modify the Store Database maximum cache size in Exchange 2000 Server

    If you do nothing then this is now much ram the Store service is taking on your server right now:

    image

    The amount of ram that you want to set aside for Exchange will vary based on the number of emails sent by the organization so you will want to perform the calculation outlined in the article above.

    I’m a small business consultant with many clients running exchange on-premise. For my purposes I needed to find a standard that fit the majority of my clients. We can of course tweak said standard when the situation warrants, say the client is very small or very large. So I calculated a number that I felt would never be exceeded. My number is 10GB maximum and 5GB minimum. You should note that although it doesn’t say so in the article, the one written for the 2000 era, setting a minimum and a maximum was required in order to have the desired effect on freeing up the ram. You should also know that the value you enter into msExchESEParamCacheSizeMax and Min must be an increment of 32k. Thus 10GB is 326780 an 5GB is 163840. (Many thanks for Michael B Smith for assisting with the calculation and pointing out the importance of 32k)

    Where is this parameter? It’s in Active Directory. You’ll need to enable Advanced Features viewing. Browse to the Information Store object and modify the attributes. Yes you will need to restart the Exchange services for this change to take effect.

    Many thanks also to our fabulous staff at Third Tier for getting to the bottom of this issue.

    —
    So who wrote this blog and what do they do for a living anyway?
    We’re Third Tier. We provide advanced Third Tier support for IT Professionals.
    Third Tier Get SupportBlogFeed BlogTwitter TwitterFacebook FacebookLinkedIn LinkedIN

    0 Categories : Amy Babinchak, Brian Higgins, Cliff Galiher, Exchange, Jeremy, SBS 2011
    Jan
    3

    Sharepoint it’s not just a website: Using Contacts

    by amy

    Post to Twitter Post to Facebook Post to StumbleUpon

    In the previous posts I introduced the concept of not visiting the Sharepoint website to interact with it. For a successful integration you must bring Sharepoint to the people and let them interact with it inside the tools they are used to using. In this post we’ll tackle Contacts.

    Managing shared Contacts is one of the biggest pain points that every clients has. It’s probably the first painpoint they encounter when they hire their first employee. Sharepoint will allow your clients to provide access to all corporate contacts by permission. Allow the sharing of contacts between departments and people (or not your choice). It will allow them to take the contacts with them on the road while offline. It will allow them to access their contacts anytime from any device. It will keep them updated and in sync. And most importantly, they won’t get lost when an employee leaves or accidentally deletes them.

    Here’s how we do it:

    Connect a Sharepoint contact list to Outlook

     

    Make a new Sharepoint contact from Outlook

     

    Make a new contact in Sharepoint and view it in Outlook

     

    Use Contacts when Offline

    —
    So who wrote this blog and what do they do for a living anyway?
    We’re Third Tier. We provide advanced Third Tier support for IT Professionals.
    Third Tier Get SupportBlogFeed BlogTwitter TwitterFacebook FacebookLinkedIn LinkedIN

    0 Categories : Amy Babinchak, SharePoint
    Dec
    29

    Sharepoint it’s not just a website: Calendar

    by amy

    Post to Twitter Post to Facebook Post to StumbleUpon

    With Sharepoint my goal is to make the end users life easier, not more difficult. They have enough distractions in a day. I don’t need to add to the complexity of their lives by making them use another product as a calendar when they are perfectly happy using Outlook. We need to bring the Sharepoint Calendar to them. Can your users handle using a calendar that is available to everyone on any device from anywhere they have Outlook? Yes they can and you are the hero because you just solved a big problem for them.

    Here’s how to do it:

    Connect a Sharepoint Calendar to Outlook

    Now that we have our calendar available to us, let’s see how to use it.

    Make a new Appointment in the Sharepoint calendar from Outlook

     

    —
    So who wrote this blog and what do they do for a living anyway?
    We’re Third Tier. We provide advanced Third Tier support for IT Professionals.
    Third Tier Get SupportBlogFeed BlogTwitter TwitterFacebook FacebookLinkedIn LinkedIN

    0 Categories : Amy Babinchak, SharePoint
    Dec
    27

    Sharepoint it’s not just a website: Introduction

    by amy

    Post to Twitter Post to Facebook Post to StumbleUpon

    At SMBNation Fall 2011, I presented a session on Sharepoint. The premise of the whole session is that there’s money to be made in Sharepoint. Sharepoint is one of Microsoft’s fastest growing products and a source of great opportunity for IT Professionals. So if everyone else is making money from Sharepoint why aren’t you? If other businesses are using Sharepoint, why aren’t your customers? Do you think that Sharepoint is a website? If you aren’t making money from Sharepoint, your clients aren’t interested in it and you think it’s a website then my presentation was for you. In this blog series I will recreate that session.

    “People have wanted Office in the cloud. Office 2010 is now in the cloud. People have wanted the ability to have online communications, OCS, and Exchange online in the cloud, Live Meeting in the cloud. SharePoint Online, the fastest-growing product in the history of Microsoft to $1 billion. SharePoint will be the fastest-growing product to $2 billion in the history of Microsoft this next year and in the next 18 months.” – Kevin Turner COO, Microsoft at WPC 2010

    So why should your clients use Sharepoint?

    • Available from anywhere on any device
      • Yes, that’s right. Sharepoint is a mobile app
    • Recycle Bins
      • Users and Administrators get recycling bins. Try that with any other network share
    • Workflows
      • You can automate paperwork processes and make it less painful for everyone
    • Version History
      • Sort of like “previous versions” in Windows only better because you can preserve every change in real time.
    • Check-Out
      • Prevent two people from editing a document at the same time
    • Form Standardization
      • Where is the latest expense form? Did everyone get a copy? Eliminate that hassle.

    What objections do your customers have to using Sharepoint?

    • My customers like Files and Folders
      • They are used to Files and Folders but they don’t really like them
    • We tried it, no one used it
      • Did you make them go to the website? Then you lost them there.
    • They already have access to everything they need
      • If they can find it and if they are in the office to gain access to it. With ever increasing mobility they need access to everything from any device they have at hand.
    • They won’t go to the website
      • Good, they don’t need to
    • My files are stored in a SQL database?
      • This is your fear not your customers. You need to know very little about SQL to be a Sharepoint admin.
    • It’s too difficult to use
      • I will show you how to make it simple
    • My clients are too small
      • No they aren’t. Even two people will find value in Sharepoint.

    Repeat after me. Sharepoint is not just a website

    In the rest of this series I will demonstrate how to access the data in Sharepoint without ever visiting the website.

    —
    So who wrote this blog and what do they do for a living anyway?
    We’re Third Tier. We provide advanced Third Tier support for IT Professionals.
    Third Tier Get SupportBlogFeed BlogTwitter TwitterFacebook FacebookLinkedIn LinkedIN

    0 Categories : Amy Babinchak, SharePoint
    Dec
    14

    SBS Migration Error Found in DNS Zone

    by amy

    Post to Twitter Post to Facebook Post to StumbleUpon

     

    I would like to point you to a nice blog by Ronnie Pot in the Netherlands that provides an excellent set of instructions for resolving this error. The error your server does not have a name server record in DNS is puzzling because if you look for the NS records you will find them. Ronnie ran into this problem and discovered a Microsoft KB article that will guide you to the solution. http://blog.ronnypot.nl/?p=879

    —
    So who wrote this blog and what do they do for a living anyway?
    We’re Third Tier. We provide advanced Third Tier support for IT Professionals.
    Third Tier Get SupportBlogFeed BlogTwitter TwitterFacebook FacebookLinkedIn LinkedIN

    0 Categories : Migration, SBS 2011
    Next Page »

    Search

    Support

    Third Tier provides advanced support services to IT Professionals. Learn about what we do at http://www.thirdtier.net or click on the support icon below to chat with one of our support representatives.

    Third Tier
    Copyright © 2012 All Rights Reserved
    iThemes Builder by iThemes
    Powered by WordPress