How can Lion upgrade work with Microsoft Terminal Services.

We have a new Mac Mini and was told that Lion would work with Microsoft's Terminal Services.  If this a correct statement because 'NOW " we have been advised they are not compatible unless we use parrallel or bootcamp is this correct?

Do you want to use the Mac mini to connect to a Windows system using the Windows Terminal Services protocols?  Then you can install an RDC (Remote Desktop Connection) client.
  Microsoft Remote Desktop Connection Mac OS X Client (free)
<http://www.microsoft.com/mac/products/remote-desktop/default.mspx>
  CoRD (Microsoft RDC Screen Sharing)
<http://www.macupdate.com/info.php/id/22770/cord>
On the other hand, if you wanted to use the Mac mini as a server and have Windows systems connect using Windows Terminal Services, that is not going to happen, unless you install Windows on the Mac mini.
If you want to just remote connect to the Mac mini and see the screen from a Windows system, you can use a Windows VNC client (there are many VNC clients available) to connect to the Mac mini, after enabling System Preferences -> Sharing -> Screen Sharing.  If the Mac mini has multiple accounts, you should be able to have multiple users connect concurrently, however, a Mac mini is not all that powerful, so I would not expect a lot of concurrently users can use the system at the same time.
If the above has not answered your questions, please be more specify about what you want to do with the Mac mini.  Maybe some explicit examples.

