You are here

Installing Select Plus Remote Desktop Cals

Problem:

Recently I needed to install a bundle of server 2008 Remote Desktop cals which had been purchased under a Select Plus agreement

My problem was I could not get the automatic activation working within the “TS Licensing Manager” tool as Select Plus is not listed as one of the available license program and tring to use Select or Open got me no where

Solution:

I found a method of manually activating the licenses;

First you will need some details about you Select Plus license;

Configuring Windows Network Load Balancing on top of VMware vSphere

Recently I needed to install Citrix Web Interface 5.4 into a Network load balanced cluster on top of VMware vSphere. The installation are configuration went fine however I could not ping the cluster IP from a client machine but I could ping it from the NLB nodes.

The problem and solution seem to be common on the web however but I found most of the pages I looked at were a little confusing or missing some information, so I thought I would create my own.

This post will focus on setting up NLB within VMware and will not cover how to install and configure web interface.

Windows 7: Do you trust this printer?

Problem:

On my Windows 7 devices my users have been receiving the below message when tring to attach to a new printer

do_you_trust_printer_error.png

Cause:

A security feature that was added in Vista and Windows 7 called “Point and Print Restrictions”

VBS Script: Migrate granularly users from one printer server to another

The below script is an example of how you can migrate users from one printer server to another based on the printer model or name.

Sometimes doing a big bang migratiion from an old print server to a new one is not the best idea so this script allows you to provide a list of printer models to migrate rather than doing them all at once. When I use this script I call it from a logn script and add a model or two a day until the migration is complete.

Multiple websites on a single IIS Server using Host Header

Background on Host Headers

IIS supports multiple web sites on a single server via three different methods, assigning each site a unique IP address, assigning each site a different TCP port number or the preferred way is using the host header name.

When a users connects to a web server the name of the host they are trying to get to is included in the packet, IIS (and other web servers) can use this field to direct the user to a certain web site hosted on the server.

The remote session was disconnected because there are no Terminal Server License Servers available to provide a license. Please contact the server Administrator

Problem:

When a single computer trys to connect to a terminal server session or a Citrix application you recieve the message

pe.JPG

In my case this message was generated on a laptop after the hard drive had been moved to a replacement laptop.

Solution:

The users cached terminal server license may have become currupt, the below goes though how to delete the machines license

Manually Un-installing a Windows Service

If you every need to manually get rid of a Windows Service because the un-installer does not work or whatever here you go;

Winload.exe is Missing or Corrupt after Resizing the Partition

After resizing the partition of a Windows Server 2008 64 Bit server (using gparted) I was surprised when I found the server would not boot and instead gave the message Winload.exe is Missing or Corrupt.

In my case Winload was not missing or currupt but instead something had got messed up with the boot loader, below is the steps I used to get the server running.

Please note these steps are for Windows Server 2008 64 Bit, the steps may be different for other versions please let me know if you get it working on other version.

Make sure that this computer is on the network, has remote administrator enabled.

Problem:

When you try to remotely administer a Windows Server Core box using Device Manager you receive the below error;

Server Manager cannot connect to XXXXX. Click Retry to try to connect again.

Problem:

When you try to manage a 2008 or 2008 R2 server remotely using a Server Manager MMC snap-in, you receive the below message.

msg_1.png

Pages