Search blog.co.uk

Posts archive for: October, 2006
  • Longhorn Server Terminal Services - Citrix Eat your heart out!!!

    Hi Everyone,
    Longhorn server has been out for quite some time now, with the latest build being CTP August 06.
    One of the huge let down’s I found from Microsoft’s server operating systems was the ability to have What we in the citrix world would call Published Applications.
    There has always been a great debate in the Terminal Services World as to what is better, Terminal Services or Citrix, and of course Citrix has the majority of the market due to its published applications ability.. well not anymore!
    Well finally Microsoft have developed 2 new components of their longhorn server family, Remote Programs and Terminal Services Gateway.

    Additionally a new version of TS Web Access is also included but has many improvements over Windows Server 2003 and R2 TS Web Access

    What is Remote Programs?
    Remote Programs are programs that are accessed remotely through Terminal Services and appear as if they are running on a user’s local computer. Users can run Remote Programs Side-by-side with their local programs. If a user starts more than one Remote Program on the same terminal server, the Remote Programs will share the same Terminal Services Session.

    To use Remote programs please be aware the client must be running on either Longhorn Server Beta2, Windows Server 2003 SP1 or higher, Windows Vista, or Windows XP SP2.
    If you plan to use it on Server 2003 or XP, you must install Remote Desktop Connection (RDC) 6.0
    You can download the installer from http://go.microsoft.com/fwlink/?LinkId=49779

    One of things I love about the new terminal services/remote programs, is that administrators can deploy them via an RDP file, or via an MSI, which is fantastic, especially the MSI, as it can be deployed through group policy!!!

    My Lab Environment consists of the following: 1 Longhorn Server Beta 2 Domain Controller (I find Beta2 to be a bit more stable in VM’s than CTP August 06 Release), then 1 Longhorn Terminal Server, and of course 1 vista RC2 Client all joined in a single Domain.

    Now I bet you are thinking, ‘well its all well and good talking about how good it is, but how do I set this up for myself to see?!’ It’s a breeze, and I am going to step you through it right now..

    Install Terminal Server Role Service

    To install the Terminal Server role Service
    1. Start Server Manager. To start Server Manager, use any one of the following methods:
    • Start, then click Server Manager
    • Start, point to Administrative Tools, and then click server manager
    • Start, then Run, then type servermanager.msc then ok.
    The following screen then appears
    server manager

    Under Roles Summary, click Add Roles
    On the before you begin page, click next.

    before you begin

    On the Select Server Roles page, Select the Terminal Services role , then next
    select roles

    On the Uninstall & Reinstall Applications page, click next

    reinstall application

    On the specify licencing mode page, select the most appropriate option and hit next

    licencing mode

    On the confirm installation option choose Install

    confirm installation options

    When completed hit restart.

    install complete

    Once restarted, under server manager, in roles, select terminal services and ensure it is all running aok.

    running ok?

    Next Step, Install programs, for the purpose of this example I have only installed the 2007 office suite, It is strongly recommended that you do NOT install separate components on separate servers for example, don’t just install word, install the whole office suite.

    Next, Ensure that under Remote settings, under system in the control panel that you have allowed for your users.
    Now under server manager, under Terminal Services you will now see the Remote Programs tool.

    remote programs tool

    Configure Remote Programs

    Go to the remote programs tool, right click and choose
    Add Remote Programs...right click and choose add remote program

    on the welcome screen click next then point to your previously installed application, in this case I am going to choose Microsoft Powerpoint. Then click Next

    choose program

    on the review settings page, click finish.
    You will now see your app in the list (I have a few already there)

    list

    Creating an msi or rdp file for you application

    Now, there is a new snap in for mmc called remote programs, so go to start, then run and type in remoteprograms.msc

    From the right hand side actions pane, select create msi or rdp as applicable, in this case I will choose msi

    remoteprograms.jpg

    now click next on the wizard welcome screen.

    The next step is to tell it where to save the msi. Note if you plan to deploy through group policy, ensure the right permissions are on the directory where you save the msi to.

    remoteprogramssave

    click next, now the next screen you need to tell it whether you want a desktop icon, a start menu icon or both and the extension, and hit next.

    icons

    then hit finish.

    Now you can deploy the msi from the location via group policy or via a file share etc.. The extension it will call these files is .rap, meaaning remote access program, but works the same as an msi.
    msi created

    now on your client, this is how it works..

    In this case I am just going to double click the msi, and do a standard install (non group policy, however it works exactly the same)

    install

    you will now see an icon on the desktop, and if you selected it, an icon under start>programs>Remote Programs
    icon

    double click and launch the application, it will ask you to provide your login credentials but, bar that, thats it!

    starting

    and behold, there it is, it appears exactly as if it was running on the clients workstation!

    powerpoint

    One thing I love about it, is that it acts the same as a normal application whereby you can minimise it, move it around the screen etc.. Citrix Published applications could never do that, they only provided you with a single box in the middle of the screen and you couldnt move it around, so thumbs up microsoft :)

    I will continue the remainder of this setup in regards to Terminal Services Web Access (TSWEB ) and TsGateway in the next upcoming blogs... stay tuned!

  • Running Vista or Longhorn Server on Vmware Workstation 5

    Hi Everyone,
    I have recently been asked about Installing Longhorn Server and/or Windows Vista on VMWare Workstation. There are a few tricks to getting it to work on VMWare workstation.

    First up, make sure you are running the latest version, I am running VMWare 5.5.2 Build 29772 which works well on Windows Vista RC2. The catch is during the Virtual Machine setup phase...

    First up, create your virtual machine using a typical setup..
    typical configuration

    Then Ensure you choose 'Windows XP Professional' as the OS
    os version

    Then Setup the rest as per usual.

    Windows Vista and Longhorn Server have a slight compatibility issue with vmware, whereby until the VMware tools are installed, it gets slightly confused with the drivers and displays nothing but a blank screen. So.. before running windows setup, edit the .vmx file for your virtual machine in notepad, and add the following lines:

    Svga.maxWidth = "640"
    Svga.maxHeight = "480"

    and change the following line:
    usb.present = "TRUE"
    to
    usb.present = "FALSE"

    your vmx file should look like the below:

    .vmx file

    The reason you should set usb.Present = "FALSE" is because the OS will hang when shutting down if you dont (vmware to Vista/Longhorn driver issue)

    Once you have done this, fire up your machine, install your OS and away you go...

    Once you have Installed VMWare Tools on your virtual machine, Shutdown the VM, and take the Svga.maxWidth = "640" and Svga.maxHeight = "480"

    out of your vmx file. Save and Close and Happy VM'ing!!!

  • Vista RC2 Rocks!

    On the 06/10/2006 Microsoft released Windows Vista Release Candidate 2 (RC2) build 5744 to a select number of Customer Preview Program (CPP) participants, as well as to members of itsTechBeta, TechNet, TAP, and MSDN community.
    Being the Technet Plus member that I am, I downloaded it the second it was released! Following the release of Windows Vista RC1 on September 1, Microsoft continued to receive feedback that warranted a second release candidate release. That said, Microsoft hopes this is the last interim build before Windows Vista is released to manufacturing. As for whether Microsoft will meet its shipping goals for Windows Vista, a press release stated, "Microsoft continues to target Windows Vista availability for volume license customers in November 2006 and general availability in January 2007, although the final delivery will be based on quality."

    I must say from my experience, Vista RC2 has been fantastic, I have noticed a huge number of differences from RC1, first up more drivers! A lot of devices on my laptop did not pick up at all in RC1, but with RC2 everything got picked up with the exception of my display adapter, it seems a lot faster and more reliable.

    They have also added Smart Card support in the new build, I found previously there was no option to use smart card, but now it appears they have upped their game... Also application compatibility, a lot more of my applications are smooth on vista, especially VMWare workstation.

    It took ages to find the solution to the following 4 applications that vista has trouble with...
    Symantec Antivirus, Cisco VPN Client, Nero and Lotus Notes

    The solutions... First up Symantec Antivirus, the following version is available via the symantec website: Corporate Edition V10.0.1.628, this works a treat in Vista RC2. In RC1, all the services used to fail, but this new version from symantec is fine. But please note, you will need to install the following MS update prior to installation: Windows6.0-KB920143-v1-x86.

    symantec antivirus

    Cisco VPN Client, due to the enhanced security and User Account Control restrictions in vista it was impossible to get any version to install under vista, it would fail at the point in setup stating 'Installing Network Enhancer' i.e the network connection.. It would hang for an extensive amount of time, then crash. Glad to say cisco are ahead of their game and released version 4.8.01.0410. This is 100% Compatible with vista, just install it, import your existing pcf files and away you go..

    cisco

    Nero: Nero has advised that they are not creating a 100% working version of Nero until Vista is released, but after trial and error I can advise that the following version works fine:
    Version 6.6.012, but keep in mind the SmartStart does not work, but who needs that anyways? We are IT Pro's right? as long as you use it via nero.exe it works fine. Vista will alert you that it is not compatible, but you can ignore those messages because I assure you it does!

    nero

    Last and least, Lotus Notes/Domino. If you are one fo the unfortunate people who are currently stuck with a Lotus Notes Infrastructure as apposed to an Exchange environment, not all hope is lost with Vista. The only version of Lotus Notes/Domino Administrator that work with Vista are Notes R7.0.1, any version of Notes 6 (which most notes users run) is not compatible and will crash as soon as you try to open it.

    notes

    Can you upgrade from a previous version of Vista to Vista RC2?? YES YOU CAN, you can upgrade from Vista Beta 2 or RC1 without any issues at all! which was impossible under RC1.

    One thing I have found strange though, is when my screen saver kicks in (the default vista one) it comes up saying Windows XP Media Edition! OOPS Microsoft... I have informed them of this.. quite embarassing...

    there are also a huge mound of new Gadgets available for the Vista Sidebar.. some useful ones I have found are the ping gadget and the Remote Desktop Connection..

    get your gadgets here:

    http://gallery.microsoft.com/Results.aspxvista=landing&rdm=797722&l=1&ti=2

    To get Vista go to the follwing: http://www.microsoft.com/windowsvista/

    All I can say is, vista kicks ass!
    vista desktop

    I highly recommend giving it a go, i'll be blogging more and more on vista in upcoming days...

  • Daniel's IT Blog - Grand Opening!

    Hi Everyone,
    Welcome to the first ever entry on Daniel's IT blog! This Blog site is a resource for all IT professionals out there, wanting to get their hands dirty in the latest Products from Microsoft, there will be posts on everything from ISA Server 2005 to Windows Vista, Longhorn and Exchaneg 2007 as well as any hints, tips and problems I find along the way with any products!

    One thing you dont have to worry about is, 'Is this guy full of crap?' The answer to that will be NOOOOOO!!!
    My qualifications are as follows...A+, CTT+, Linux+, IEUST, CCNA, havent bothered doing the exams but I will sit my MCSE next year, I have had that much experience with all MS Products I figure hey! there's no rush! and I have 7 years active duty in the field providing consulting and Support (2/3/4)on everything from Security to Active Directory and Large Scale Implementations & Migrations, My specialty being Active Directory.
    I Have worked with all sorts, ranging from Small Business/Personal to government of 50,000 people and above...

    I will blog whenever I have the chance!

    Enjoy and come back often!:D

About me
Friends (0)

The friend list is empty.

Tags

There are no tags yet.

Recent comments

No comment yet...

RSS Feed
RSS 1.0
Posts
Comments
RSS 2.0
Posts
Comments
Atom
Posts
Comments

Footer:

The content of this website belongs to a private person, blog.co.uk is not responsible for the content of this website.