Adding roaming profiles

Hello,
We have an existing farm with only one server in it now that is in production.  We have two other rdsh servers on the side that we are going to be adding into the farm.  Currently we are not using roaming profiles but would like to.  I know
you can set the path for remote desktop profiles in user settings in AD or globally in group policy settings fro the rdsh servers.  I am trying to figure out the best way to introduce roaming profiles into the current 1 server farm and add the
roaming profiles to the new servers before they are joined to the farm.  Can I do it per AD user settings to test things out on a few users and log into all three servers? If I make the change globally I don't want to have problems on the production
server for all users. 

Hi,
Thank you for posting in Windows Server forum.
You can specify a Remote Desktop Services-specific profile path and home folder for a user connecting to an RD Session Host server. This profile and home folder will only be used for Remote Desktop Services sessions. You should assign a separate profile for
Remote Desktop Services sessions because many of the common options that are stored in profiles, such as screen savers and animated menu affects, are not desirable when using Remote Desktop Services.
You can manually configure these settings on the Remote Desktop Services Profile tab on the Properties sheet of a user account in the Local Users and Groups snap-in or the Active Directory Users and Computers snap-in.
You can also use the following Group Policy settings to configure these settings:
- Set RD User Home Directory
- Set path for RD Roaming User Profile
- Use mandatory profiles on the RD Session Host server
The Group Policy settings can be found in Computer Configuration\Policies\Administrative Templates\Windows Components\Remote Desktop Services\Remote Desktop Session Host\Profiles
More information:
Deploy Roaming User Profiles
http://technet.microsoft.com/en-in/library/jj649079.aspx
User Profiles on Windows Server 2008 R2 Remote Desktop Services
http://blogs.msdn.com/b/rds/archive/2009/06/02/user-profiles-on-windows-server-2008-r2-remote-desktop-services.aspx?Redirected=true
Hope it helps!
Thanks.
Dharmesh Solanki

