sathwet@gmail.com

Melbourne, VIC, Australia
I’m specialized in Microsoft technologies and information security. I always willing to ride an extra mile to help the IT community sharing my past experience and technical knoladge.

Thursday, May 19, 2011

Tech-Ed 2011

http://technet.microsoft.com/en-us/hh134198

Remote Desktop is not connecting

I found an issue some times remote desktop is not connecting telling about a network error. When i check on the event viewer i found "The RDP protocol component "DATA ENCRYPTION" detected an error in the protocol stream and has disconnected the client."

I managed to get this sorted with

http://support.microsoft.com/kb/323497

  1. Start Registry Editor.
  2. Locate and then click the following registry subkey:
    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\TermService\Parameters
  3. Under this registry subkey, delete the following values:
    • Certificate
    • X509 Certificate
    • X509 Certificate ID
  4. Quit Registry Editor, and then restart the server.

SCCM Right Click Tools


SCCM Right Click Tools

I found that SCCM takes some times to install applications to the computer and if you really wanna enforce it you have to do it on the client side. These right click tools are very handy so you can right click and enforce the application installation.


Source :http://myitforum.com/cs2/blogs/rhouchins/archive/2008/04/09/sccm-right-click-tools.aspx

http://myitforum.com/cs2/blogs/rhouchins/0401ConfigMgrTools.zip

Friday, May 6, 2011

Remotely enable Remote desktop

I found some times we need to access the computers remotely but its disabled.

source from : http://oreilly.com/windows/archive/server-hacks-remote-desktop.html

Fortunately, there's a workaround. Sit down at your desk and log on to your Windows XP workstation using your administrator credentials and start Registry Editor by Start --> Run --> regedit --> OK. Then select the Connect Network Registry option under the File menu (Figure 2).

Figure 2
Figure 2. Connecting to the Registry on a remote machine.

This opens the Select Computer search box. Either browse Active Directory to locate the remote server, or type its name in the textbox (Figure 3).

Figure 3
Figure 3. Connecting to the Registry on a remote server named SRV220.

Click OK and a node will be displayed in Registry Editor for the remote machine (Figure 4).

Figure 4
Figure 4. HKLM and HKU hives on SRV220.

Now browse HKLM on SRV to find the following Registry key (Figure 5).

HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server

Figure 5
Figure 5. Registry key for Terminal Server on remote machine.

Under the Terminal Server key, you'll find a REG_DWORD value named fDenyTSConnection. Double-click on that value to open the Edit DWORD Value box and change the value data from 1 (Remote Desktop disabled) to 0 (Remote Desktop enabled), as in Figure 6 below.

Figure 6

EMC Celerra VM and VMware ESX

http://www.youtube.com/watch?v=B5Qn4EMgbDc

i found this video useful and thought of sharing....

Wednesday, April 13, 2011

Crash Dump analysis

Crash dump file can be analysed to find out the reason you get the blue screen on your computer. It can be useful and i found most of the people change the memory to overcome blue screen error with out analysing the actual situation.

There is a command line tool found in the MS website but i found this web based too is very handy and very fast.

http://www.osronline.com/page.cfm?name=analyze

Monday, April 11, 2011

Exchange 2007 Outlook anywhare with Windows 7

Windows 7 has an issue with outlool anywhere configuration and when you try to configure it gives your message telling "The Connection to Exchange is unavailable. Outlook must be online to complete this action.
This can be fixed by installing Windows 7 SP1 and all the latest Windows patches.