Archive for July, 2009

<This is not an official Third Tier event.>

In this presentation, I will not be demonstrating how to use Twitter, Facebook, Facebook Fan pages, LinkedIn and Blogs but rather I will show how other businesses are using social media and provide a general introduction to the terminology and the technology. Hopefully in a manner that is not geeky but rather easily understood.

I have allocated an hour for this event. My discussion will not take up the entire time. There will be time available at the end for Q&A.

When: Thursday, Jul 23, 2009 12:00 PM (EDT)
Scheduled to Occur: Once
Duration: 1:00

Amy Babinchak has invited you to present an online meeting using
Microsoft Office Live Meeting.

https://www.livemeeting.com/cc/mvp/join?id=9FFTG5&role=present&pw=c7%7BP8QC%60b

Meeting time: Jul 23, 2009 12:00 PM (EDT) 

When: Thursday, Jul 23, 2009 12:00 PM (EDT)
Scheduled to Occur: Once
Duration: 1:00

Amy Babinchak has invited you to present an online meeting using
Microsoft Office Live Meeting.

https://www.livemeeting.com/cc/mvp/join?id=9FFTG5&role=present&pw=c7%7BP8QC%60b

Meeting time: Jul 23, 2009 12:00 PM (EDT) 

Add to my Outlook Calendar:
https://www.livemeeting.com/cc/mvp/meetingICS?id=9FFTG5&role=present&pw=c7%7BP8QC%60b&i=i.ics


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 Support BlogFeed Blog Twitter Twitter Facebook Facebook LinkedIn LinkedIN

Categories : Amy Babinchak, Events
Comments (0)
Jul
14

Third Thursday Taking a Summer Break

Posted by: ThirdTier | Comments Comments Off

Due to a variety of factors (travel, vacation, other summer projects), the Third Thursday webinars will be taking a well-deserved vacation for the remainder of the summer. Look for us again in September when we pick back up with current topic sessions.


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 Support BlogFeed Blog Twitter Twitter Facebook Facebook LinkedIn LinkedIN

Categories : Announcement, Webinar
Comments Comments Off
There are a thousand or more issues that can come up with virtualization if not done properly. One of which is having the same machine SID in the domain in case you decide to join them to one. This happens a lot of times especially when a virtual machine is created from a template or cloned from another virtual machine without using the appropriate tools like Sysprep from Microsoft

One unique incident occurred to me while trying to troubleshoot a MS DTC communication issue between SQL Server instances. A client of ours requested for assistance to fix a distributed query that uses MS DTC. Apparently, communication between the two SQL Server instances is not happening. My usual round of troubleshooting started with a series of network connectivity tests, ranging from PING to TELNET to NETSTAT to whatever is necessary to make sure that communications between the servers are working fine. That led me to look for ways to check for connectivity specifically with MSDTC. One tool from Microsoft is DTCPing, a utility to help troubleshoot MS DTC firewall issues. While I know for a fact that firewall is not an issue in this particular case, I've decided to give it a shot. Running the DTCPing utility on both servers gave me this error message in the log

WARNING:the CID values for both test machines are the same

A quick Google search led me to this blog post and made me think that the servers might have been cloned. Sure enough, when I asked the customers about the history of the servers, they were indeed cloned VMWare images. They didn't use Sysprep to prepare the images after the cloning process, hence, the reason for having the same CID values. There's nothing wrong with VMWare here. It's just the process that's pretty screwed up. What are the chances of two machines having the same GUID values which are supposed to be globally unique across the enterprise? Very slim unless they are inappropriately cloned.

I followed the steps outlined in the blog post to fix the CID values
  • Use Add/Remove Windows Components to remove Network DTC.
  • Run MSDTC -uninstall in the command-line
  • Delete the MSDTC keys in in the registry
HKLM/Software/Microsoft/Software/MSDTC
HKLM/System/CurrentControlSet/Services/MSDTC
HKEY_CLASSES_ROOT\CID
  • Reboot the server
  • Run MSDTC -install in the command
  • Use Add/Remove Windows Components to add the Network DTC back.
  • Restart the Distributed Transaction Coordinator service
Following these steps helped solve the MSDTC issue but sure enough, another issue surfaced. Since SQL Server uses MSDTC in a few of its processes like executing distributed queries, the installation got screwed up big time. When we used the server to test a disaster recovery process for the entire SQL Server instance, restoring the master database became a real pain. I spent hours trying to restore the master database but to no avail. The resolution was to simply uninstall and re-install SQL Server. Only then was I able to restore the master database successfully. Lesson learned: if the foundation is screwed up, anything built on top of it will surely be the same. That applies to just about anything, whether you're building a server or developing a character.
Categories : Edwin Sarmiento
Comments Comments Off
Jul
09

Testing Exchange Connectivity

Posted by: Amy Babinchak | Comments (0)

I was reading TechNet Magazine and it prompted me to remember about an excellent tool for testing exchange. Until I read the TechNet article, I actually didn’t realize that the tool belonged to Microsoft. It’s http://www.testexchangeconnectivity.com and it is now officially called the Microsoft Exchange Server Remote Connectivity Analyzer – Beta. They’ve upgraded a few things since I first used it.

Here’s what you get:

image

 

When the results come back for each test you get a nice listing of the path it took to perform the test and a listing WITH explanation of any failures including links to support and technet articles describing how to resolve the issue that was discovered.