Similar Messages

  • Roaming Profiles not working when Lenovo Hotkey Client Loader is running on Win 8.1 laptops

    This issue seems to be Windows 8.1 related.  Specifically it is affecting all our X1 Carbon, and T440S laptops running Windows 8.1, but NOT 430S running Windows 7. Basically roaming profiles were creating the proper folder on the file server but the folders were empty.  Through trial and error, I narrowed it down to the "Lenovo Hotkey Client Loader" as listed in msconfig or Program Files\Lenovo\HotKey\TPHKLoad.exe.  Once that service was disabled, the roaming profiles would copy over properly.  I am running the latest and greatest version of "Hotkey Features Integration for Windows 8.1" Ver 5.25.0000.  Wondering if anyone else is seeing this?  Wondering how significant TPHKLoad.exe is? And wondering if we'll see an update to the Features pack to correct this?  Hopefully this post can help some others who are looking at empty roaming profile folders.

    Hi all,
    A
    After few months, problem occurred again and i could not install the windows from the scratch over and over again.
    I started searching problem online and eventually i found the FIX.
    Looks like Registry Entries are getting screwed up somehow.
    My "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProvider" was looking exactly as below:
    ", schannel.dll"
    And i made it as below:
    "msapsspc.dll,
    schannel.dll, digest.dll, msnsspc.dll, credssp.dll"
    The solution for the other person in the link ( cannot share link since site does not allow me to ) as a source was only missing "credssp.dll" whereas i was missing everything except "schannel.dll". Strange...
    ============================
    Adding credssp.dll to the list of SecurityProviders in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders
    fixed it for me. 
    My full registry entry now reads "msapsspc.dll,
    schannel.dll, digest.dll, msnsspc.dll, credssp.dll"
    ============================

  • File Associations in 2012 R2 RDS Server using Roaming Profiles

    Background Information
    We recently moved from using 2008 R2 RDS servers to 2012 R2 RDS Servers. All of our users
    have roaming profiles. When we migrated from the old terminal servers to the
    new terminal servers, the users got completely new profiles. The only thing
    moved from their old profiles were documents and items on their desktops. We
    have multiple PDF viewers/editors installed on our RDS servers. Mostly due to
    the cost difference between Adobe Acrobat and other, cheaper products that a
    lot of our users can get away with using that don't need the functionality of
    Adobe Acrobat.
    The Problem
    Ever since moving to the new 2012 R2 RDS servers, whenever our users log off terminal
    server, the next time they log in their default PDF Viewer association doesn't
    load, and they have to go through the process of choosing a default PDF viewer.
    This only occurs when there's more than one PDF viewer installed on the server.
    We've tested it with only one PDF viewer program, and the setting remains after
    logging off and back on. The problem we've found is that the registry key that
    houses the default user choice:
    HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.pdf\UserChoice
    when set during the session, to Adobe Acrobat 11 for example, reads as such
    inside that registry key. For example, the Progid key will say
    Acrobat.Document.11 and this setting will persist until the user logs off. Upon
    logging off and back on to the terminal servers, if you look at that same
    Progid key, it has been converted in to a Hash value, and the Operating System
    is unable to read the hashed value and determine what that user's default PDF
    Viewer choice is, causing them to have to go through the process of setting it
    again.
    Things we've tried
    We created a GPO that runs a script that exports the registry key upon log off that has
    the non-hashed value, and have it set to import that value on log on. However,
    by default this registry key has the DENY WRITE permission applied to it, so
    when the system tries to import the registry key through the login script it is
    unable to do so. 
    Summary
    This issue only started happening once we moved over to 2012 R2 RDS servers. It only
    occurs for users using Roaming Profiles. It only occurs when we have multiple
    PDF Viewers installed on the servers. Any insight on why this is happening or
    how to resolve it would be greatly appreciated.

    I would use GPP to push the value, 'not hashed'. You can give right to the registry too, so like adding everyone group to that registry branch. (https://technet.microsoft.com/en-ca/library/cc753092.aspx)
    Regards, Philippe
    Don't forget to mark as answer or vote as helpful to help identify good information. ( linkedin endorsement never hurt too :o) )
    Answer an interesting question ? Create a
    wiki article about it!

  • Acrobat 9.1 update - Roaming Profiles still crashes

    Roaming Profiles crash Acrobat 9 9.1
    Got the official. "Known Problem. Wait until the next update"
    Sad news for those that have struggled.
    The solution that works for me is a login script to create the folder "C\users\%username%\appdata\LocalLow"
    You can quickly test it first by logging in as a roaming user, enable show hidden folders and just simply make the directory LocalLow inside your appdata folder. Dont log off, just launch Acrobat and if youre lucky..
    Specificaly for me:
    makedir C\users\%username%\appdata\LocalLow
    pasted into notepad saved as startup.bat and added through a group policy object.
    We use 2008 server and Vista SP1 workstation under mandatory roaming profiles.
    Its a Microsoft problem, apparently:
    http://support.microsoft.com/kb/955555/en-us
    Interesting to note that Microsoft includes an XPS Document Printer with Vista.
    PROPS to Ge3oR THANKS BRO!!
    dgrambo

    I guess I am not the only one when it comes to crashed after update to Acrobat 9.1.0.
    Major bug so far that i see is I cannot copy simple text from any PDF file after the update. It immediately crashed Acrobat with this:
    AppName: acrobat.exe     AppVer: 9.1.0.163     ModName: saveasrtf.api
    ModVer: 9.1.0.163     Offset: 0000237a
    I first noticed it when I tried to copy something from inside Firefox - my browser would just close and ask me to restart...
    Repair didn't do any good, just a waste of about 30 minutes of my time. I had to fully uninstall and reinstall 9.0 to figure out what went wrong.
    Everything works fine in 9.0 - Nothing works fine in 9.1. Strangely there were no problems in Reader 9.1...
    People stay away from upgrading to 9.1!!!

  • New domain, Roaming Profiles, Outlook 2010 gives error 'Your Outlook data file cannot be configured'.

    Hi there,
    I have recently setup a new domain, with a new domain controller and new exchange 2013 server.
    these are running on a cluster of 2 x hyper-v 2012r2 hosts. All VMs are running server 2012 r2.
    although I don't think that has any bearing on my issue.
    I have migrated all of my existing user machines to the new domain.
    We use roaming profiles.
    When a user logs into their PC for the first time, all is ok.
    when a user logs into a different machine (they log off of their first machine and then log into a second machine),
    they get the following error when opening outlook.
    'Your Outlook data file cannot be configured. C:\Users\%username%.domain\AppData\Local\Microsoft\Outlook\[email protected]'
    I can manually resolve this on each machine by doing one of the following.
    1. Before the user logs in, I log in as an administrator or browse to the pc from another machine create a folder in users called 'whatevertheuserssusernameis' (please note, I actually put in the user's username, ie OKIRWAN)
    when the user then logs in, their profile is created in %username%.domain instead of %username%.
    I believe this is the route of the problem, as when we added the new machines to the domain, and they logged in for the first time to their 'usual machine', there was already a folder in users with their username, so when we added to the new domain and logged
    in for the first time, it created a new folder called %username%.domain, however when the user logs into a pc they never have logged into before, it creates their profile in %username% but their roaming profile is looking for their OST in C:\Users\%username%.domain\AppData\Local\Microsoft\Outlook\[email protected].
    2. My second way around this is to go to control panel and mail and remove and recreate the users outlook profile.
    As I have 100 users, who move to various different machines, these manual options are not really viable.
    I have tried redirecting the OST file to c:\OST via group policy, this did not resolve the issue.
    All users are local admins on their machines.
    if I open outlook as administrator then it loads ok and creates the OST file in C:\Users\%username%.domain\AppData\Local\Microsoft\Outlook\[email protected].
    however if I close outlook and open it again without running as administrator I get the following error.
    File access is denied. You do not have the permission required to access the file C:\Users\%username%.domain\AppData\Local\Microsoft\Outlook\[email protected]. (even administrators on that PC have full access to that folder).
    All users are running outlook 2010.
    Any help would be much appreciated.
    Kind Regards
    Owen

    Hi,
    We can try to set up new profiles for users via creating a PRF file using the Office Customization Tool.
    http://technet.microsoft.com/en-us/library/cc179062(v=office.14).aspx
    Best Regards,
    Steve Fan
    TechNet Community Support

  • Alternatives to using Zenworks for Roaming Profiles

    Novell support tells me I should be using a dedicated Server for Zenworks
    This would be a real over kill!
    So, are there any alternatives to using Zenworks for Roaming profiles?
    Googeling I see SAMBA can support Roaming Profiles
    Samba is installed & I created Samba users via SBE Admin but when I select
    Samba Administration - seems to be no details ie. users, workgroup name etc?
    Is Novell Samba differently?
    Is it possible setup Roaming Profiles with Novell Samba?

    I'm gonna attempt this with a couple of scripts - (one added to login script
    & the other at shutdown)
    to copy Desktop & Favorites - already told users they will be shot if the
    they put files in my docs!
    (It would be nice to do Desktop Colour / Image etc so the user feels at home
    but...)
    "W_ Prindl" <[email protected]> wrote in message
    news:[email protected]...
    > Although I use OWS SBE I never use the integrated Simba tools, etc. I
    > install everything using the standard non SBE methods. So I don't know
    > if you installed SLES Samba or OES ( = Novell) Samba. Of course Novell
    > Samba is different from plain Samba as it provides integrated
    > Edirectory logon and - if using NSS volumes - transparent consistent
    > file access rights.
    >
    > For Novell Samba your users have to be LUM enabled.
    >
    > But roaming profiles should work regardless of the Samba server in use.
    > But of course - if you do not have a common configuration source such
    > as a domain or Zenworks - you will have to configure your roaming ( =
    > server-stored) profiles locally at each PC for each user individually.
    > Should be possible in a 10 users/10 PCs environment - but that are 100
    > configuration entries just for this feature.
    >
    > BTW I have Zenworks and Groupwise running on the same server in a small
    > setup similar to yours.
    >
    > Only negative thing with Zenworks Configuration Management is, that it
    > is a real resource hog at the client side. Recent dual core or quad
    > core processor PCs have no problem, but older dual cores and single
    > cores come really to a halt with the Zenworks Agent.
    > --
    > W. Prindl
    >
    >
    > Chris wrote:
    >
    >>Novell support tells me I should be using a dedicated Server for
    >>Zenworks This would be a real over kill!
    >>
    >>So, are there any alternatives to using Zenworks for Roaming profiles?
    >>
    >>Googeling I see SAMBA can support Roaming Profiles
    >>
    >>Samba is installed & I created Samba users via SBE Admin but when I
    >>select Samba Administration - seems to be no details ie. users,
    >>workgroup name etc?
    >>
    >>Is Novell Samba differently?
    >>
    >>Is it possible setup Roaming Profiles with Novell Samba?

  • Microsoft Word 2010 Hiding/Removing the Navigation Pane for Roaming Profiles

    Hello all,
       I am attempting to do what the title says.  We are using Citrix Profile Manager...basically roaming profiles and when updating the Office version to 2010,  users are displayed the Navigation Pane.  If the NavPane is closed,
    when they reopen their Citrix session it is back to default displaying the NavPane.  Any help on getting this removed would be greatly appreciated.
    I have so far attempted to create a macro Normal.dotm and works partially, however it is not consistent as each time it appears that the modified Normal.dotm becomes overwritten with a default one.  I have also added this modified Normal.dotm to the
    Default user profile locally on the server...to which it does not seem to pull.
    Update: 
    I am currently looking to see on how to redirect the Normal.dotm away from %appdata%\microsoft\templates to a central location and have this applied to all users either user GPO or a per machine setup....but can't find anything specifically for Word 2010
    configuration.  Any help on this would also be beneficial.

    Regarding the Navigation Pane.  The setting for displaying it is indeed in the Windows Registry but it is part of a binary data key and thus mere mortals like us are not able to change it. You need a macro... see this link for an example.
    http://social.technet.microsoft.com/Forums/office/en-US/bb6268ac-546b-4118-87fa-21f6fd2cecbc/word-navigation-pane-open-by-default
    Regarding changing the location of Word's Normal template via GPO it can be done. See below link. However, as is pointed out in the link, the recommendation is not to do so. If the central location server is down, no one will be able to create documents.
    In addition, if someone accidentally or purposely alters/corrupts the Normal template... everyone is effected.
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/87ab10d3-1cb6-4269-9334-1e0c37527e0a/move-location-of-normaldotdotm-to-central-file-server-best-solution?forum=winserverGP
    Kind Regards, Rich ... http://greatcirclelearning.com

  • 4.0EA3 Large cache file in roaming profile

    I tried running 4.0 EA3 on my Windows 7 64-bit PC with the 64-bit JDK. I then immediately got a warning about my roaming profile exceeding the maximum space allocated. We have 60 MB allocated and I was using 30 MB or less prior to running EA3.
    It appears the culprits are the files in %APPDATA%\SQL Developer\system4.0.0.13.30\system_cache\var\cache, specifically the all-resources.dat file which was just over 30 MB in size. I can delete this file, but it of course is re-created when SQL Developer is run again. Since these are cache files, should they perhaps be stored somewhere in %LOCALAPPDATA% instead?
    I had not tried the previous EA releases, so I do not know if this is specific to EA3 or not. I have not had this problem with releases prior to 4.0, though. Our developers will not be able to use 4.0 in our environment if it blows their roaming profile space allocation.

    Hi cspez,
    SQL Developer 4.0 inherited the system_cache requirement from the latest JDeveloper IDE framework on which it is based.  To avoid the maximum space limitation your admins have placed on the roaming profile, try adding a line to your sqldeveloper.conf file:
    AddVMOption -Dide.user.dir=<path>
    where <path> begins with something other than %APPDATA%
    Hope this helps,
    Gary
    SQL Developer Team

  • Adobe 9 + Roaming Profiles + Administrator

    Roaming Profiles (Vista on 2003 domain) are set to use Adobe Reader 8.
    After installing Adobe 9, the program "terminates abnormally".
    Adobe 9 runs OK as an administrator (non-roaming).
    I tried making a roaming user a local admin temporarily, then returning him to normal user - problem returned.
    So far, the only solution is to uninstall Adobe 9 & reinstall Adobe 8.

    I'm seeing the same problem with the full version of Adobe Acrobat 9.0 Professional, in what seems to be the same setup, only XP clients as well as Vista are affected.
    The exact error messages I'm getting are:
    >Microsoft Visual C++ Debug Library
    >
    >Runtime Error!
    >
    >Program: C:\Program Files\Adobe\Acrobat 9.0\Acrobat\Acrobat.exe
    >
    >The application has requested the Runtime to terminate it in an usual way.
    >Please contact the application's support team for more information.
    and when viewing PDF files in Internet Explorer:
    >Microsoft Visual C++ Debug Library
    >
    >Debug Error!
    >
    >Program: C:\Program Files\Internet Explorer\iexplore.exe
    >
    >abnormal program termination
    >
    >(Press Retry to debug the application)
    My Domain Admin account is not affected, even when I assigned it a roaming profile temporarily. Curiously, I tried adding an affected user to the local Administrators group and this had no effect - the user still experienced crashes.
    The same user logging onto one of our laptops (which are set to use local profiles even for domain users) does NOT experience crashes.
    I've managed to generate a crash dump for this and from reading through the stack trace it appears the problem stems from the PDFLTerm() function in AdobePDFL.dll
    >ntdll!KiFastSystemCallRet
    >ntdll!ZwWaitForMultipleObjects+0xc
    >kernel32!WaitForMultipleObjectsEx+0x11d
    >kernel32!WaitForMultipleObjects+0x18
    >kernel32!WerpReportFaultInternal+0x16d
    >kernel32!WerpReportFault+0x70
    >kernel32!UnhandledExceptionFilter+0x1b5
    >msvcr80!abort+0xeb
    >msvcr80!terminate+0x4d
    >WARNING: Stack unwind information not available. Following frames >may be wrong.
    >Acrobat+0x422e
    >ntdll!__RtlUserThreadStart+0x6f
    >ntdll!_EH4_CallFilterFunc+0x12
    >ntdll!_except_handler4+0x8e
    >ntdll!ExecuteHandler2+0x26
    >ntdll!ExecuteHandler+0x24
    >ntdll!KiUserExceptionDispatcher+0xf
    >kernel32!RaiseException+0x58
    >msvcr80!_CxxThrowException+0x46
    >Acrobat_69630000!DllCanUnloadNow+0x68e27
    >Acrobat_69630000!PDFLTerm+0x645ce
    >Acrobat_69630000!DllCanUnloadNow+0x663df
    >msvcr80!_NLG_Return
    What more can I say? We've just bought a site licence for Acrobat so at least I should be able to kick up a fuss, unlike anyone using Reader...

  • Fireworks content in my roaming profile

    CS6 keep pulling stupid stunts.
    Why is Fireworks putting over 100 megs of content in my roaming profile, more than doubling its size? Customers on company networks does not seem to fit in the Adobe family.

    In CS6 we have added new assets for Common Library,Pattern, Textures and templates.These are placed under user profile so that user does not need Admin previlige while ading more assets.This is the reason for increased size of roaming profile.

  • Copying Roaming Profile - Errors

    Hi,
    I am following article
    kb\314478 on making a roaming profile in XP, I created the roaming profile (user1) on \\laptop now when I try to copy it over to \\desktop I get 'Directory \\desktop\user1 could not be deleted please delete the directory and retry'.
    So I go to \\desktop and delete it, try and copy it again from \\laptop\user1 to \\desktop\user1 and I get 'failed to set security on the destination profile - the network name could not be found'.
    I don't know what to do, it's like an endless loop, I cant NOT have the folder but if I do it says it can't delete it.
    Both computers have the everyone share permissions added, I've tried using administrator, user1, and administrators too, The NTFS permissions I've basically tried all users\groups that apply.
    if you want the long names they are:
    C:\Documents and Settings\User1 (for \\laptop\)
    C:\Documents and Settings\User1 (for \\desktop\)
    When copying the share I've tried setting the 'permitted to use' as everyone, administrator, administrators, and user1. Both computers are on the same network in a WORKGROUP and using XP pro.
    The first time I tried it worked fine but I forgot to enter the username in 'authorized to use' something so I had to delete and copy it again and that's what the problems started.
    Any ideas? as this is rattling my brains.
    *EDIT I found a way to get roaming profiles working without having to copy the profile however I will leave this discussion open incase other people have this problem.

    We experience the same message, reinstalled the ZfdAgent.msi install, and
    now we never see the message. The problem is caused by the installation
    of the Novell Client or the patches for the Client because they save over
    top of some of the Zen files.
    > We are using Windows XP SP2, ZFD 3.2 SP3 and Roaming profiles configured
    > through user policy package (set to copy profile to user's netware home
    > directory). When logoff/restart or shutdown the xp workstation, we get
    >
    > "Windows cannot update your roaming profile. Possible causes of this
    error
    > include network problems or insufficient rights. If this problem
    persists,
    > contact your network administrator"
    > Detail: The system cannot find the path specified.
    >
    > There are two messages in Event Viewer:
    > - Event ID 1504 - same error as above
    > - Event ID 1509 - Windows cannot copy file C:\Documents and
    > Settings\...\ntuser.ini to \\Zen1\profile\...
    > Detail: The system cannot find the path specified.
    >
    > I looked at the userenv.log but it didn't mean much to me.
    >
    > Any ideas?
    >

  • Outlook 2010 - IMAP and Roaming Profiles

    Hello,
    If we setup a roaming profile user with an IMAP account in Outlook 2010 everything works on the machine the account was created on. If the user logs off and uses another machine they get the following message when trying to send an email:
    "Task '*Email Address* - Sending' reported error (0x8004010F) : 'Outlook data file cannot be accessed.'
    They are able to receive email without an issue.
    I've seen other people report the same problem but with no fix reported. I wonder if anyone had made any progress on this.
    Thanks,
    Andrew

    I have come up with a temporary solution. I say temporary because it involves redirecting the pst files to a network share, which is not recommended by MS.  That said, our users have not had any issues with their personal/archive
    pst files being on a network share as long as the PC they are working is local to the network share, i.e. in the same building on the same local network.
    We have several users that share systems, some physical, some virtual, set up with roaming profiles.  We ran into the situation described above when one of the users needed to access a gmail account via Outlook 2010.  Along with roaming profiles,
    the users are in a GPO which enforces folder redirection, so the server share was already set up..
    \\ServerName\GPO_Redirect\%username%
    I added the Outlook2010 ADM (outlk14.adm) to the GPO, and enabled... "User Configuration/Administrative Templates/Microsoft Outlook 2010/Miscellaneous/PST Settings/Default location for PST files" ...and set the value to \\ServerName\GPO_Redirect\%username%\OutlookPSTRedirect
    I had to remove the existing IMAP account from Outlook and readd it. Doing so created the "OutlookPSTRedirect" folder automatically under the user's network share and the [email protected] file was created there. Everything seems to be working fine
    after multiple logoffs and logons to different systems. No (2), (3), (4), etc. file versions are being created, messages do not get stuck in the outbox, folder view settings are remembered, etc., etc.
    Apparently you can also set the "ForcePSTPath" registry value manually, but I have not tested that.

  • How to set up roaming profile on Macs using AD like in windows

    I can bind the workstations to the domain fine.. But can someone direct me to instructions of how to set up the roaming profiles ?
    What steps do I need on the server ? This is what I've done so far.
    I already have OU's for the departments and the users have a shared folder inside their department folder.... \\server\shared_folder\user
    I have done the usual things with AD as far as the profile settings on the windows server.
    Am currently running Mac OS 10.5 and above
    My windows AD runs on windows server 2008
    All my windows workstation are able to use roaming profile without a problem.
    So far i have tried the so many avenues including..
    Make sure the Mac systems are joined to the domain controller and an ADS user can log on successfully. Use "Directory Utility" under "Utilities" menu to join the system to the domain.
    Backup all the contents from /Users to the storage or somewhere locally.
    Configure automount - Go to "Utilities" -> "Directory Utility" - Select the domain and click "Show advanced options" - Click "Mounts" tab and add automount as mentioned below. Remote NFS URL: nfs://server_name/share_name/path/to/profile/directory Mount location: /Users Additional mount parameters: -P,-T Apply the settings and this will mount the remote shared folder or we can name it as Roaming Profile Space - under /Users directory
    Enable roaming profile - Go to "Utilities" -> "Directory Utility" - Select the domain and click "Show advanced options" - Click "Services" -> Select "Active Directory" and click "Show advanced option" - Click "User experience" tab and select the option "Create mobile account at login".
    Reboot the system and log in as any ADS user. The Roaming shared folder will be mounted and the user profile will be created on the shared folder
    Can anyone kindly assist me

    Hi Guys, anyone with the Soln...or Tips..Am waiting

  • Tablet 2 won't upload roaming profile

    Tablet 2, Windows 8 Pro (factory installed), AD domain member, user account with roaming profile.
    The OS will download my roaming profile when I log in, but refuses to upload it back to the server when I log off. I've installed Windows 8 (Enterprise) from scratch on two other computers (a Dell laptop and a Lenovo W500 laptop), and on those machines, the roaming profile works correctly. Has anybody else seen this behavior?
    Bob

    Have you tried to export to the "camera roll", and then try to export to you tube from the photos app?

  • Windows Domain Controller on Windows Server 2012 R2: Hyper-V roaming profiles not loading due to slow connection

    I have racked my brain and done everything that I know to do for about two weeks now.  I am setting up a new system at our fire department and I am having the worst luck with getting the workstations to login to the domain controller with roaming
    profiles.  It keeps telling me that the roaming profile could not be loaded because of a slow connection.  These are workstations that are connected directly to the switch that the DC is connected to.  I have tried multiple connections regarding
    the layout (DC into the router, router into the switch).  The router is a Cisco RV220W.  I have two VLANS, one for public and one for private domain.  The Private VLAN has DHCP turned off since I am providing it through the DC.  I currently
    have a connection from the Private VLAN going to the unmanaged switch that the workstations and server are plugged into.
    The server is a Dell PowerEdge R420 that has 6 NIC ports (1 dual port and 1 quad port).  I have a virtual switch setup on Hyper-V for an external port (let's say Card 2 Port 3) that is assigned to the WS 2012R2 Domain Controller.  The DC can see
    the internet fine and the workstations can connect to the shared folders on the server.  I can retrieve files by just using the computer name or FQDN.  The DC is also running DNS and DHCP.  The DNS has the _msdcs setup from when I installed
    the active directory role.  I have attempted to assign static IP addresses to the workstations:
    IP:                     10.0.0.80
    Subnet:             255.255.255.0
    IPV4 Gateway:  10.0.0.1
    IPV4 DNS:        10.0.0.12
    I've attempted "append the specific DNS suffix", I've "registered the connection in DNS", I've used "use this connections suffix in DNS registration".
    The server is assigned:
    IP:                     10.0.0.12
    Subnet:             255.255.255.0
    IPV4 Gateway:  10.0.0.1
    IPV4 DNS:         10.0.0.12
    The DNS entries have forwarders that forward to my ISP DNS servers for lookup
    I've enabled and disabled DHCP, I've installed a new VM just to create another DC to make sure that I didn't goof up when I created it.
    I've lost my patience with this project and am sinking fast.  Can someone please offer some advice as to what I've done wrong?  I've created this exact scenario at work many times but, I've never done it with Windows Server 2012.  Is this
    possibly something to do with the Dell PowerEdge server (Generation 12) with the SR-IOV?  I am going to attempt to work on it some more tomorrow when I get over there.  I think there may be an issue with the SR-IOV not being enabled on the machine
    through the Dell Bios.  Would the SR-IOV really cause the workstations to report a slow connection?  When I login at the domain controller the roaming profiles and folder redirection work fine so, I know the GPO settings are correct.  I don't
    have "ignore slow connections" or any of those GPO's set.  I need to get it working the correct way so, I didn't want to fool the server when there is another underlying problem.  Any help that someone can offer, I am more than willing
    to listen.  If you need more information, please ask.
    Thanks,
    Jay

    So, I've managed to research this some more since Thursday and I've come to the conclusion that Hyper-V does a horrible job of supporting Qualcomm NIC cards. That's the only thing I can conclude as far as where the issue is originating. I've read many
    post and walkthroughs but nothing that has helped. The issue wasn't with any settings in the domain controller. The issue was that there really is a slow connection originating at the domain controller that is a VM and has network connectivity through the
    virtual switch from Hyper-V. So, next question is, how do I get the DC to have better connectivity through the NIC that Hyper-V won't give it? If hyper-v would allow passthrough, this would be so much simpler. VM-ware is looking really good at this point.
    Im disappointed in MS right now.

Maybe you are looking for

  • Free of charge delivery and free goods

    hello, I need clarification  on the following. There are two different things. one is free of charge delivery and the other is free goods. 1) for free of charge delivery, order type is  FD , I think we have to maintain TANN(with pricing as B,100% dis

  • How do I get sent webmail to synch across Mac and iPhone?

    Hello, If I compose a message on my iMac, it will not appear in the webmail's sent mailbox on my iphone.  The reverse is true too: if I compose a message on my iPhone, it will not appear in my iMac's webmail sent mailbox. I have successfully set up a

  • Error while restarting BPM which falied in Queue & status is sysfail

    hi all, We are trying to restart the BPM which failed with status as SYSFAIL using 'Execute LUW'. Error coming is 'Function module does not exist or EXCEPTION raised' How can we restart such messages? Thanks, Mayank

  • ITunes 10.5 Error- Windows Installer Package

    Previously, I had iTunes on my computer, but then got rid of it because my iPod got stolen. I now have a new one, but iTunes 10.5 will not install on my computer. When I've tried to install it, right before it was done installing, an error message po

  • Ringtones and Old iTunes Account Name

    I tried to create a ringtone from a song I purchased when my account was a former email address. I could not purchase the ringtone with the email address my iTunes account now has as the account name. When I "get info" on the song I see the old email