You cannot shadow a session with multiple monitors enabled in Windows Server 2008 R2

Searching through the forums (and according to KB2484290) it appears that there is no solution to this problem.  We are rolling out thin clients that are using dual monitors exclusively and we were very surprised to find out that we couldn't shadow
sessions with dual monitors (which to us means that we can't shadow ANY sessions).  This now completely changes our approach to managing these devices. 
We are running Windows Server 2008 R2 SP1 with Remote Desktop Services installed.  The thin clients are running Windows Embedded Standard 7 with the latest updates / RDP client. All steps have been followed to ensure that the apropriate settings and
permissions have been set up to allow access into the session. 
We tested by unchecking the RDP setting “use all my monitors for the remote session”, with that setting disabled shadowing worked
Questions:
1. KB2484290 is from Dec 2010 - It's now April 2012, is there a workaround / hotfix for this issue that will allow us to shadow sessions using the native Microsoft tools?
2. Are there any recommended alternatives (software)?  Free/Paid - doesn't matter we just need something that will work.  I'm sure there are a few options out there but I am looking for suggestions for what people have used in the past that worked
best for them to help us narrow down the choices.

Hi,
In my experience, so far, the workaround is Remote Assistance, Remote Assistance supports multiple monitors, and is the presently recommended solution if you need this functionality. Remote Assistance is a Windows Server Feature that must be explicitly installed
on Windows Server 2008 R2; it is already installed with the client versions of the operating system.
More information:
Remote Assistance Overview
http://technet.microsoft.com/en-us/library/cc753881.aspx
Remote Assistance and Resulting Internet Communication in Windows Server 2008
http://technet.microsoft.com/en-us/library/cc770456(v=ws.10).aspx
As far as I know, there are some third-party tools can be used as the solution, such as Teamviewer, ISL Online, etc.
Please Note: The third-party products discussed here are manufactured by companies that are independent of Microsoft. We make no warranty, implied or otherwise, regarding
these products' performance or reliability.
Regards,
Dollar Wang
Forum Support
TechNet Subscriber Support
If you are TechNet Subscription user and have any feedback on our support quality, please send your feedback
here.
Technology changes life……

Similar Messages

  • Essential event viewer bugs with "Forwarded Events" log in Windows Server 2008 R2 and Windows 7

    To my general experience, Windows event viewer is one of the most problematic, faulty management tools in the case of extensive use of its more sophisticated capabilities. The sole description as well as reproduction of some entangled failures would require
    remarkable effort.
    With the "Forwarded Events" log however, the situation becomes particularly worse in that even simple functionality fails and workarounds are difficult to find. That’s what I’ll describe here in order to share my experience with interested users.
    For precision: I’ve extensively used event viewer on a German Windows Server 2008 R2 SP1 (Windows SBS 2011 Standard SP1). The bugs I found on that system, I could reproduce on a German Windows 7 Professional 64-Bit SP1, too.
    Problem 1: Failure of even simple event filtering
    To reproduce this problem, execute these steps on a test machine with any of the two OS mentioned above:
    (i) To prepare log contents, do either of the following:
    (a) populate some events to your local "Forwarded Events" log (most simply by subscribing events from other logs of the same machine; stop subscription if you have collected some events)
    Or
    (b) copy a non-empty log file "ForwardedEvents.evtx" from another machine (with any of the two OS mentioned above) to your test machine and open the file in event viewer.
    (ii) Navigate to your "Forwarded Events" test log and open the filtering dialog. In the "Includes/Excludes Event IDs" field, type: 1-9000. Click OK.
    (iii) Look at the results pane: Surprise, 0 Events! Do you really have no event IDs between 1 and 9000 in your test log?
    (iv) Another example, if you have forwarded security events in your test log: Clear filter, if any previous filter is in place. Open the filtering dialog. In "Keywords" sub-dialog, choose "Audit Success". Click OK.
    (v) Look at the results pane: Surprise, 0 Events! Do you really have no successful security monitoring events in your test log?
    I’ll finish here. If you have a rich variety of events in your test log available, let your imagination run wild to test around. Finally include some simple manually created or modified XPath filters on the XML tab of the filtering dialog. I promise, you’ll
    find a lot of additional strange results.
    Problem 2: Cannot save manually selected events to .evtx file
    Navigate to your "Forwarded Events" test log. In the results pane, select one or more events by highlighting them by mouse clicks. In context menu, choose "Save selected events". In the "save as" dialog, choose file type *.evtx
    and save your file. Open the newly created file in event viewer. Result: Surprise, no events inside the new file!
    Have more fun with forwarded events
    Helmut

    Did you mean that right click Forwarded Event and select "Filter Current Log..."? Since I can filter correct event vai the "Filter Current Log..." in my Lab environment.
    Hi Justin,
    yes, I mean "Filter Current Log ... " (in my German systems: "Aktuelles Protokoll filtern ... ").
    What do you mean with "my Lab environment" exactly?
    In the meantime, I performed additional tests. I copied the "ForwardedEvents.evtx" test file from Server 2008 R2 resp. Windows 7 to
    (i) German Windows 8 Pro 64-Bit RTM
    (ii) German Windows 8.1 Pro 64-Bit, up-to-date
    in order to view and filter the file there.
    Results: Same event viewer problem on Windows 8 RTM, but correct behavior on Windows 8.1!
    Best regards, Helmut

  • Issue with Oracle MTS installation in windows server 2008

    Hi Team,
    Yesterday, I have installaed oracle client version 11.1.0.7, selected microsoft transaction server option and installed it in my middle tier server.
    Start->program->Oracle home11g-> (Searched for oracle mts, its not available) It seems oracle client version needs ODAC to be installed (Is it correct? )
    I have downloaded from oracle site. But, its throwing an error like the file is not in proper format.
    1 Any special settings needs to be done for installing the MTS in windows server 2008?
    2. I need to create a service in MTS to point to my database server?
    3. Please share me some relative links on the same.
    4. I can see MTS recovery services is running in my machine.
    5. Previously, I have installed Oracle 10G client and removed it and am trying with oracle 11g. Just I have uninstalled the application and I didnt do anything. Do we need to remove anything in the registry.
    This issue is very critical for me. Please share your thoughts.
    Thanks and Regards,
    Venkatesan Prabu .J

    I have the same situation. Could you please share your experience if you resolve it? Thanks.

  • Creating a COM object with CF9 32-bit on Windows Server 2008 R2 64-bit machine

    I'm using a 32-bit version of CF9 and it's installed on a Windows Server 2008 R2 machine (64-bit).  The problem I'm running into is that it won't allow me to create a COM object - it gives me the error, "no ntvinv in java.library.path null" when I try to run,
    <cftry>
    <cfobject type="COM" action="CONNECT" name="Engine" class="JRO.JetEngine">
    <cfcatch type="Any">
        <cfobject type="COM" action="CREATE" name="Engine" class="JRO.JetEngine">
    </cfcatch>
    </cftry>
    Then when I run it a 2nd time, I get "An exception occurred when instantiating a COM object. The cause of this exception was that: java.lang.RuntimeException: Can not use native code: Initialisation failed."
    Can you help me?

    Replying for your patchset installation pre-req error:
    Use below command:
    ./runInstaller -ignoreSysPrereqs
    Review MOS note 763143.1 for more info.

  • Error 1625 with Adobe Reader Update on Windows Server 2008 R2 OS

    For the last two months when I receive updates to Adobe Reader 9.3 I get Error 1625:  Update failed.  Update not permitted by system policy.   But there is no system policy since this is a stand-alone machine. 
    Windows Server 2008 R2 is equivalent to Windows 7 OS but has some special security features.  If I could manually download and run this update and by pass the Adobe automated install I might be able to fix the problem by running the update "as administrator" but I think Adobe doesn't give me that choice.
    I have uninstalled and re-installed Adobe Reader 9.3 but still get the same result when applying this update.  
    Adobe reader is working fine, so I would be happy also if Adobe just stopped trying to send me this update.
    Any suggestions?

    I did.  When I posted my last response ending in "did not work"  I had a dashed line and
    Adobe in there infinite wisdom interpreted that as an  end of message.   So here is the rest
    of my last post which was cut off:
    So I then tried ʇɐb ɹəuəllıʍ's  solution (the one above your suggestion) - downloading the updates to my desktop and applying them by hand.   That worked.  
    But this means I may need to download all future updates by hand for this computer.   It's great that ʇɐb ɹəuəllıʍ  posted links for these three updates above,  but I'm wondering how to easily automate getting download links for all future updates since I don't have access to the parent directory http://ardownload.adobe.com/pub/adobe/reader/win/.
    Please suggest a way I can install all future updates by hand without requesting a special link.  In particular, when you download an update using  Adobe Reader "search for updates", where is that update saved so perhaps I could run it by hand instead of the automated way.

  • How do you repair ntoskrnl.exe error or system error in windows server 2008 and 2012

                              
    hi,
    can you repair system file errors like  ntoskrnl.exe in windows server 2008 and 2012  like   like before  in windows server 2003 ?
     the steps were  repairing ntoskrnl.exe  error in windows server 2003
    1- have a 2003 cd and from that cd  start recovery console and copy from i386 directory ntldr and ntdetect.com to  windows /system32 directory on the  server and then repairing
    2- MBR with fixmbr command  and then  rebuild BOT.INI file  with bootcfg/rebuild . 
    now my question  is how you repair or solve such problem with ntoskrnl.exe error  in windows server 2008 and windows server 2012
    thanks
    johan
    h.david

    first this wil take a lot of time for windows 2008 and 2012 ,
    and what about windows 2003 I thing this has no startup repair
    thanks
    johan
    h.david
    What will take a lot of time? Repair or clean install? These days one can standup a new VM and have an operating system on it in around 20 minutes or so.
    Correct server 2003 is file based deployment and completely different OS from repair perspective as well.
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • [Non IE Regression] Support for full screen mode with multiple monitors

    This seems to be a regression with Flash Player v11.2.202.x (for all other browsers).
    With Internet Explorer it is still working.
    http://kb2.adobe.com/cps/890/cpsid_89050.html
    == Support for full screen mode with multiple monitors ==
    Full screen content will remain in full-screen on secondary monitors, allowing users to watch full-screen content while working on another display.
    Tested on Windows 7 x64 SP1 with:
    - Internet Explorer 9
    - Firefox Release, Beta, Aurora, Nightly
    - Opera 12 build 1116
    In bugbase.adobe.com I cannot choose v11.2.x

    Please vote for it If you have the same problem:
    https://bugbase.adobe.com/index.cfm?event=bug&id=3016912
    Thanks

  • You can download past purchases on this computer with just one Apple ID every 90 days. You cannot associate this computer with a different Apple ID for 90 days.

    So i signed into my other itunes account to download some purchase i had made on that account, went to sign back into my new account and download purchases i had made on my iphone adn it tells me "You can download past purchases on this computer with just one Apple ID every 90 days. You cannot associate this computer with a different Apple ID for 90 days.". This is a shared family computer with multiple Apple IDs being used on it. Not cool apple. This needs to be figured out. Not acceptable for families that have more than one apple ID to have to wait 3 months to download old purchases. Get real. Any way i can 'override' this?

    http://support.apple.com/kb/ht4627
    http://www.apple.com/feedback/
    Contact itunes support.  They may grant a one time exception at their discretion.
    https://getsupport.apple.com

  • Can't play my library: "This computer is already associated with an Apple ID...you can download past purchases on this computer with just one Apple ID every 90 days.  You cannot associate this computer with a different Apple ID for 88 days." Got a fix?

    Since my daughter burned a CD from my computer using our shared libraries I cannot play my library.  This pops up:  "This computer is already associated with an Apple ID.  You can download past purchases on this computer with just one Apple ID every 90 days. You cannot associate this computer with a different Apple ID for 88 days."  I can get as far as viewing my library but listening is denied by this pop-up.  Can anyone help, please?   I just noticed my (this) computer is not showing as registered to my account. Hmmm....a clue perhaps?

    Do you have a question?

  • You can use iTunes Match on this computer with just one Apple ID every 90 days. You cannot associate this computer with a different Apple ID for 5 days.

    I only have 1 Apple ID.  I turned off iTunes Match on my iMac, and now I cannot turn it back on.  I get this error when I try to just turn iTunes Match back on, on the same computer, with the same Apple ID that I used orginially to subscribe to iTunes Match:
    This computer is already associated with an Apple ID.
    You can use iTunes Match on this computer with just one Apple ID every 90 days. You cannot associate this computer with a different Apple ID for 5 days.
    I checked for iTunes updates.  None are available since I am using the latest.
    I stopped/started iTunes.  I rebooted the iMac.
    NOTHING HELPS!!!!!!!!
    I have a Mac Mini and I use the same Apple ID on iTunes there.  I was able to turn iTunes Match off and back on with no trouble at all but my iMac refuses to allow me to turn on iTunes Match.
    Now what do I do?

    Unless you really only have one AppleID that you use with the iTunes Store there's really nothing you can do. In the case of having only one AppleID you should contact iTunes Store support, since that would be a server-side problem.

  • HT4913 iTunes Match:You can use iTunes Match on this computer with just one Apple ID every 90 days. You cannot associate this computer with a different Apple ID for 85 days. What can I do?

    I'm subscribed to iTunes Match but when I turn it on I get this message:You can use iTunes Match on this computer with just one Apple ID every 90 days. You cannot associate this computer with a different Apple ID for 85 days. What can I do?

    I had this happen back in December/January. I sold my MBP that I used to subscribe to iTunes Match back in December. In January, I bought a used MB and tried to use iTunes Match on it. I was told I had to wait nearly two months to use it on the new computer. I waited and was finally able to use it in the new computer.\
    Sadly, this has more to do with the content providers (Record lables / movie studios) than it has to do with Apple impsoing the restrictions.

  • HT201272 You can download past purchases on this computer with just one Apple ID every 90 days. You cannot associate this computer with a different Apple ID for 88 days.

    What is going on with my apple ID. I only have one, the iMac is only associated with this ID, yet i get this message after evry thing i try to download from the store......You can download past purchases on this computer with just one Apple ID every 90 days. You cannot associate this computer with a different Apple ID for 88 days.

    Hello BW1968,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    iTunes Store: Associating a device or computer to your Apple ID
    http://support.apple.com/kb/ht4627
    Once a device or computer is associated with your Apple ID, you cannot associate that device or computer with another Apple ID for 90 days.
    Best of luck,
    Mario

  • You can download past purchases on this computer with just one Apple ID every 90 days. You cannot associate this computer with a different Apple ID for 60 days. Why?

    You can download past purchases on this computer with just one Apple ID every 90 days. You cannot associate this computer with a different Apple ID for 60 days.  How can I use more than one apple ID with one MacBook pro ?

    Hi
    No - that is the issue - both my husband and I use the same computer and want to be able to use our individual Apple IDs so can access our download content e.g. I-books that we have purchased through our other MAC devices such as I-Pad.  In the past, we had four people using one computer with no problem regarding Apple ID.   In the newer operating system, we are now restricted to one at a time - it means one of us is blocked out from accessing our content for a period of 90 days.   Have you any suggestions on how we can both use our individual Apple IDs with the same lap-top?  We have set up discrete accounts so we log on to the computer individually.  Many thanks for any help.

  • You can download past purchases on this computer with just one Apple ID every 90 days. You cannot associate this computer with a different Apple ID for 74 days.

    You can download past purchases on this computer with just one Apple ID every 90 days. You cannot associate this computer with a different Apple ID for 74 days.
    What does that mean ???

    Hi
    No - that is the issue - both my husband and I use the same computer and want to be able to use our individual Apple IDs so can access our download content e.g. I-books that we have purchased through our other MAC devices such as I-Pad.  In the past, we had four people using one computer with no problem regarding Apple ID.   In the newer operating system, we are now restricted to one at a time - it means one of us is blocked out from accessing our content for a period of 90 days.   Have you any suggestions on how we can both use our individual Apple IDs with the same lap-top?  We have set up discrete accounts so we log on to the computer individually.  Many thanks for any help.

  • Attempting to download a wmv file. I keep getting the message: "You cannot save this document with extension ".wmv" at the end of the name. The required extension is ".webarchive" --if I save it this way, i just get a web address rather than the wmv

    Attempting to download a wmv file. I keep getting the message: "You cannot save this document with extension “.wmv” at the end of the name. The required extension is “.webarchive” --if I save it this way, i just get a web address rather than the wmv

    Find the URL for the WMV, paste it into Safari's address bar, and press the Option and Enter keys.
    (66873)

Maybe you are looking for

  • Install leopard on an external drive?

    Hi I was wondering if I can do a clean install of leopard on a usb external drive. I originally did an upgrade install on my imac, but would like to play around with a clean install on an external. And if the setup seems faster would like to migrate

  • My i-pod key pad/wheel won't work unless it is hooked up to my computer

    I bought my i-pod a while back, and it has worked fine until now. My i-pod key pad/wheel thing won't work unless I have it hooked up to my computer. When it is hooked up it works fine, when it isn't hooked up the key-pad/wheel thing won't respond to

  • Upgrading from BW 3.1 to BI 7

    Hi Experts, Has anyone of you have experience in working on upgrading project from BW 3.1 to BI 7 ? Please do share it with me. I have to start working on such project in a month or so... So I need to know exactly what would be steps I need to go thr

  • HDV DVD sound problem

    I'm shooting HDV 1920X1080 16:9 footage and editing with Final Cut Express. Everything looks and sounds fine when I edit but as soon as I create a DVD with iDVD the audio sounds overmodulated. What's going on here? And why does everybody say you can'

  • Mail getting stuck in Outbox

    I am using Outlook 2007 and exchange server.  When send emails they oftentimes get stuck in the Outbox with a sent date of "None".  If I restart outlook and try resending the messages, they will oftentimes go out.  I am having to restart outlook 5 ti