Jul 19 2012

Windows box fails to dynamically register its DNS with no errors recorded in Event Viewer

Download PDF

Sometimes it is the simplest things that get you.  I was asked to troubleshoot a system that would not register into DNS after a domain migration. The system could ping its new gateway and the new DNS servers–telnet showed access to the new DNS boxes on port 53 and name resolution was functioning correctly other than the fact that the system would not register itself in DNS.

Trying to force registration from the command line with

C:\ ipconfig /registerdns

yielded no positive results.  Matter of fact it yielded no results at all in Event Viewer.  Strange at the very least it should show errors. Okay lets break-out wireshark and see what happening…

Setup wireshark, issued ipconfig /registerdns and capture indicated that we were not sending any DNS queries out from our server.  Very strange, so lets take a closer looks at our NIC and see if we missed something.

Drilling down to Advanced TCP/IP Settings and in the DNS settings tab we found our culprit. Someone had unchecked the “Register this connection’s address in DNS” check-box.  So even if we issued the command manually to force DNS registration

C:\ ipconfig /registerdns

the NIC was ignoring it.  Appears that in this instance the GUI setting overrides our command line process.

 

Jun 19 2012

Change browser mode render engine in Internet Explorer 9

Download PDF

Here is an easy way to set the version of the IE rendering engine.  I prefer the stability and compatibility that the IE 7 mode offers.

Open IE 9

Press F12

Choose the appropriate engine to render with under ‘Browser Mode’

Jun 19 2012

Mikogo: Remote Desktop, Web Conferencing & Online Meetings

Download PDF

Here is great and free alternative to WebEx that I use often to support my friends and family.  Mikogo works the same way as a WebEx session and is a great way to remote troubleshoot and end-user desktop.  All the end-user has to do is to click on a link and let Mikogo do the rest.

You don’t actually have to buy or register to get Mikogo to work–of course if you are using this for non personal use or need advanced functionality then you need to buy a subscription.

What do I get without registering? : Mikogo Help Desk.

Mikogo: Remote Desktop, Web Conferencing & Online Meetings

Jun 18 2012

Free Remote Access: Control Your Computer from Anywhere | LogMeIn Free

Download PDF

This is one of my favorite remote access solutions when I need access to a Windows system from virtually any device.  I can connect to my boxes from my iPhone/Android  via the paid Ignition APP or from the free plugin for IE, Firefox, Chrome running either on a Windows or Linux platform.  The free version is feature rich with the paid version offering additional functionality.  I highly encourage you to add this software to your application toolkit.

Free Remote Access: Control Your Computer from Anywhere | LogMeIn Free.

Jun 15 2012

Set network configurations from the command line in Windows

Download PDF

One of the quickest and easiest ways to set network configuration on a network adapter is via command line.

Lets use the following criteria:

We will be setting up Local Are Connection

IP: 192.168.200.2
MASK: 255.255.255.0
GW: 192.168.200.1
GW Metric: 1

Here is the syntax for IPv4:

$ netsh interface ipv4 show config
$ netsh interface ip set address name="Local Area Connection" static 192.168.200.2 255.255.255.0 192.168.200.1 gwmetric=1

Jun 15 2012

How do I specify where Outlook 2010 puts my pst (Data) file?

Download PDF

Oh the joys that MS Office 2010 brings are endless these days. One of the most frustrating things for me was trying to move my defaults pst file that Outlook creates. I would move it and outlook would re-create a new one in the old location and re-download all my e-mail there.

So after some digging I found how to specify a new location.

open regedit

HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Outlook\

Create a new Expandable String Value

Name it ForcePSTPath

now modify this registry key with the new path of where you want your pst located.

Older posts «