Alexander’s Blog

July 3, 2009

Career Resources on Thrive Web Site

by @ 11:17 am. Filed under Miscellaneous

If you are looking for some good career resources, here are some Webcasts that you may find useful.

Thrive Live! (Part 1 of 3) Create a Personal Marketing Plan for Career Success

Thrive Live! (Part 2 of 3) Be Lucky! How to Discover Your Next Job

Thrive Live! (Part 3 of 3) From Dressing to Dollars: Gain Interview and Negotiating Power

Presenter: Perri Capell, Career Consultant

Perri Capell is a recognized authority on career issues. As a journalist and editor, she provided job-search and career advice to millions of readers of The Wall Street Journal and wsj.com, answering their questions directly in her weekly column, Careers Q&A. Perri is a certified resume-writing professional (CPRW) and has worked as an outplacement firm counselor, helping executives and high-tech pros during career transitions.  She is the author of job-search training manuals used by thousands of clients of outplacement firms who are experiencing job transitions and co-author of the book “Diary of a Job Search.”  Perri graduated cum laude with a B.A. in Journalism from Penn State University. She has received numerous journalism awards and fellowships.

July 2, 2009

Ports Used by Network Discovery on Windows Vista

by @ 7:47 am. Filed under Tips & Tricks, Windows Vista, Windows XP

If you are having connectivity issues between Windows Vista computers and you are using a non-Windows firewall between them, then you need to open the proper ports to allow incoming network discovery traffic and file and print sharing traffic. What you need to do is allow traffic from the following TCP and UDP ports so that the network discovery will work.

- UDP 3702
- TCP 5357
- TCP 5358

If you are connecting Windows Vista computers to Windows XP computers then for file and print sharing and for network discovery, you need to allow traffic on the following incoming ports:

- UDP 137
- UDP 138
- UDP 139
- TCP 445

And finally, for network discovery of network devices, make sure you allow traffic from the following ports.

- UDP 1900

- TCP 2869

June 22, 2009

How to Install FrontPage Server Extensions on WS08 & Vista

by @ 11:39 am. Filed under Articles, IIS, Microsoft Office, Tips & Tricks, Tools/Utils, Windows 2008, Windows Vista

A lot of people, especially those who are relatively new to managing and editing Web sites, use Microsoft FrontPage. More experienced people prefer other tools, such as Dreamweaver or Microsoft SharePoint Designer, or even Expression Web because they do a much better job of editing HTML pages than FrontPage. This blog post is for those individuals or Internet Service Providers (ISPs) who are using FrontPage Server Extensions (FPSE).

Once you’ve upgraded your Windows Server 2003 to Windows Server 2008 (WS08) you may realize that the IIS 7.0 in WS08 no longer supports FrontPage Server Extensions (FPSE). Same is true for IIS 7.0 in Windows Vista. Because there are tons of Web hosting providers who rely on FPSE, Microsoft and Ready-to-Run Software offer a special version of FPSE. This new version is called FPSE 2002 and will work on IIS 7.0 running on 32-bit and 64-bit versions of Windows Vista and WS08 computers. You can download FPSE 2002 here.

To install FPSE on your WS08 server, login as an administrator account, or start the command prompt using “Run As Administrator” and type the following command.

msiexec /i <path to FPSE 2002 file>\fpse02_win2008_vista_rtm_ENG.msi

Installing FPSE 2002 on WS08 requires that you install several additional services and features. If you don’t want these services installed then you can’t install FPSE 2002. These include the following:

Web Server (IIS) Role Services

Web Server
- Common HTTP Features (Static Content, Default Document, Directory Browsing, HTTP Errors)
- Application Development (ISAPI Extensions, ISAPI Filters)
- Security (Windows Authentication, Request Filtering)
- Health and Diagnostics (HTTP Logging, Request Monitor)
- Performance (Static Content Compression)

Management Tools (Role Services)
- IIS 6 Management Compatibility (IIS 6 Metabase Compatibility)
- IIS Management Console

Features

Windows Process Activation Service
- Process Model

