Remote desktop - background login with unique resolution

Is it possible to use a Mac remote desktop Client with a separate desktop and resolution?
With windows rdp the client you have a background login with a unique resolution.
The resolution on my iMac server is a lot greater than that of the client. 
I would prefer tologin without scaling and/or scrolling

Fixed
Ran - delete_ObjectSid_user.sh
This created new un-duplicated SIDS for all the users - This removed
all duplicating conflicts
Steve Babcock wrote:
> I found that all my problem users have Duplicate Sids (as do a number
> of PCs)
>
> How do I fix this ?
>
>
>
>
>
> Steve Babcock wrote:
>
> > I run both 2003 and 2008 Terminal Services
> >
> > Users can log into either server
> >
> > BUT, as of about 2 months ago, all NEW users that I create either
> > through iManager or MMC cannot log into the 2008 server
> >
> > I get the message on the Windows login "Welcome" screen after about
> > 10 seconds : X - "More Data is Available"
> >
> > Other symptoms :
> >
> > Using MMC and selecting the "Remote Control", "Sessions", or "Remote
> > Desktop Server Profile" tab, I get the message:
> >
> > Could not load the Remote DEsktop SErvices properties for this user
> > because: More data is available
> >
> >
> > This error only occurs on newly created users - all my old users
> > work fine
> >
> >
> > Any ideas would be welcome
> >
> > Steve