Here’s an example. In this example, I asked that the Microsoft Exchange ActiveSync Connectivity Test be performed with AutoDiscover. The results are detailed and below is an example of an error condition that it discovered including the link for information tips on resolving the problem. In my case, I do not allow port 80 connections to my server, so this error is expected.

 

image

 

The Microsoft Exchange Server Remote Connectivity Analyzer is a well thought out tool that is excellent for verifying an installation or troubleshooting a problematic one. Keep this one in the toolkit.


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 Support BlogFeed Blog Twitter Twitter Facebook Facebook LinkedIn LinkedIN

Categories : Amy Babinchak, Exchange
Comments (0)

Microsoft has renamed and retooled the Essential Business Server Preparation and Planning Wizard to indicate exactly what it really is – a AWESOME network health scanner. Not only does it scan but it helps you solve the problems it detects by providing links to support and technet articles on the resolution. It will check for about 150 health indicators and functionality of domain communications on your network. It’s great when you are preparing to install an additional domain controller, perform a migration or just walked into a new network and need to get a handle on what’s going on. Definitely add this one to your toolkit.

1) The link to the download site: http://www.microsoft.com/downloads/details.aspx?FamilyID=dd7a00df-1a5b-4fb6-a8a6-657a7968bd11&displaylang=en (aka http://go.microsoft.com/fwlink/?LinkID=155170 )

2) The link to the blog that describes the new tool: http://blogs.technet.com/essentialbusinessserver/archive/2009/06/29/microsoft-it-health-scanner-released.aspx

 

image


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 Support BlogFeed Blog Twitter Twitter Facebook Facebook LinkedIn LinkedIN

Comments (0)
Jul
06

Extending your Active Directory Schema

Posted by: Edwin Sarmiento | Comments Comments Off
While most organizations use Active Directory as their directory service, very few maximize the use of it. Several applications out there like Microsoft Exchange extend the default schema to track Exchange-related information. You can, however, extend the schema yourself by opening the Active Directory Schema snap-in from the Microsoft Management Console. Unfortunately, it is not available by default. You need to register the schmmgmt.dll using the RegSvr32.exe utility (and I thought I would never have to use this utility again). Open a command prompt and run the command below

regsvr32.exe schmmgmt.dll

After that, you can now open up the Microsoft Management Console and add the Active Directory Schema snap-in. You can now add new attributes to the objects as you wish, although, updating the existing ones is definitely not recommended
Categories : Edwin Sarmiento
Comments Comments Off
While it may seem easy to create Active Directory users using the management console, I still prefer doing it using scripts so as to make sure that they are done in a uniform, standard fashion (not to mention as fast as one can possibly do especially if you will be doing it for many users). I've referenced the scripts provided at the CodePlex site for ADSI and Active Directory for Windows PowerShell (full credit goes to them) to create users in Active Directory for Windows Server 2008. This also works for Windows Server 2003. While I may be a big fan of automation, it is important to highlight that processes are what makes automation really work. The reason I am saying this is that the CSV file can come from different sources, say, an intranet site where you ask employees to log in and key in their details. Having a process in place to make sure that users who would be entering their details in a standard way would eliminate the need to cleanse the data (I'm still thinking as a DBA here) in the long run. Plus, having a standard in place as an organization is starting out will make it flexible enough to scale as growth happens.


# define constants
$domainstr
= ",dc=domainName,dc=local"
$domainnb = "domainName" # domain netbios name
$domain
= "domainName.local"

$ADs_UF_NORMAL_ACCOUNT = 512 # Disables account and sets password required.

# Remember to enable the account before logging
in


# Prompt user to enter the default passsword for the users
$defaultPassword
= Read-Host "Please enter default Password:" -asSecureString

# Read the list of users from the CSV file
#
Include other user properties in the CSV file as necessary

Import
-csv users.txt | foreach
{
# Create user name based on FirstName and LastName column
in the CSV file
$strUser
= $_.firstName + " " + $_.lastName


#Form the LDAP
string based on the OU column from the CSV file
$strLDAP
= "LDAP://OU=" + $_.OU + ",OU=domainName Domain Users" + $domainstr

$target
= [ADSI] $strLDAP
$newUser
= $target.create("User", "cn=" + $strUser)
$newUser.SetInfo()

#Define a naming convention for the login based on your corporate policy
#This one uses the first letter of the firstname and the lastname
$userID
= $_.firstName[0]+$_.lastName

#Define the other user attributes based on the columns defined
in the CSV file
$newUser.sAMAccountName
= $userID.ToString()
$newUser.givenName = $_.firstName
$newUser.sn
= $_.lastName
$newUser.displayName
= $_.firstName + " " + $_.lastName
$newUser.userPrincipalName
= $_.firstName[0]+$_.lastName + "@" + $domain
$newUser.mail
= $_.Email
$newUser.physicalDeliveryOfficeName
= $_.Location
$newUser.title
= $_.Designation
$newUser.description
= $_.Designation
$newUser.SetInfo
()

$newUser.SetPassword($defaultPassword.ToString())

#Normal user that requires password & is disabled
$newUser.userAccountControl
= $ADs_UF_NORMAL_ACCOUNT

Write
-Host "Created Account for: " $newUser.Displayname

}

Categories : Edwin Sarmiento
Comments Comments Off

SBS 2008 Unleashed

Image of Windows Small Business Server 2008 Unleashed

SBS 2003 Unleashed

Image of Microsoft Small Business Server 2003 Unleashed

Partners