I should point out that Microsoft’s FrontPage Server Extensions have a history of known issues so be very careful. Backup your server before installing FPSE 2002. Make sure you read the note at the end of installation, as shown below.

fpse2002


Copyright ©2009 Zubair Alexander. All rights reserved.

June 20, 2009

Active Directory Best Practice Analyzer (AD BPA)

by @ 9:50 am. Filed under Active Directory, Tools/Utils

Microsoft has created a special site for all of us to provide feedback for Microsoft’s AD BPA. There’s also a page for FAQs, along with some other useful links, such as the WS08 R2 Management Forum.

Here are some of the Q&As that are already posted on the AD BPA site.

Q. How is AD BPA installed?
A. AD BPA becomes available once AD DS role is installed on the WS08 R2 Windows Server. BPA UI is available as part of Server Manager UI and exists as one of the tiles in the Server Manager AD DS role home page.

Q. How is BPA different from Management Pack or other Monitoring solutions?
A. BPA focuses on corrective and actionable guidance, once it identifies the root cause of a potential  issue due to some misconfigured AD settings. Apart from reporting on the Symptoms on how the misconfigured AD settings can cause to the customer’s AD environment, it addresses the root cause of the issue and how it can be resolved.

Q. Is AD BPA only available on WS08 R2 DC?
A. Yes, AD BPA is only available from a WS08 R2 DC, and it will validate the AD settings as long as  you have one WS08 R2 DC in your AD forest.

Q. Does AD BPA collect data only from WS08 R2 DC or can it collect data from WS08 and WS03 DCs ?
A. AD BPA will collect as much directory information from the local DC, WS08 R2, on which it is running, except for DNS Server if hosted on different Server. As long there is one WS08 R2 DC in the AD forest, customers will be able to run AD BPA.

June 18, 2009

How to Enable Remote Desktop on Windows Server 2008 Server Core

by @ 11:44 am. Filed under Articles, Remote Connectivity, Scripting, Tips & Tricks, Windows 2008, Windows Vista

Windows Server 2008 (WS08) Server Core can be used in lots of useful scenarios. However, because WS08 does not have a GUI, you need to use the command prompt to accomplish the administrative tasks. You may find it convenient to manage the Server Core from another computer.

By default Remote Desktop is not enabled on the Server Core. There are two steps you need to take to get Remote Desktop working: Enable Remote Desktop & open default RDP port, which is TCP port 3889.

STEP 1 - Enable Remote Desktop

You can look at your settings by using the following command:

cscript c:\windows\system32\scregedit.wsf /AR /v

The scregedit.wsf script will either return a 1 or a 0. If you see a 1 then the Terminal Services (i.e. Remote Desktop) is disabled, a 0 means it is enabled.

To enable Terminal Services use the following command:

c:\windows\system32\scregedit.wsf /AR 0

To disable Terminal Services use the following command:

c:\windows\system32\scregedit.wsf /AR 1

NOTE: The /AR switch is used for Vista and WS08 computers. For Windows XP computers replace /AR with /CS.

STEP 2 - Open RDP Port

To open Remote Desktop, you need to make sure that your firewall is not blocking the default Terminal Services/RDP port 3389. On a WS08 Server Core, run the following command to open TCP port 3389.

netsh advfirewall firewall set rule group=”remote desktop” new enable=Yes

You should expect the following response when you execute the above command.

C:\Windows\system32>netsh advfirewall firewall set rule group=”remote desktop” new enable=Yes

Updated 2 rule(s).
Ok.

You might want to check out Microsoft KB article 947709 for additional information on opening ports at the firewall or how to enable ICMP requests.


Copyright ©2009 Zubair Alexander. All rights reserved.

Contact E-mail | Terms of Use | Privacy Policy

Copyright ©2009 Zubair Alexander. All rights reserved.

Internal Links

Categories

Search Blog

Archives

July 2009
M T W T F S S
« Jun    
 12345
6789101112
13141516171819
20212223242526
2728293031  

RSS Feeds

TechGalaxy Visitors

22 queries. 0.455 seconds