Similar Messages

  • Medical Images not displaying properly with Microsoft Terminal Services

    Virtually all scaled images that are displayed in Internet Explorer when in Microsoft Terminal Services are displayed with no smoothing. This has been tested with  IE8, Server 2003, Server 2008.
    Here is the original issue thread from 2009 (5 years ago) that states that this issue is a bug from microsoft. Is there a Bug identifier that can be used to track where it is fixed?
    Original forum topic:
    internet-explorer-image-file-ts-bad-image
    I need this fixed ASAP, as medical images need to be of the highest quality, and this service reduces that quality. Can anyone speak to me about what the status is for a fix for this?

    Hi Paul,
    Thank you for posting in Windows Server Forum.
    What’s the client RDP version you are using? I will suggest you to update the RDP to RDP 7.0 and IE version to IE9-10 and then check the result. Use the Manage Add-ons dialog in Internet Explorer to enable the Terminal Services ActiveX Control. Apart from these,
    suggest you to perform below steps. 
    Firstly install, MS12-037: Cumulative Security Update for Internet Explorer: June 12, 2012
    You many need to restart the server to take effect. Also Please check that you have “Mshtml.dll & Wmshtml.dll” file. 
    Hope it helps!
    Thanks.
    Dharmesh Solanki

  • How can I best work with JVC Everio video files?

    For a variety of reasons, MOD files from JVC Everio camcorders can be challenging for many video editors, including Premiere Elements, to work with.
    Forum member MarkItVision offers his best solution for making the files easier to edit.
    Using CyberLink Power Director Express - a program which comes bundled with the camcorder - capture the video and then place it on the timeline. Then go to File>Produce Movie and at "step 1" select "create a file"
    Change the settings as shown to Type II and High Quality 48k. Change settings by clicking on the button two over from the one labeled CLVS and you can confirm the audio is PCM using the button to the right of it.
    Follow the arrow "right" and give your file a name and location It will output the AVI as a DV-AVI Type II 48kHz PCM.
    Import this file into a Premiere Elements project. The program should work easily with it.
    To conform your video file for widescreen, drag it to the timeline, right-click on it and set it to "interpret footage as D1/DV PAL (or NTSC) Widescreen 16:9 (1.422)".

    What version of iTunes are you using? iTunes version 10.6.3 should work.
    iTunes 10.6.3 download http://support.apple.com/kb/DL1575
    It's for your Mac or PC, not your iPad.
    What version of of iOS is on the iPad?
     Cheers, Tom

  • Does Lion software work with Microsoft Office

    After I upgraded to Lion i noticed that my MS OFFICE was not compatible. Is this fixable without purchasing new software?

    I suspect you were running MS Office for Mac 2004, that will not run in Lion because it was written for PPC (Power PC) computers. Without going into a long explanation if you are running Office for Mac 2004 no it will not work and you will need to upgrade to Office for Mac 2011.The good news is all your files are safe though. You can find Office for Mac 2011 discounted at many places including Amazon. You can think of it this way, you paid about $150 about 7 years ago. That means you paid about $1.78 per month so you have gotten your money's worth!

  • I have bought Photo Shop Elements some time back . How can I upgrade it with new photo editing software of Adobe ?

    Howto upgrade the photoshop Element photo editing software of Adobe

    I've never used the Elements side of Photoshop. I've always used Photoshop full version and Lightroom. But from what I read it has a cataloging/viewer and you can make different catalogs and or collections with it ( a catalog and or collection is a collection of images which can be all in one folder or many different folders at the same time or both combined) and that it has the basic to slightly advanced editing functions. Not sure about levels and curves but I would think so. Although it may not have the layers functions like in the full Photoshop.
    You can download a Demo of lightroom and use it for 30 days. you just have to deal with the startup screen thatasks Continue Demo or Buy Lighroom. Other then that it is funlly functional.
    Depending on whether you do mostly JPG or RAW images the one thing I like about Lightroom is it can edit either JPGs or many different RAW formats without really touching, editing, the original image file. So that is always your Negative, in old Film Speak.
    As VilleFromFinland says it really is about how you manage your images. But with iPhoto it wants to Manage them for you. Where they are stored and how you interact with them. Personally I rather put them where and how I want them then have a program that can view edit them.
    Good Luck & Best Wishes.

  • Any indication how Mountain Lion might work with the Quicken for Lion "patch"?

    After the disaster getting Quicken for Mac 2007 (or earlier) to sort-of work on Lion, has anyone checked if the Lion Compatible Quicken for Mac works on the new Mountain Lion operating system?
    Even though this isn't an Apple problem, I know I'm not the only person who would love to update to a new Mac; however, they all come with Mountain Lion, and many of us are terrified of losing financial data if there's another snafu.
    Keeping my fingers crossed!!!
    Joanna

    What a phenomenal resource! A gazillion thanks.
    As of this writing, roaring apps shows only a question mark re Quicken 2007 for Mac and Mountain Lion. All of us ******* for a new Mac will need to wait and see... There are no problems noted for QuickBooks or Quicken (so-called) Essentials -- a misnomer if ever there were one.

  • How does Lion & FileVault work with Bootcamp

    Hi,
    I am just installing Lion on my computer. I was wondering if the FileVault will encrypt the Bootcamp stuff please?
    Thanks

    It doesn't. But it does mess up windows by making it pretty much unusable. Supposidly there is a way around but I haven't found out how to do it yet.

  • Can java mail work with Microsoft Exchange.

    I had this application developed using SMTP setting using javamail.. how do i configure it so that it use microsoft exchange server instead...
         Properties mailProps = new Properties();
         mailProps.put("mail.smtp.host", mailServer);
         mailProps.put("mail.transport.protocol", protocol);
         mailProps.put("mail.smtp.port", mailPort);
         mailProps.put("mail.smtp.auth", mailAuthentication);
         mailProps.put("mail.from", from);

    MFlash wrote:
    ^What will this new Feb release allow iPhone users to do?
    Impossible to say. The SDK - Software Developers Kit - is basically a blueprint of how to code for a particular OS, in this case the iPhone OS.
    3rd Party developers will be able to code and submit programs for Apple to approve and then offer to the iPhone community as downloads. What these programs will be is something that only time will tell.

  • How can I live chat with a customer service agent

    http://www.att.com/contactus/index/wireless.html?tab=1
    Click the Chat Live button on right side.

    my mother is on a PC and i gave up trying to connect with her via iChat and AOHell. my solution was:
    http://www.yakforfree.com/
    thats the only way i can talk to my fam back home. it is easy, works without a hitch. occassionally the audio can be a little choppy, but if you need to you can also connect via skype for the sound:
    http://skype.com/
    (which doesnt have video for mac yet)
    AIM used to work fine before they released triton. i expressed some frustration in this thread:
    http://discussions.apple.com/thread.jspa?threadID=303012&tstart=0
    and i encourage everyone to contact apple feedback:
    http://www.apple.com/feedback/ichat.html
    and tell them to make their own cross platform version of iChat.
    good luck everyone.

  • Ifilter not working with Microsoft Indexing Service

    I'm running the Adobe Reader 9.3.1 on our Windows 2003 Server utilizing the Indexing Service.  Our indexing was working until something changed and we lost all indexing for any pdf.  Other documents were operating fine.
    I ran the install for the latest reader believing that maybe some other update had caused the problem.  I've set up a test environment with a clean Windows 2003 Standard Server utilizing the Indexing Service and successfully recreated the issue.  On the clean server, I installed Adobe Reader 9.3.1, created a catalog with 5 pdf files in the target folder, indexed the files, and attempted to search using the query tool available for managing the Indexing Service.
    Adobe ifilter v6 solves the problem but does not generate the Characterization (Abstracts) nor is the VPath available.  I've been at this for two days trying different alternatives, searching the web, and coming up with a whole lot of nothing.
    Any thoughts, hints, or ideas appreciated!

    Update: I uninstalled 9.3.1, installed 8.2.0, manually added an item to the registry and I'm indexing and searching again.  I had manually added the line for the 9.3.1 install as well but to no avail.
    Here's the working edit
    HKLM\System\CurrentControlSet\Control\ContentIndex
    Multi-String Value:  DLLsToRegister
    Add "C:\Program Files\Adobe\Reader 8.0\Reader\AcroRdIF.dll" to the end of the string as an extra line.
    Viola, you're working again.
    By the way, indexing doesn't work in 9.3.0 either.

  • HT1349 Can i use Itunes with Microsoft 7 or android 4g Htc

    How can I use itunes with Microsoft Windows and HtC android mobile?

    To use itunes 10.7 you need to have Snow Leopard operating system installed
    These are the system requirements
    System Requirements:
    Mac computer with an Intel processor
    1GB of memory
    5GB of available disk space
    DVD drive for installation
    Some features require a compatible internet service provider: fees may apply.
    If you can run Snow Leopard you need to purchase it
    http://store.apple.com/us/product/MC573/mac-os-x-106-snow-leopard

  • HT1444 How can I upgrade the OS on my 5 year old MacBook Pro 17.  It is currently running 10.4 (Tiger).  I have an IMac 27 running Lion but have Snow leopard discs which came with the purchase.  Can these be used to upgrade?

    How can I upgrade the OS on my 5 year old MacBook Pro 17.  It is currently running 10.4 (Tiger).  I have an IMac 27 running Lion but have Snow leopard discs which came with the purchase.  Can these be used to upgrade?

    Buswab wrote:
    How can I upgrade the OS on my 5 year old MacBook Pro 17.  It is currently running 10.4 (Tiger).  I have an IMac 27 running Lion but have Snow leopard discs which came with the purchase.  Can these be used to upgrade?
    If they are the grey discs which came with the iMac, then they will be machine specific and will not work on the MBP anyway. You will need to purchase a retail copy of Snow Leopard from the Apple Store for about $29 and upgrade from that. I presume your MBP is Intel and not G4.
    Good Luck
    Pete

  • My iTunes library is missing since upgrade Lion 7.2.  I have it all backed up so that's not the issue. How can I reinstall it with all my hundreds of playlists intact or do I have to recreate each one upon reinstalling the backup copy? Thank you for help

    Almost my iTunes library is missing since upgrade Lion 7.2. (the last 2.5 weeks worth of added music has transferred post-upgrade, none of whcih was bought from iTunes)
    I have it all backed up so that's not the issue. How can I reinstall it with all my hundreds of playlists intact or do I have to recreate each playlist upon reinstalling the backup copy? This would save a HUGE amount of time and efforts. Thank you for your help!

    hi Limnos,
    I do not mean the entire ITunes folder but, rather, the contents of the ITunes folder prior to September 29th.  (90% of the media is missing, along with all playlists)  The media that remains says it was added on 9/29 although I know most of it was added many months or even years earlier. There are no playlists listed at all, before or after 9/29.  (I know for certain that I added non-iTunes purchased songs on 10/6 although I had not created playlists for them)
    I have my iTunes folder backed up on both an external drive as well as Time Machine.
    I run iTunes off of an ITunes folder on my computer rather than from the external, if that's what you mean about how I have it set up. 
    Is it OK to drag the entire iTunes folder from the external drive onto my laptop's drive and see if that fixes it?
    Thank you for your help!
    Deb

  • I would like to upgrade my macbook from 10.6.8 to Mountain lion. however, the app store said that my macbook isn't compatible with the mountain lion . Why can't I update it to mountain lion? and How can I upgrade it to a newer version ?

    I would like to upgrade my macbook from 10.6.8 (Snow Leopard) to Mountain Lion. However, app store said that my macbook is not compatible with Mountain Lion? Why  can't I upgrade my macbook to mountain lion? And How can I upgrade my macbk to a newer version such that I can download the newest version of imovie?
    Here r the system info of my macbook:
    Mac oS X  (version 10.6.8)
    Processor :2.2 GHz Intel Core 2 Duo
    Memory: 2 GB 667 MHz DDR2 SDRAM
    Model Identifier:  Macbook 3,1
    I

    Requirements for Mountain Lion:
    http://www.apple.com/osx/specs/

  • HT4972 I have an iphone 4 , but it still has the ios 4 , and i want to upgrade it to a newer version , but when I try to do it via  Itunes it says there's a problem with the internet (and the internet it's working fine) and it won't work ,how can i upgrad

    I have an iphone 4 , but it still has the ios 4 , and i want to upgrade it to a newer version , but when I try to do it via  Itunes it says there's a problem with the internet (and the internet it's working fine) and it won't work ,how can i upgrade?

    try rebooting your computer.

Maybe you are looking for