Similar Messages

  • Remote Desktop Connection attempted with 2 users already connected no longer gets dialog showing who is connected and option to force user off

    On Windows 2008 Server R2, when the maximum number of users are connected via Remote Desktop (2) and another user attempts to connect via Remote Desktop, the user is prompted with a login dialog. Upon login, a dialog is shown with the User Id's of the
    users who are connected, their current state (active or idle for x minutes) and it gives you the option to request access from a user or to force a user off. Recently our server stopped displaying this message and now only gives an error message that it cannot
    connect. It does not show the login dialog, just an immediate connection error message. So now we don't know who is logged into the server. This presents a problem with many users who need to deploy software or manage server resources. What setting could have
    changed that would stop displaying the login and the current users dialog? Thanks!

    i can't seem to reproduce this, I played around with my server's NLA settings, looked at RDS GPOs, the options in the RDP listener, checked the user account in AD, just can't see what would be blocking this
    would it make a difference if one of the RDP spots is occupying the server's console or not?
    are the users trying to come in when the two sessions are already used up using the /admin or /console switch?
    in the meantime, you can try using tsadmin.msc to kick people off
    you may also want to try testing this with various different OS and RDP client versions to see if that's the issue. win7 with RDP 8.1 client doesn't seem to have any problems for me

  • Remote desktop connection issue with an RDP client while connecting to some of windows 2008 and 2003 operating system flavors and not receiving SDin value choice 26 from DomainMCSPDU

    Hi Team
    We have our RDP client and i came across with one issue "Expected data got 3" with this client.
    This issue is getting while connecting some of below operating system flavors.
    Microsoft Windows 2008 Enterprise edition
    Microsoft Windows 2008 Standard edition
    Microsoft Windows 2003 servers
    When we are trying to get RDP to those servers with our client, getting "Expected data got 3" error. One more main thing here is the specified error is not getting for all the servers of same operating system in above list.
    Able to get the RDP console for those servers using mstsc client.
    When i read the [MS-RDPBCGR] specification, i found the below points
    mcsSDin (variable): Variable-length PER-encoded MCS Domain PDU (DomainMCSPDU) which encapsulates an MCS Send Data Indication structure (SDin, choice 26 from DomainMCSPDU), as specified in [T125] section 11.33 (the ASN.1 structure definitions
    are given in [T125] section 7, parts 7 and 10). The userData field of the MCS Send Data Indication contains a Security Header and a Valid Client License Data (section 2.2.1.12.1) structure.
    In my code i am not getting SDin value as 26. Is it the problem with Remote desktop Licensing in RDP servers as specified in the specification like "The userData field of the MCS Send Data Indication contains a Security Header and a Valid
    Client License Data (section 2.2.1.12.1) structure."
    Could you please explain me is this issue is happening due to Licence configuration in RDP server and please provide support with server side configuration if any because our code works for other servers ?
    Thanks & Regards,
    Pavan G.

    Hello Pavan -
    Thanks for contacting Microsoft Support. I'm researching this for you and request you to please send me mail at dochelp @ Microsoft dot com so that I can share tools and techniques to collect some traces and analyze.
    Thanks.
    Tarun Chopra | Escalation Engineer | Open Specifications Support Team

  • Only Remote-Desktop and Replication with 0.0 Reduction

    Hi guys,
    I have a solution with 16 WAAS 4.4.3 and I got good numbers in all default applications except Remote-Desktop and Replication
    ( All Traffic 53% of Reduction).
    I can understand not otimize Remote-Desktop Applications cause the customer is using Metaframe with crypto and already compacted and
    using too RDP with crypto/compacted.
    But in the Replication I would expect some gain in Active Directory and MS-FRS Replication.
    I got 0.0, Actually, the optmized traffic is biggest that the Original Traffic.
    I have to modify something in the Microsoft servers to be able to got reduction in Replication Application ??
    I'm using all the Default Classifiers in Replication Application
    Double-Take                            LZ+TFO+DRE       1100, 1105
    EMC-Celerra-Replicator            LZ+TFO+DRE       8888
    MS-AD-Replication1                 LZ+TFO+DRE       UUID:e3514235-4b06-11d1-ab04-00c04fc2dcd2
    ms-content-repl-srv                   TFO                     507, 560
    MS-FRS1                                LZ+TFO+DRE       UUID:f5cc59b4-4264-101a-8c59-08002b2f8426
    netapp-snapmirror                    LZ+TFO+DRE       10565-10569
    pcsync-http                             LZ+TFO+DRE       8444
    pcsync-https                           TFO                      8443
    rrac                                        TFO                      5678
    Rsync                                     LZ+TFO+DRE       873
    Thanks a Lot
    My Best Regards,
    Andre Lomonaco

    As you said, you need to only send the changes over the line.
    Java can not tell you what has changed, so you need to either write some JNI, or do a check on the current image, with the last image. (this would eat quite a bit of CPU time on the server).
    It might be worth looking at the source for VNC, and other simler products.
    The simpliest solution would be to split the image into blocks of x by y pixels, then do a pixel-by-pixel check on that block, and only send the block if it has changed.
    Next thing to think about is scrapping RMI, and using raw sockets. RMI has a fair sized overhead.
    Zipping a JPEG is unlikely to have any effect. A JPEG is already compressed.
    You might want to look at a lossless compression format, like PNG, as the JPEG will have articles. This might be acceptable. If so, changing the compression ratio of the JPEG might be an option.
    Finally, the bottle neck might be the call to Robot.createScreenCapture. This is not the fastest method.

  • Can't logon to remote desktop in citrix with macbook air

    Can citrix in with macbook air os 10.9.5  most recent citrix receiver -- but when click on remote desktop app spins for a but but then stops and nothing happens
    When I use my macbook retina with same software -- OS and citrix receiver -- I can citrix in and when I click on remote desktop app it takes me to desktop and what I need
    Any ideas? Same java, can't find any other settings that are different.
    In previous corporate set up where we citrixed in and then clicked on a desktop icon both machines worked fine
    Thanks

    As the error message reads, you do not have enough privileges to log using Enterprise Manager. Get in touch with your DBA group.

  • 2008 R2 Remote Desktop Services Problems With Older RDP Clients

    I recently deployed a new 2008 R2 server to serve as a Terminal Server (Remote Desktop Services) for about 30 people. The new server is replacing a 2003 server. I expected the new machine to be a considerable upgrade and was looking forward to happy people
    and less problems. Reality is I am finding several unexpected headaches - discouraging considering the amount of money we have spent on the new machine.
    Most of the users connect via HP thin clients, they are the T5510, T5520 and T5530 thin clients. What I have found is performance issues when connecting via these thin clients. I believe the RDP client on these thin clients is RDP 5.5 or earlier. And I do
    not believe it is possible to upgrade the RDP client version on the thin clients - I guess they are to be seen as "disposable".
    The performance issues are: black blocks appearing when connected - and I have deselected bitmap caching - makes no difference. When typing in certain places the display of the typed characters could not keep up with the user. And lastly I have a weird thing
    that just popped up today; where if the user goes to Google it freezes up their entire environment - I cannot even remote control the user/session - why this came up today and was not a problem before I am not sure.
    With all of the above issues I have found that the problem goes away or does not exist if I connect to the server using an RDP client on an XP or 7 computer. So I have to conclude the RDP client is the problem.
    Does anyone have information on this? Is there anything I can do as far as configuration on the server to allow me to use these older RDP clients? Do I have any alternative other than buying new thin clients?
    thanks!

    From your description, I also agree that the problem may be in the top RDP client.
    1.      
    HP Compaq t5510 Thin Client:
    Operating System: Microsoft Windows CE.NET
    RDP Client: Remote Desktop 5.1 Add-On
    2.      
    HP Compaq t5520 Thin Client:
    Operating System: Microsoft Windows CE 5.0
    RDP Client: Remote Desktop 5.5 Add-On
    3.      
    HP Compaq t5530 Thin Client
    Operating System: Microsoft Windows CE 5.0\6.0
    RDP Client: Remote Desktop 5.5 Add-On
    We can try to optimize two ways.
    1.      
    Upgrading Driver – Network for Thin Client
    (1) HP Compaq t5510 Thin Client:
    http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareIndex.jsp?lang=en&cc=us&prodNameId=420576&prodTypeId=12454&prodSeriesId=420575&swLang=13&taskId=135&swEnvOID=1054
    (2) HP Compaq t5520 Thin Client:
    http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareIndex.jsp?lang=en&cc=us&prodNameId=500833&prodTypeId=12454&prodSeriesId=500832&swLang=13&taskId=135&swEnvOID=2051
    (3) HP Compaq t5530 Thin Client
    http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?lang=en&cc=us&objectID=c01087297&prodTypeId=12454&prodSeriesId=3341951
    Upgrading RDP to the latest version of HP Web site.
    Let thin clients use to connect to the Remote desktop server with low load.
    (1) Open the Remote desktop client in customer’s Thin Client
    (2) Click Advanced option. In choose your connection speed to optimize performance area, you can select the low load option. For example, modem(56kbps).
    I noticed that you have deselected bitmap caching in Remote Desktop Client options, but makes no difference. You can try again. Then please remember disconnect idle sessions and rational allocation of resources in Terminal Server.
    Technology changes life……

  • Can Aussie GP's use a Mac remote desktop to login to works Medical Director

    My wife is a GP. Her practice runs Medical Director. The other doctors are able to log in from home over the net from their home windows computers. I rang Medical Director to ask if there was anything stopping her using the remote desktop from our home mac:
    http://www.microsoft.com/mac/downloads.aspx?pid=download&location=/mac/download/ MISC/RDC2.0Public_Betadownload.xml
    They gave me a very abrupt no, and said we need to buy a windows machine (something I am loath to do).
    Are there any GP's out there using their macs at home to login over the net using a program like this..... or do we really have to do what the Medical Director people say - and use a Windows Machine?
    Thanks for your help.

    Chances are the director is full of it, and doesn't know what he/she is talking about. Find out what software the other doctors are using from home and perhaps we can find you a Mac version of it.

  • Remote desktop not working with dot1x authenticated machines

    Hi,
       we are using machine and user authentication , when machine at logoff the machine is authenticated so users can RDP to it 
    but after logging in the remote desktop session goes down because after user authentication the machine gets a new ip address .
    is there any way to avoid this issue ?

    I am back after a hectic week on this issue...I could find out something very interesting... At times of convergence, the new path takes sometime to calculate the MRU... Mean to say when you issue the command ping mpls pseudowire destn .. The new path has an MRU of 0 for some 5 seconds..After 5-6 seconds MRU comes back with 1700..This screws up the applications like mail synchronization etc.
    Apart from this I found a lot of OSPF flapping due to aggresive BFD timers also, which creates issues with remote desktop. I am unable to convince myself on the MRU issue why it happens. IOS issues on 6524??

  • Remote Desktop Not working with EoMPLS

    I am hosting a HVPLS domain on my 7613 Core router where my spokes (6524ME) terminate the port based Pseudowires. All spokes have an MTU size of 1522. The clients are have intermitent problems with Windows Remote Desktop and mail synchronization. This clearly is an indication of an MTU issue. After doing a little bit of research I found, I need to decrease the MTU to make RDP work properly. Is it possible to reduce MTU of an L3 port to less than 1500?. Can i adjust my tcp-mss on the port where my xconnect is originated?
    Thanks in advance guys..

    I am back after a hectic week on this issue...I could find out something very interesting... At times of convergence, the new path takes sometime to calculate the MRU... Mean to say when you issue the command ping mpls pseudowire destn .. The new path has an MRU of 0 for some 5 seconds..After 5-6 seconds MRU comes back with 1700..This screws up the applications like mail synchronization etc.
    Apart from this I found a lot of OSPF flapping due to aggresive BFD timers also, which creates issues with remote desktop. I am unable to convince myself on the MRU issue why it happens. IOS issues on 6524??

  • Remote Web Access (remote desktop gateway) issue with WHS2011

    I have been using Remote Web Access on my Windows Home Server 2011 for several years with no problems. Over the past several weeks, though, I have been receiving an error when I try to connect to a computer through WHS's Remote Web Access:
    "...the Remote Desktop Gateway is temporarily unavailable." Interestingly, when I try to connect from a Windows 8.1 computer, I just get a dialog box that says "Initiating connection," but the connection is never established. I cannot
    find any relevant errors in any of the event logs.
    I have read numerous articles relating to WHS configuration and port forwarding, but these do not have any information that addresses my situation. I have ports 4125, 80, and 443 forwarded to my Home Server. As I said, everything has been working fine with
    this configuration until several weeks ago -- I suspect it might have something to do with a .NET Framework 4.5 update that was recently installed (and that has now been uninstalled), but that is the only change I can think of.
    Any help would be greatly appreciated! Thanks!

    Hi,
    As you have commented that after installing .Net framework you are facing this issue. So after uninstalling still you are facing the same issue. Apart from installing .Net framework 4.5, have you installed or done any other change on your server?
    Here you can check that “Remote Gateway Service” is running. Please check and restart the service if it’s stop. Apart you can check below 2 article for more detail step.
    1.  Can’t connect to the remote computer because the Remote Desktop Gateway server is temporarily unavailable error via SBS 2011 
    2.  This computer can't connect to the remote computer because the Terminal Services Gateway server is temporarily unavailable (Try to perform the steps as suggested for
    WHS 2011)
    Hope it helps!
    Thanks,
    Dharmesh

  • Can't access remote desktop on Macbook with XP

    I have Macbook with Bootcamp loaded. I am unable to connect to my remote desktop at work from the laptop. My work requirements are for a computer with XP and Internet Explorer.
    I continually get an error stating, 'The client could not access the remote computer. Remote connections might not be enabled or the computer might be too busy to accept new applications. It is also possible that network problems are preventing your connection. Please try connection again later. If problem continues, please contact your administrator.'
    I am able to log in from a PC running the same version of XP. I have checked all settings I can think on both computers and they are identical. I can't get support help at work. As soon as I tell them I'm running a Mac, they hang up on me.
    Any ideas what would be preventing this connection on the Mac? After using the Bootcamp software, I tried Parallels for the Mac as well and get the same issue.

    Have you examined the XP system event log (Admin Tools->Event Viewer->System)? I'd expect RDP errors with searchable message ids to be reflected here. Probably a good idea to check the logs on the target machine too ..
    Wayne

  • Howto access with Remote Desktop a Xserve with firewall service on

    Hello,
    When I activate the firewall service of a Xserve running the OSX Server (10.4.11), I cannot anymore connect to the Xserver with Apple Remote Desktop.  I opened different ports which seemed to be related with ARD but without success.
    What should I do to allow the ARD access when firewall is running ?
    Jean

    Have a look at this: http://support.apple.com/kb/TS1629
    Make sure you're opening all of the required ARD ports.

  • Apple Remote Desktop - Using it with a dynamic IP Address

    Hello.
    I'd like to use Apple Remote Desktop on a computer that has a dynamic IP. That makes it pretty hard to access the computer if the IP changes.
    I remember that Timbuktu had a "find the computer" feature that would let you register an e-mail address and attach it to a computer running their software. you could use timbuktu to find the e-mail address, and their server would attach it the the machine's IP, and you'd always connect.
    Does Apple Remote Access have any feature like this? If not, is there any way to access a machine when the IP changes periodically?
    Thanks,
    ---------------S

    Hi Steve
    I've always used the free DynDNS service, coupled with DynDNS Updater software on the computer you want to access. The software reports to the service when its IP changes, and the service gives you a fixed domain name such as mycomputer.dyndns.org, which you can then use from ARD.
    Matt

  • Logging into Windows Server 2012 from Remote Desktop requires "Connect with Smart Card"; how do I disable this?

    I am using pretty much the default setup. I cannot figure out how to disable this. I do not want to use smart cards.
    Any ideas?

    Does this mean you're trying to RDP from an XP box, therfore have the Remote Desktop feature on the server set to "less secure"? Sounds like thats what disables network authentication, prompting the Smart Card request.
    If you simply click to login as a different user, you can login without a smart card, to include the same user as was being prompted for the card.
    I expect if you choose the Remote Desktop feature requires network authentication on the server, the smart card requirement goes away, but you'll need to login from Win7 or newer clients. Not sure where Vista falls, probably okay too.

  • Desktop Background changes with restart

    Every time I re-start the computer, my chosen desktop background is replaced with the standard Yosemite mountain picture.

    Hi M, and welcome to Apple Discussions.
    These are user-to-user forums, so people here may not know what Apple is aware of, and the opposite is also true; Apple may not be aware of things just because they are posted here. If they are aware of the issue, you can hope that they will fix it in the next point update, and/or you can offer feedback to them here. Good luck.

Maybe you are looking for

  • Chrome on Mac is all black and white (grayscale). How do I get it back to normal colours?

    The tabs and icons on top of Chrome are coloured It's just the webpages themselves that are grayscale When a page loads, it is coloured for a few seconds depending on how long it takes to load, then back to grayscale. I felt like maybe I pressed a co

  • Brand new macbook air won't open or save pdf's

    FIles display pdf icon  but it says it won't open "because it is either not a supported file type or because the file has been damaged and may be corrupted" etc. I then installed adobe reader and still get same issue, I've downloaded several pdf's fr

  • Ipod does not Sync anymore

    Hi, y ipod touch has stopped Syncing to my G5 tower. Further after I updgraded the iOS on the ipod, NOW it will not Sync on the G5 cuz it's i'm using 10.5.8 and itunes 10.5.2.  Since my last attempt to Sync to the G5, the iPod has erased al the apps,

  • How can I transfer iMovie Events and Projects ?

    Hey, I wondered how I could transfer a single Imovie Event with all the unedited Clips inside, and the Project, which is in Work Process right now to another Mac, so that it opens in Imovie on the new mac and I can continue workingon it Thanks thomas

  • [svn:bz- blazeds] 24025: New branch for Apache

    Revision: 24025 Revision: 24025 Author:   [email protected] Date:     2012-07-31 03:18:09 -0700 (Tue, 31 Jul 2012) Log Message: New branch for Apache Its derived from BlazeDS 4.6 branch Added Paths:     blazeds/branches/4.6_Apache/