<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>4sysops &#187; roaming profiles</title>
	<atom:link href="http://4sysops.com/archives/tag/roaming-profiles/feed/" rel="self" type="application/rss+xml" />
	<link>http://4sysops.com</link>
	<description>For Windows Administrators</description>
	<lastBuildDate>Thu, 24 May 2012 23:49:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<image>
    <title>4sysops</title>
    <url>http://4sysops.com/4sysops-rss.png</url>
    <link>http://4sysops.com</link>
    <width>143</width>
    <height>49</height>
    <description>4sysops.com</description>
    </image>		<item>
		<title>Folder Redirection &#8211; Part 3: Explanation of folder permissions</title>
		<link>http://4sysops.com/archives/folder-redirection-part-3-explanation-of-folder-permissions/</link>
		<comments>http://4sysops.com/archives/folder-redirection-part-3-explanation-of-folder-permissions/#comments</comments>
		<pubDate>Mon, 07 May 2012 19:23:40 +0000</pubDate>
		<dc:creator>Kyle Beckman</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[group policy]]></category>
		<category><![CDATA[roaming profiles]]></category>

		<guid isPermaLink="false">https://4sysops.com/?p=8556</guid>
		<description><![CDATA[<a href="http://4sysops.com/archives/folder-redirection-part-1-introduction/">Folder Redirection in Group Policy</a> allows a systems administrator to redirect certain folders from a user’s profile to a file server. In part 3 of this <a href="http://4sysops.com/archives/folder-redirection-part-1-introduction/">series</a>, I’ll discuss the folder permissions we set on the file server along with justifications for those settings and alternatives.]]></description>
			<content:encoded><![CDATA[<p><strong><i><a href="http://4sysops.com/archives/folder-redirection-part-1-introduction/">Folder Redirection in Group Policy</a> allows a systems administrator to redirect certain folders from a user’s profile to a file server. In part 3 of this <a href="http://4sysops.com/archives/folder-redirection-part-1-introduction/">series</a>, I’ll discuss the folder permissions we set on the file server along with justifications for those settings and alternatives.</i></strong></p>
<p>At this point, you may have noticed that we didn’t give our users very many permissions on the Users folder. First and foremost, we made sure that one user can’t see inside of another user’s folder. It’s also pretty obvious that we don’t want to give users the ability to do things like take ownership, delete files/folders, or change permissions, but a few of the other missing permissions take a little more explanation.</p>
<p>First off, you don’t want users to have Create files/write data permissions or they can save files into the root of the shared folder. Since we’re redirecting folders, we only want the users to be able to create folders in the root Users folder, but not individual files. Once the user creates a folder named %username%, the CREATOR OWNER permission will take over (since it is a sub-folder of Users) and will give the account full control over the %username% folder and everything inside of it.</p>
<p>Second, List folder/read data is also missing because we don’t want users to be able to enumerate folders in the share. Here’s what it will look like to the end user if they try to go to \\fileserver\Users:</p>
<p align="center"><a href="http://4sysops.com/wp-content/uploads/2012/05/Folder-Redirection-User-cant-enumerate-folders.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2012/05/Folder-Redirection-User-cant-enumerate-folders.png','',event,300,75)"><img style="background-image: none; padding-top: 0px; padding-left: 0px; margin: 0px 6px; display: inline; padding-right: 0px; border: 0px;" title="Folder Redirection - User can't enumerate folders" src="http://4sysops.com/wp-content/uploads/2012/05/Folder-Redirection-User-cant-enumerate-folders_thumb.png" alt="Folder Redirection - User can't enumerate folders" width="604" height="454" border="0" /></a></p>
<p align="center"><em>User can&#8217;t enumerate folders</em></p>
<p>However, if the user tries to go to \\fileserver\Users\%username%, he can see all of his folders:</p>
<p align="center"><a href="http://4sysops.com/wp-content/uploads/2012/05/Folder-Redicretion-User-CAN-see-inside-username-folder.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2012/05/Folder-Redicretion-User-CAN-see-inside-username-folder.png','',event,300,75)"><img style="background-image: none; padding-top: 0px; padding-left: 0px; margin: 0px 6px; display: inline; padding-right: 0px; border: 0px;" title="Folder Redicretion - User CAN see inside username folder" src="http://4sysops.com/wp-content/uploads/2012/05/Folder-Redicretion-User-CAN-see-inside-username-folder_thumb.png" alt="Folder Redicretion - User CAN see inside username folder" width="604" height="383" border="0" /></a></p>
<p align="center"><em>User CAN see inside username folder</em></p>
<p>To the Administrator, you’ll still be able to see everything on the server:</p>
<p align="center"><a href="http://4sysops.com/wp-content/uploads/2012/05/Folder-Redirection-redirected-folders-on-server.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2012/05/Folder-Redirection-redirected-folders-on-server.png','',event,300,75)"><img style="background-image: none; padding-top: 0px; padding-left: 0px; margin: 0px 6px; display: inline; padding-right: 0px; border: 0px;" title="Folder Redirection - redirected folders on server" src="http://4sysops.com/wp-content/uploads/2012/05/Folder-Redirection-redirected-folders-on-server_thumb.png" alt="Folder Redirection - redirected folders on server" width="604" height="454" border="0" /></a></p>
<p align="center"><em>Redirected folders on server</em></p>
<p>Why would you want to do it this way? The biggest reason is that we’re giving the user the ability to create folders in the Users share. That means that there is nothing to stop a user from creating a few hundred folders and then saving files into those folders inside of Users. By removing the ability to enumerate folders in the Users share, you eliminate the ability of the user to see what is in the folder. It doesn’t stop the user from being able to create other folders or copy data into them, but it makes is much more difficult to use should they decide to try.</p>
<p>The other big benefit you get is that users can’t see the other user account folders that are stored in the Users share. Can’t I do that with Access Based Enumeration? Yes… Access Based Enumeration will essentially hide any files/folders to a user that he/she doesn’t have permissions to see; but, it doesn’t solve the problem of the user being able to create new folders in your Users share. If you enable Access Based Enumeration and allow users to enumerate the contents of the share, they’ll just see their %username% folder and all of the other folders they’ve created there.</p>
<p>In the next post I will show you how to <a href="http://4sysops.com/archives/folder-redirection-part-4-group-policy-configuration/">configure folder redirection in Group Policy</a>.</p>
Author: Kyle Beckman
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/folder-redirection-part-5-best-practices/" title="Folder Redirection &#8211; Part 5: Best practices (May 14, 2012)">Folder Redirection &#8211; Part 5: Best practices</a> (1)</li>
	<li><a href="http://4sysops.com/archives/folder-redirection-part-4-group-policy-configuration/" title="Folder Redirection &#8211; Part 4: Group Policy configuration (May 9, 2012)">Folder Redirection &#8211; Part 4: Group Policy configuration</a> (0)</li>
	<li><a href="http://4sysops.com/archives/folder-redirection-part-2-setting-up-your-file-server/" title="Folder Redirection &#8211; Part 2: Setting up your file server (May 2, 2012)">Folder Redirection &#8211; Part 2: Setting up your file server</a> (0)</li>
	<li><a href="http://4sysops.com/archives/folder-redirection-part-1-introduction/" title="Folder Redirection &#8211; Part 1: Introduction (April 30, 2012)">Folder Redirection &#8211; Part 1: Introduction</a> (0)</li>
	<li><a href="http://4sysops.com/archives/microsoft-desktop-optimization-pack-mdop-advanced-group-policy-management-agpm/" title="Microsoft Desktop Optimization Pack (MDOP): Advanced Group Policy Management (AGPM) (April 13, 2012)">Microsoft Desktop Optimization Pack (MDOP): Advanced Group Policy Management (AGPM)</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/folder-redirection-part-3-explanation-of-folder-permissions/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<series:name><![CDATA[Folder Redirection]]></series:name>
	</item>
		<item>
		<title>Folder Redirection &#8211; Part 1: Introduction</title>
		<link>http://4sysops.com/archives/folder-redirection-part-1-introduction/</link>
		<comments>http://4sysops.com/archives/folder-redirection-part-1-introduction/#comments</comments>
		<pubDate>Mon, 30 Apr 2012 20:48:52 +0000</pubDate>
		<dc:creator>Kyle Beckman</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[group policy]]></category>
		<category><![CDATA[roaming profiles]]></category>

		<guid isPermaLink="false">https://4sysops.com/?p=8502</guid>
		<description><![CDATA[Folder Redirection in Group Policy allows a systems administrator to redirect certain folders from a user’s profile to a file server.  In part 1 of this series, I’ll introduce Folder Redirection and show where to find it in the Group Policy Management Console]]></description>
			<content:encoded><![CDATA[<p><strong><i>Folder Redirection in Group Policy allows a systems administrator to redirect certain folders from a user’s profile to a file server.  In part 1 of this series, I’ll introduce Folder Redirection and show where to find it in the Group Policy Management Console</i></strong></p>
<p>If you’re like me, you’ve probably gotten a frantic call from a customer because they have a computer that won’t boot and they have irreplaceable files on their local hard drive. Try adding clicking or grinding sounds coming from that computer along with no recent backup to the mixture. Sound familiar? That combination can add up to a very upset customer and possibly a very expensive bill if you have to get data restored from that failed hard drive.</p>
<p>The good news is that there is something you can start doing today to start combatting that problem: Folder Redirection in Group Policy. To get started with Folder Redirection, you’ll need to be running Active Directory (any functional level), have an available file server, and a management station running the Group Policy Management Console. As with most Group Policy, the latest version of the GPMC is preferred, but most of these settings are available in older versions.</p>
<p>So what exactly does Folder Redirection do? Folder Redirection takes common user profile folders from C:\Users (or C:\Documents and Settings\ in Windows XP) like the Desktop or Documents and puts them on a UNC path instead of the local hard drive of the computer. I</p>
<p>In addition to the immediate benefit of having that data on a file server that is much easier to keep backed up, the user also gets the benefit of being able to go to multiple computers in your organization and still have access to their data. Using the default Windows settings and the default share settings on your file server, these redirections will be even made available offline automatically for your users. (Don’t worry, this can be controlled separately in Group Policy, which we’ll cover in a later article.)</p>
<p align="center"><a href="http://4sysops.com/wp-content/uploads/2012/04/Folder-Redirection-Documents-Redirected-in-Windows-7.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2012/04/Folder-Redirection-Documents-Redirected-in-Windows-7.png','',event,300,75)"><img style="background-image: none; margin: 0px 6px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Folder Redirection - Documents Redirected in Windows 7" src="http://4sysops.com/wp-content/uploads/2012/04/Folder-Redirection-Documents-Redirected-in-Windows-7_thumb.png" alt="Folder Redirection - Documents Redirected in Windows 7" width="604" height="448" border="0" /></a></p>
<p align="center"><em>Documents Redirected in Windows 7</em></p>
<p>In the GPMC, the Folder Redirection settings can be found in User Configuration &gt; Policies &gt; Windows Settings &gt; Folder Redirection. If you’re using the GPMC in Windows XP, you can redirect Application Data, Desktop, My Documents, and the Start Menu. In addition, folders in Windows XP that are inside the My Documents folder like My Music and My Pictures will follow My Documents when it is redirected.</p>
<p align="center"><a href="http://4sysops.com/wp-content/uploads/2012/04/GPMC-in-Windows-XP-Showing-Folder-Redirection.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2012/04/GPMC-in-Windows-XP-Showing-Folder-Redirection.png','',event,300,75)"><img style="background-image: none; margin: 0px 6px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="GPMC in Windows XP Showing Folder Redirection" src="http://4sysops.com/wp-content/uploads/2012/04/GPMC-in-Windows-XP-Showing-Folder-Redirection_thumb.png" alt="GPMC in Windows XP Showing Folder Redirection" width="604" height="340" border="0" /></a></p>
<p align="center"><em>GPMC in Windows XP Showing Folder Redirection</em></p>
<p>If you’re using the GPMC in either Windows 7 or Windows Server 2008 R2, you’ll see that the list of folders that can be redirected is much longer. AppData (Roaming), Desktop, Start Menu, Documents, Pictures, Music, Videos, Favorites, Contacts, Downloads, Links, Searches, and Saved Games can all be redirected in Vista, 7, Server 2008, and Server 2008 R2.</p>
<p align="center"><a href="http://4sysops.com/wp-content/uploads/2012/04/GPMC-in-Windows-7-Showing-Folder-Redirection.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2012/04/GPMC-in-Windows-7-Showing-Folder-Redirection.png','',event,300,75)"><img style="background-image: none; margin: 0px 6px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="GPMC in Windows 7 Showing Folder Redirection" src="http://4sysops.com/wp-content/uploads/2012/04/GPMC-in-Windows-7-Showing-Folder-Redirection_thumb.png" alt="GPMC in Windows 7 Showing Folder Redirection" width="604" height="447" border="0" /></a></p>
<p align="center"><em>GPMC in Windows 7 Showing Folder Redirection</em></p>
<p>In the next post of this series I will explain how to <a href="http://4sysops.com/archives/folder-redirection-part-2-setting-up-your-file-server/">set up Folder Redirection</a>.</p>
Author: Kyle Beckman
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/folder-redirection-part-5-best-practices/" title="Folder Redirection &#8211; Part 5: Best practices (May 14, 2012)">Folder Redirection &#8211; Part 5: Best practices</a> (1)</li>
	<li><a href="http://4sysops.com/archives/folder-redirection-part-4-group-policy-configuration/" title="Folder Redirection &#8211; Part 4: Group Policy configuration (May 9, 2012)">Folder Redirection &#8211; Part 4: Group Policy configuration</a> (0)</li>
	<li><a href="http://4sysops.com/archives/folder-redirection-part-3-explanation-of-folder-permissions/" title="Folder Redirection &#8211; Part 3: Explanation of folder permissions (May 7, 2012)">Folder Redirection &#8211; Part 3: Explanation of folder permissions</a> (4)</li>
	<li><a href="http://4sysops.com/archives/folder-redirection-part-2-setting-up-your-file-server/" title="Folder Redirection &#8211; Part 2: Setting up your file server (May 2, 2012)">Folder Redirection &#8211; Part 2: Setting up your file server</a> (0)</li>
	<li><a href="http://4sysops.com/archives/microsoft-desktop-optimization-pack-mdop-advanced-group-policy-management-agpm/" title="Microsoft Desktop Optimization Pack (MDOP): Advanced Group Policy Management (AGPM) (April 13, 2012)">Microsoft Desktop Optimization Pack (MDOP): Advanced Group Policy Management (AGPM)</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/folder-redirection-part-1-introduction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<series:name><![CDATA[Folder Redirection]]></series:name>
	</item>
		<item>
		<title>Troubleshoot slow logon &#8211; Part 1: Profile size</title>
		<link>http://4sysops.com/archives/troubleshoot-slow-logon-part-1-profile-size/</link>
		<comments>http://4sysops.com/archives/troubleshoot-slow-logon-part-1-profile-size/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 18:33:13 +0000</pubDate>
		<dc:creator>Aaron Denton</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[roaming profiles]]></category>

		<guid isPermaLink="false">https://4sysops.com/?p=7731</guid>
		<description><![CDATA[One of the reasons a user may experience a slow logon are problems with a large roaming user profile. This post explains how to troubleshoot slow logon in Active Directory domain in those cases.]]></description>
			<content:encoded><![CDATA[<p><strong><i>One of the reasons a user may experience a slow logon are problems with a large roaming user profile. This post explains how to troubleshoot slow logon in Active Directory domain in those cases.</i></strong></p>
<p>I recently spent some time troubleshooting slow logons. I had several complaints and had also personally witnessed some very slow logons. After some investigation, I found that nearly all of the user’s had either a very large profile or had directories with extremely high file count. Rather than just delete and hope the problem didn’t happen again, I decided to seek out a solution that would prevent this from happening in the future.</p>
<p>As you may know, just before discovering a solution, there’s usually a key discovery that lowers your blood pressure and allows your confidence level to return to normal. For me, that moment was discovering the power of using the <strong>Exclude directories in roaming profile</strong> and <strong>Limit Profile size</strong> Group Policy settings together.</p>
<h2>Exclude directories in roaming profile and limit profile size</h2>
<p>The Group Policy Object (GPO) setting <em>Exclude directories in roaming profile</em> is one of those settings that is unusually self explanatory. It allows you to create a list of directories, from the root of the user roaming profile location, that should be excluded from roaming profile synchronization.</p>
<h2>How do I configure it?</h2>
<p>This group policy setting is located in the User Configuration/Policies/Administrative Templates/System/User Profiles section of a GPO. To add multiple folders, separate them in the list using a semi-colon. For example, to exclude the Cookies directory and the Mozilla directory use this for your value:</p>
<p><strong>AppData\Roaming\Microsoft\Windows\Cookies;AppData\Roaming\Mozilla</strong></p>
<p><a href="http://4sysops.com/wp-content/uploads/2012/01/Slow-logon-Exclude-directories-in-roaming-profile.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2012/01/Slow-logon-Exclude-directories-in-roaming-profile.png','',event,300,75)"><img style="background-image: none; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; padding-top: 0px; border: 0px;" title="Slow logon - Exclude directories in roaming profile" src="http://4sysops.com/wp-content/uploads/2012/01/Slow-logon-Exclude-directories-in-roaming-profile_thumb.png" alt="Slow logon - Exclude directories in roaming profile" width="604" height="433" border="0" /></a></p>
<p align="center"><em>Exclude directories in roaming profile</em></p>
<h2>What to exclude</h2>
<p>Sometimes profiles grow large and you may not be sure which directories are the cause. This is where the <em>Limit Profile size</em> setting comes in very handy. Enabling the setting allows you to specify what the Max profile size should be as well as the message to use to notify the end user. This could be a double-edged sword. It can prompt your user to contact you when their profile is large but should be used with caution depending upon your user group. In my experience, I found this was a great way to target those experiencing slow logons due to profile size.</p>
<p>For the admin, the real power in this setting is the Profile Storage Space dialog box that is enabled in the system tray of the user’s desktop. It allows you to quickly view a list of the files in the profile sorted by size. I found this to be invaluable. That is because the cause of each user’s large profile can be unique.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2012/01/Slow-logon-Profile-Storage-Space-dialog-box-enabled-with-Limit-profile-size.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2012/01/Slow-logon-Profile-Storage-Space-dialog-box-enabled-with-Limit-profile-size.png','',event,300,75)"><img style="background-image: none; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; padding-top: 0px; border: 0px;" title="Slow logon - Profile Storage Space dialog box enabled with Limit profile size" src="http://4sysops.com/wp-content/uploads/2012/01/Slow-logon-Profile-Storage-Space-dialog-box-enabled-with-Limit-profile-size_thumb.png" alt="Slow logon - Profile Storage Space dialog box enabled with Limit profile size" width="401" height="408" border="0" /></a></p>
<p align="center"><em>Profile Storage Space dialog box enabled with Limit profile size</em></p>
<p>In your environment, I would recommend enabling this setting with a large Maximum profile size of somewhere around 300MB for those user’s that you know are having problems with slow logon. This will allow you to begin to assess the cause of the large profiles. As you add directories to the <em>Exclude directories in roaming profile</em> setting, you will see directories disappear from the Profile Storage Space view.</p>
<ul>
<li>Modify Exclude directories in roaming profile GPO setting that applies to the user</li>
<li>Synchronize domain controllers</li>
<li>Refresh group policy by running gpupdate /force from the command line</li>
<li>Log the user off and then back on</li>
<li>Double click the Profile Storage Space icon in the system tray</li>
</ul>
<p>Ideally, you want to get profile size below 50MB. Below is the list I’ve compiled that has taken care of this issue for most of my users. This should work for Windows Vista and later desktop users.
<strong>AppData\Roaming\Microsoft\Windows\PrivacIE;</strong><strong>AppData\Roaming\Microsoft\Windows\Cookies;
AppData\Roaming\Mozilla;AppData\Roaming\Adobe;AppData\Roaming\Macromedia;$Recycle.Bin; AppData\Local;AppData\LocalLow</strong></p>
<p>In the next article, I’ll discuss how customizing the three-headed monster (Indexing, System Restore, and Windows Error Reporting) can<a href="http://4sysops.com/archives/troubleshoot-slow-logon-part-2-the-3-headed-monster/"> improve user logon and desktop performance for domain users</a>.</p>
Author: Aaron Denton
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/folder-redirection-part-3-explanation-of-folder-permissions/" title="Folder Redirection &#8211; Part 3: Explanation of folder permissions (May 7, 2012)">Folder Redirection &#8211; Part 3: Explanation of folder permissions</a> (4)</li>
	<li><a href="http://4sysops.com/archives/folder-redirection-part-1-introduction/" title="Folder Redirection &#8211; Part 1: Introduction (April 30, 2012)">Folder Redirection &#8211; Part 1: Introduction</a> (0)</li>
	<li><a href="http://4sysops.com/archives/troubleshoot-slow-logon-part-2-the-3-headed-monster/" title="Troubleshoot slow logon &#8211; Part 2: The 3-headed monster (January 6, 2012)">Troubleshoot slow logon &#8211; Part 2: The 3-headed monster</a> (0)</li>
	<li><a href="http://4sysops.com/archives/how-to-disable-the-shutdown-event-tracker-in-windows-server-2008-r2/" title="How to disable the Shutdown Event Tracker in Windows Server 2008 R2 (December 27, 2011)">How to disable the Shutdown Event Tracker in Windows Server 2008 R2</a> (1)</li>
	<li><a href="http://4sysops.com/archives/free-smart-defrag-a-defragmentation-tool/" title="FREE: Smart Defrag &#8211; A defragmentation tool (May 9, 2011)">FREE: Smart Defrag &#8211; A defragmentation tool</a> (9)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/troubleshoot-slow-logon-part-1-profile-size/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FREE: UserProfilesView &#8211; View user profiles</title>
		<link>http://4sysops.com/archives/free-userprofilesview-view-user-profiles/</link>
		<comments>http://4sysops.com/archives/free-userprofilesview-view-user-profiles/#comments</comments>
		<pubDate>Sat, 07 May 2011 01:17:37 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Free Tools]]></category>
		<category><![CDATA[roaming profiles]]></category>

		<guid isPermaLink="false">https://4sysops.com/?p=6075</guid>
		<description><![CDATA[UserProfilesView is a free portable and scriptable tool that enables you to view all local and roaming user profiles on a Windows machine.]]></description>
			<content:encoded><![CDATA[<p><strong><i>UserProfilesView is a free portable and scriptable tool that enables you to view all local and roaming user profiles on a Windows machine.</i></strong></p>
<p>You can view all user profiles on a Windows computer either by navigating to the user profiles folder (C:\users on Windows 7 and Vista, and C:\Documents and Settings on Windows XP) or in the Control Panel (System, System and Security, System, Advanced System Settings). With NirSoft&#8217;s <a href="http://www.nirsoft.net/utils/user_profiles_view.html">UserProfilesView</a>, you will probably be quicker because you just have to double-click the tool.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/05/View.user_.profiles.UserProfilesView.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/05/View.user_.profiles.UserProfilesView.png','',event,300,75)"><span style="color: #2e2302;"> </span><img style="margin: 0px auto; display: block; float: none; border-width: 0px;" title="View user profiles - UserProfilesView" src="http://4sysops.com/wp-content/uploads/2011/05/View.user_.profiles.UserProfilesView_thumb.png" border="0" alt="View user profiles - UserProfilesView" width="604" height="157" /></a></p>
<p>Moreover, the free portable tool gives you some useful additional information, such as last load time, folder created time, folder modified time, registry modified time, registry file size, user SID, and state (local, domain). This information can be useful for troubleshooting roaming user profiles because it allows you to check when a user first and last logged onto a specific computer.</p>
<p>Since UserProfilesView can also be run from the command prompt, and since you export the data to a text or HTML/XML file, you can use the tool to get an overview of which machines users have logged on to. For this, you have to write a little startup script that collects this information from the computers in your network.</p>
<p>I tested UserProfilesView v1.01 on Windows 7.</p>
<h2><a href="http://www.nirsoft.net/utils/user_profiles_view.html">UserProfilesView</a></h2>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/folder-redirection-part-3-explanation-of-folder-permissions/" title="Folder Redirection &#8211; Part 3: Explanation of folder permissions (May 7, 2012)">Folder Redirection &#8211; Part 3: Explanation of folder permissions</a> (4)</li>
	<li><a href="http://4sysops.com/archives/folder-redirection-part-1-introduction/" title="Folder Redirection &#8211; Part 1: Introduction (April 30, 2012)">Folder Redirection &#8211; Part 1: Introduction</a> (0)</li>
	<li><a href="http://4sysops.com/archives/troubleshoot-slow-logon-part-1-profile-size/" title="Troubleshoot slow logon &#8211; Part 1: Profile size (January 4, 2012)">Troubleshoot slow logon &#8211; Part 1: Profile size</a> (0)</li>
	<li><a href="http://4sysops.com/archives/windows-7-background-upload-of-roaming-user-profiles/" title="Windows 7 background upload of roaming user profiles (September 21, 2009)">Windows 7 background upload of roaming user profiles</a> (4)</li>
	<li><a href="http://4sysops.com/archives/if-group-policy-settings-don%e2%80%99t-take-effect-immediately/" title="If Group Policy settings don’t take effect immediately (March 23, 2007)">If Group Policy settings don’t take effect immediately</a> (8)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/free-userprofilesview-view-user-profiles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 background upload of roaming user profiles</title>
		<link>http://4sysops.com/archives/windows-7-background-upload-of-roaming-user-profiles/</link>
		<comments>http://4sysops.com/archives/windows-7-background-upload-of-roaming-user-profiles/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 20:13:19 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[roaming profiles]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=3453</guid>
		<description><![CDATA[<p>When I compiled my <a href="http://4sysops.com/archives/windows-7-new-features-the-complete-list-part1-user-interface/">complete Windows 7 feature overview</a> a while back, one of the features that caught my attention was the background upload of roaming user profiles. This Windows 7 feature overview was mostly based on Microsoft&#8217;s Windows 7 reviewer&#8217;s guide of the beta version. This guide is no longer available at Microsoft Download, but you still can get it at <a href="http://rapidshare.com/files/168771647/windows_7_reviewer_s_guide.rar">rapidshare</a>. Note that not everything in this paper applies to Windows 7 RTM.</p>
<p>This is the original text in the Windows 7 reviewer&#8217;s guide:</p>
<blockquote><p>Windows 7 makes Roaming User Profiles more useful and reliable by enabling IT professionals to automatically synchronize users’ profiles with the server while users are still logged on. Prior to Windows 7, this synchronization occurred only when users logged off. With this improvement, users can roam from one PC to another while remaining logged in to both PCs—and still have the same consistent environment.</p></blockquote>
<p>As I read this, the whole user profile is &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>When I compiled my <a href="http://4sysops.com/archives/windows-7-new-features-the-complete-list-part1-user-interface/">complete Windows 7 feature overview</a> a while back, one of the features that caught my attention was the background upload of roaming user profiles. This Windows 7 feature overview was mostly based on Microsoft&#8217;s Windows 7 reviewer&#8217;s guide of the beta version. This guide is no longer available at Microsoft Download, but you still can get it at <a href="http://rapidshare.com/files/168771647/windows_7_reviewer_s_guide.rar">rapidshare</a>. Note that not everything in this paper applies to Windows 7 RTM.</p>
<p>This is the original text in the Windows 7 reviewer&#8217;s guide:</p>
<blockquote><p>Windows 7 makes Roaming User Profiles more useful and reliable by enabling IT professionals to automatically synchronize users’ profiles with the server while users are still logged on. Prior to Windows 7, this synchronization occurred only when users logged off. With this improvement, users can roam from one PC to another while remaining logged in to both PCs—and still have the same consistent environment.</p></blockquote>
<p>As I read this, the whole user profile is synchronized with the server while the user is logged on. This was one of the features that had been on my wish list since I worked with roaming user profiles in Windows NT 4. In some organizations people tend to log on and log off at the same time, i.e. in the morning when they start working and in the evening before they leave work. Users who have just come out of a rush hour traffic jam are usually not very patient when they have to wait for ages until their profiles are downloaded because the company network is jammed or because the file servers are too busy.</p>
<p>There are several ways to remedy this problem. For example, you can redirect the document folders to a file server or work with offline files. I always found these workarounds not very convenient and also error-prone. Hence I was curious to try this new Windows 7 feature. Unfortunately, I was a little disappointed when I had a closer look at the background upload of roaming user profiles with Windows 7 RTM. It appears that not the whole profile but only the ntuser.dat file is synchronized with the server while the user is still logged on.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2009/09/Backrounduploadofroameruserprofiles.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/09/Backrounduploadofroameruserprofiles.png','',event,300,75)"><img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 0px 4px; display: inline; border-top: 0px; border-right: 0px" title="Backroundupload-of-roamer-user-profiles" src="http://4sysops.com/wp-content/uploads/2009/09/Backrounduploadofroameruserprofiles_thumb.png" border="0" alt="Backroundupload-of-roamer-user-profiles" width="344" height="314" align="right" /></a> I only found one new Group Policy setting related to the background upload feature (Computer Configuration | Administrative Templates | System | User Profiles). It clearly states that only ntuser.dat is affected by this function. You probably know that ntuser.dat contains the HKEY_CURRENT_USER registry hive; that is, it stores all user settings, those of Windows and most applications.</p>
<p>I have only tried the feature with a Windows Server 2008 R2 domain controller (functional level R2), but the new <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=18c90c80-8b0a-4906-a4f5-ff24cc2030fb#tm">Group Policy reference guide</a> says that this features is independent of the Active Directory functional level. Thus it should also work in a Windows Server 2003 domain.</p>
<p>There are two scheduling methods. You can set an interval or a specific time of the day when ntuser.dat is synchronized with the server. The shortest interval is one hour, so new user settings won&#8217;t be synchronized immediately.</p>
<p>The background upload of roaming user profiles is certainly a useful feature. If a user has logged onto two different machines, then all settings will be transferred between the two machines without needing to log off. However, it would be much better if the whole user profile including the My Documents folder were synchronized. Perhaps Microsoft originally planned this feature and will add it a later time. At least the reviewer&#8217;s guide of the Windows 7 beta reads like this. It is also possible that I missed something here.</p>
<p>Update: The last paragraph might not be correct. Please check the comments below. I will update this article as soon as I know more.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/folder-redirection-part-3-explanation-of-folder-permissions/" title="Folder Redirection &#8211; Part 3: Explanation of folder permissions (May 7, 2012)">Folder Redirection &#8211; Part 3: Explanation of folder permissions</a> (4)</li>
	<li><a href="http://4sysops.com/archives/folder-redirection-part-1-introduction/" title="Folder Redirection &#8211; Part 1: Introduction (April 30, 2012)">Folder Redirection &#8211; Part 1: Introduction</a> (0)</li>
	<li><a href="http://4sysops.com/archives/troubleshoot-slow-logon-part-1-profile-size/" title="Troubleshoot slow logon &#8211; Part 1: Profile size (January 4, 2012)">Troubleshoot slow logon &#8211; Part 1: Profile size</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-userprofilesview-view-user-profiles/" title="FREE: UserProfilesView &#8211; View user profiles (May 6, 2011)">FREE: UserProfilesView &#8211; View user profiles</a> (0)</li>
	<li><a href="http://4sysops.com/archives/if-group-policy-settings-don%e2%80%99t-take-effect-immediately/" title="If Group Policy settings don’t take effect immediately (March 23, 2007)">If Group Policy settings don’t take effect immediately</a> (8)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/windows-7-background-upload-of-roaming-user-profiles/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>If Group Policy settings don’t take effect immediately</title>
		<link>http://4sysops.com/archives/if-group-policy-settings-don%e2%80%99t-take-effect-immediately/</link>
		<comments>http://4sysops.com/archives/if-group-policy-settings-don%e2%80%99t-take-effect-immediately/#comments</comments>
		<pubDate>Fri, 23 Mar 2007 20:40:55 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[group policy]]></category>
		<category><![CDATA[roaming profiles]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/if-group-policy-settings-don%e2%80%99t-take-effect-immediately/</guid>
		<description><![CDATA[<p>The February issue of WindowsITPro has an interesting article about <a href="http://www.windowsitpro.com/Articles/ArticleID/94618/94618.html">Group Policy annoyances</a> (subscribers only). I think the most common problem is Group Policy settings not taking effect immediately.  You change a setting and reboot the machine, but the change doesn&#8217;t seem to show immediately.</p>
<p>The cause for this problem could be that <strong>Group Policy Objects (GPOs) are processed asynchronously</strong>, by default. This means that processing occurs while Windows is still working on presenting the logon screen.</p>
<p>There are some Group Policy settings that need <strong>exclusive access to the computer or user environment</strong>. The most prominent ones are Software Installation and Folder Redirection. The latter might become important when you work with roaming profiles and start deploying Vista. Check out this post about <a href="/archives/windows-vista-and-windows-xp-roaming-user-profiles-interoperability-folder-redirection-is-the-only-way/">Windows XP and Vista interoperability of roaming user profiles</a> for more information.</p>
<p>There is a setting that tells Windows to <strong>process Group Policy synchronously</strong>. You can find it under <em>Computer Configuration\Administrative Templates\System\Logon</em>. You &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>The February issue of WindowsITPro has an interesting article about <a href="http://www.windowsitpro.com/Articles/ArticleID/94618/94618.html">Group Policy annoyances</a> (subscribers only). I think the most common problem is Group Policy settings not taking effect immediately.  You change a setting and reboot the machine, but the change doesn&#8217;t seem to show immediately.</p>
<p>The cause for this problem could be that <strong>Group Policy Objects (GPOs) are processed asynchronously</strong>, by default. This means that processing occurs while Windows is still working on presenting the logon screen.</p>
<p>There are some Group Policy settings that need <strong>exclusive access to the computer or user environment</strong>. The most prominent ones are Software Installation and Folder Redirection. The latter might become important when you work with roaming profiles and start deploying Vista. Check out this post about <a href="/archives/windows-vista-and-windows-xp-roaming-user-profiles-interoperability-folder-redirection-is-the-only-way/">Windows XP and Vista interoperability of roaming user profiles</a> for more information.</p>
<p>There is a setting that tells Windows to <strong>process Group Policy synchronously</strong>. You can find it under <em>Computer Configuration\Administrative Templates\System\Logon</em>. You have to enable the policy &#8220;<em>Always wait for the network at computer startup and logon</em>&#8220;. This way, Group Policy will be processed synchronously. Note that this will increase the time needed to boot-up and logon.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/folder-redirection-part-5-best-practices/" title="Folder Redirection &#8211; Part 5: Best practices (May 14, 2012)">Folder Redirection &#8211; Part 5: Best practices</a> (1)</li>
	<li><a href="http://4sysops.com/archives/folder-redirection-part-4-group-policy-configuration/" title="Folder Redirection &#8211; Part 4: Group Policy configuration (May 9, 2012)">Folder Redirection &#8211; Part 4: Group Policy configuration</a> (0)</li>
	<li><a href="http://4sysops.com/archives/folder-redirection-part-3-explanation-of-folder-permissions/" title="Folder Redirection &#8211; Part 3: Explanation of folder permissions (May 7, 2012)">Folder Redirection &#8211; Part 3: Explanation of folder permissions</a> (4)</li>
	<li><a href="http://4sysops.com/archives/folder-redirection-part-2-setting-up-your-file-server/" title="Folder Redirection &#8211; Part 2: Setting up your file server (May 2, 2012)">Folder Redirection &#8211; Part 2: Setting up your file server</a> (0)</li>
	<li><a href="http://4sysops.com/archives/folder-redirection-part-1-introduction/" title="Folder Redirection &#8211; Part 1: Introduction (April 30, 2012)">Folder Redirection &#8211; Part 1: Introduction</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/if-group-policy-settings-don%e2%80%99t-take-effect-immediately/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Windows Vista and Windows XP roaming user profiles interoperability: folder redirection is the only way</title>
		<link>http://4sysops.com/archives/windows-vista-and-windows-xp-roaming-user-profiles-interoperability-folder-redirection-is-the-only-way/</link>
		<comments>http://4sysops.com/archives/windows-vista-and-windows-xp-roaming-user-profiles-interoperability-folder-redirection-is-the-only-way/#comments</comments>
		<pubDate>Thu, 11 Jan 2007 17:58:20 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[roaming profiles]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/windows-vista-and-windows-xp-roaming-user-profiles-interoperability-folder-redirection-is-the-only-way/</guid>
		<description><![CDATA[<p>If you are working with<strong> roaming user profiles</strong> (<strong>server based user profiles</strong>) in your organisation, then be prepared for big changes. <strong>Windows Vista</strong> and <strong>Windows XP</strong> user profiles are <strong>not compatible</strong>! However, you can use folder redirection to make XP and Vista roaming user profiles <strong>interoperable</strong>. Even if you are only working with local user profiles, I recommend reading on.</p>
<p>We always have problems with roaming user profiles whenever we move to a new Windows version. The worst change was from <strong>Windows NT 4.0</strong> to <strong>Windows 2000</strong>. User using NT and Win2000 machines always had problems logging on to a <strong>Windows domain</strong>. This kept our help desk busy for months. In theory, Windows 2000 and Windows XP have the same <strong>profile structure</strong>. Unfortunately, this is only in theory. It seems that some applications just don&#8217;t know about this theory.</p>
<p>When one of our sysops told me some weeks ago that <strong>XP and Vista</strong>&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>If you are working with<strong> roaming user profiles</strong> (<strong>server based user profiles</strong>) in your organisation, then be prepared for big changes. <strong>Windows Vista</strong> and <strong>Windows XP</strong> user profiles are <strong>not compatible</strong>! However, you can use folder redirection to make XP and Vista roaming user profiles <strong>interoperable</strong>. Even if you are only working with local user profiles, I recommend reading on.</p>
<p>We always have problems with roaming user profiles whenever we move to a new Windows version. The worst change was from <strong>Windows NT 4.0</strong> to <strong>Windows 2000</strong>. User using NT and Win2000 machines always had problems logging on to a <strong>Windows domain</strong>. This kept our help desk busy for months. In theory, Windows 2000 and Windows XP have the same <strong>profile structure</strong>. Unfortunately, this is only in theory. It seems that some applications just don&#8217;t know about this theory.</p>
<p>When one of our sysops told me some weeks ago that <strong>XP and Vista</strong> user profiles are  <strong>incompatible</strong>, I assumed that it is just due to this well known chaos, we always have with Windows upgrades. But, then, I have read that <strong>Vista can&#8217;t even load roaming user profile created by XP</strong>. I was just stuck dumb. How can this work? What about our users who logon on three or four different machines? And our students who logon on every computer on the campus? Must we upgrade all our Windows PCs on one day?</p>
<p>My sys admin, then, handed me this <a href="http://download.microsoft.com/download/3/b/a/3ba6d659-6e39-4cd7-b3a2-9c96482f5353/Managing%20Roaming%20User%20Data%20Deployment%20Guide.doc">white paper</a> (Word file) which contains our salvation. It is called <strong>folder redirection</strong>. Folder direction also works with Windows 2000/XP. Basically, you redirect some crucial folders from the user profile to a share on a fileserver. We use this technique for our student machines because they use different computers daily. The advantage is that logon is faster when a student uses a computer for the first time since the data is accessible immediately. The disadvantage is that whenever the file server is  unavailable, users can&#8217;t access their data. You can work with offline files to solve this problem, but I, often, have trouble with this.</p>
<p>The trick is to use <strong>Group Policy</strong> to redirect folders for XP and Vista machines. If you logon for the first time to a Windows domain on a Vista machine, a new roaming user profile will be created on the server. It has the <strong>extension V2</strong> to distinguish it from the XP user profile. The documents folder, application data, etc. from the XP profile will be available thru redirection. If you logon again on an XP machine, Windows will load the old user profile and access the same redirected folders on the fileserver.</p>
<p>Well, that&#8217;s the theory. It is obvious that many things can go wrong here. <strong>The folder structure of user profiles in Vista and XP are quite different.</strong> Although Vista uses mechanisms to help legacy applications to get on with the new structure (junctions for example), I am sure that this will cause many problems. I highly recommend  studying the afore mentioned white paper in detail even if you are not working with roaming user profiles. Many compatibility issues between XP and Vista will probably be caused by this change. The document lists all important modifications.</p>
<p>My last advice is directed to prevent users from working on machines with different Windows versions. Make a list of those users using multiple computers and upgrade them to Vista, first. I hope you belong to those lucky sys admins with this option. Unfortunately, we&#8217;re not that fortunate. I will share our experiences with this transition in the next months. Stay tuned!</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/folder-redirection-part-3-explanation-of-folder-permissions/" title="Folder Redirection &#8211; Part 3: Explanation of folder permissions (May 7, 2012)">Folder Redirection &#8211; Part 3: Explanation of folder permissions</a> (4)</li>
	<li><a href="http://4sysops.com/archives/folder-redirection-part-1-introduction/" title="Folder Redirection &#8211; Part 1: Introduction (April 30, 2012)">Folder Redirection &#8211; Part 1: Introduction</a> (0)</li>
	<li><a href="http://4sysops.com/archives/troubleshoot-slow-logon-part-1-profile-size/" title="Troubleshoot slow logon &#8211; Part 1: Profile size (January 4, 2012)">Troubleshoot slow logon &#8211; Part 1: Profile size</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-userprofilesview-view-user-profiles/" title="FREE: UserProfilesView &#8211; View user profiles (May 6, 2011)">FREE: UserProfilesView &#8211; View user profiles</a> (0)</li>
	<li><a href="http://4sysops.com/archives/windows-7-background-upload-of-roaming-user-profiles/" title="Windows 7 background upload of roaming user profiles (September 21, 2009)">Windows 7 background upload of roaming user profiles</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/windows-vista-and-windows-xp-roaming-user-profiles-interoperability-folder-redirection-is-the-only-way/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Roaming Profiles cure: User Profile Hive Cleanup Service</title>
		<link>http://4sysops.com/archives/roaming-profiles-cure-user-profile-hive-cleanup-service/</link>
		<comments>http://4sysops.com/archives/roaming-profiles-cure-user-profile-hive-cleanup-service/#comments</comments>
		<pubDate>Mon, 10 Jul 2006 17:55:09 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[roaming profiles]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/roaming-profiles-cure-user-profile-hive-cleanup-service/</guid>
		<description><![CDATA[<p>Do you know the User Profile Hive Cleanup Service? It can help solve your problems with roaming user profiles, and if your Windows shuts down very slow. Sometimes, applications maintain connections to registry keys in the user profile after a user logs off. The <a href="http://www.microsoft.com/downloads/details.aspx?familyid=1B286E6D-8912-4E18-B570-42470E2F3582&#38;displaylang=en" target="_blank">User Profile Hive Cleanup Service</a>  monitors if logged-off users have registry hives still loaded and releases them if necessary.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/folder-redirection-part-3-explanation-of-folder-permissions/" title="Folder Redirection &#8211; Part 3: Explanation of folder permissions (May 7, 2012)">Folder Redirection &#8211; Part 3: Explanation of folder permissions</a> (4)</li>
	<li><a href="http://4sysops.com/archives/folder-redirection-part-1-introduction/" title="Folder Redirection &#8211; Part 1: Introduction (April 30, 2012)">Folder Redirection &#8211; Part 1: Introduction</a> (0)</li>
	<li><a href="http://4sysops.com/archives/troubleshoot-slow-logon-part-1-profile-size/" title="Troubleshoot slow logon &#8211; Part 1: Profile size (January 4, 2012)">Troubleshoot slow logon &#8211; Part 1: Profile size</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-userprofilesview-view-user-profiles/" title="FREE: UserProfilesView &#8211; View user profiles (May 6, 2011)">FREE: UserProfilesView &#8211; View user profiles</a> (0)</li>
	<li><a href="http://4sysops.com/archives/windows-7-background-upload-of-roaming-user-profiles/" title="Windows 7 background upload of roaming user profiles (September 21, 2009)">Windows 7 background upload of roaming user profiles</a> (4)</li>
&#8230;</ul>]]></description>
			<content:encoded><![CDATA[<p>Do you know the User Profile Hive Cleanup Service? It can help solve your problems with roaming user profiles, and if your Windows shuts down very slow. Sometimes, applications maintain connections to registry keys in the user profile after a user logs off. The <a href="http://www.microsoft.com/downloads/details.aspx?familyid=1B286E6D-8912-4E18-B570-42470E2F3582&amp;displaylang=en" target="_blank">User Profile Hive Cleanup Service</a>  monitors if logged-off users have registry hives still loaded and releases them if necessary.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/folder-redirection-part-3-explanation-of-folder-permissions/" title="Folder Redirection &#8211; Part 3: Explanation of folder permissions (May 7, 2012)">Folder Redirection &#8211; Part 3: Explanation of folder permissions</a> (4)</li>
	<li><a href="http://4sysops.com/archives/folder-redirection-part-1-introduction/" title="Folder Redirection &#8211; Part 1: Introduction (April 30, 2012)">Folder Redirection &#8211; Part 1: Introduction</a> (0)</li>
	<li><a href="http://4sysops.com/archives/troubleshoot-slow-logon-part-1-profile-size/" title="Troubleshoot slow logon &#8211; Part 1: Profile size (January 4, 2012)">Troubleshoot slow logon &#8211; Part 1: Profile size</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-userprofilesview-view-user-profiles/" title="FREE: UserProfilesView &#8211; View user profiles (May 6, 2011)">FREE: UserProfilesView &#8211; View user profiles</a> (0)</li>
	<li><a href="http://4sysops.com/archives/windows-7-background-upload-of-roaming-user-profiles/" title="Windows 7 background upload of roaming user profiles (September 21, 2009)">Windows 7 background upload of roaming user profiles</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/roaming-profiles-cure-user-profile-hive-cleanup-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When roaming profiles don&#8217;t roam anymore</title>
		<link>http://4sysops.com/archives/when-roaming-profiles-dont-roam-anymore/</link>
		<comments>http://4sysops.com/archives/when-roaming-profiles-dont-roam-anymore/#comments</comments>
		<pubDate>Tue, 21 Mar 2006 18:30:40 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[roaming profiles]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/when-roaming-profiles-dont-roam-anymore/</guid>
		<description><![CDATA[<p>When we recently rolled out about 250 computers, three users had problems with their <a href="http://www.windowsnetworking.com/articles_tutorials/Profile-Folder-Redirection-Windows-Server-2003.html">roaming profiles</a>. Those users didn&#8217;t find the last version of their profile on their new computer because their profile was not updated anymore on the server. Every year or so, I encounter the same problem with my own profile. Usually I don&#8217;t realize that the synchronization failed because I got no error messages. We only backup user data from the file server. That&#8217;s why this is really annoying since I only realize weeks after, that my data was not backed up anymore.</p>
<p>The question is: What can you do if a roaming profile is not synchronized anymore with the server? That&#8217;s where it can get really annoying. If you check the Microsoft knowledge base you will find many possible causes. You will find even more possible causes if you google for that problem.</p>
<p>A <a href="http://support.microsoft.com/kb/883721/en-us">typical cause</a> is a filename in the user profile which is &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>When we recently rolled out about 250 computers, three users had problems with their <a href="http://www.windowsnetworking.com/articles_tutorials/Profile-Folder-Redirection-Windows-Server-2003.html">roaming profiles</a>. Those users didn&#8217;t find the last version of their profile on their new computer because their profile was not updated anymore on the server. Every year or so, I encounter the same problem with my own profile. Usually I don&#8217;t realize that the synchronization failed because I got no error messages. We only backup user data from the file server. That&#8217;s why this is really annoying since I only realize weeks after, that my data was not backed up anymore.</p>
<p>The question is: What can you do if a roaming profile is not synchronized anymore with the server? That&#8217;s where it can get really annoying. If you check the Microsoft knowledge base you will find many possible causes. You will find even more possible causes if you google for that problem.</p>
<p>A <a href="http://support.microsoft.com/kb/883721/en-us">typical cause</a> is a filename in the user profile which is longer than 260 characters. Often Web Links in a the favorite folder are the cause for this. <a href="http://support.microsoft.com/kb/911805/en-us">Another problem </a>could be that the user encrypted files with <a href="http://www.microsoft.com/technet/prodtechnol/winxppro/deploy/cryptfs.mspx">EFS</a>. However, there are several other reasons.</p>
<p>Today, I found a new interesting case when my own profile wasn&#8217;t saved anymore to the server. Somehow ntuser.dat which contains the user part of the registry had a problem. I was not able to rename it, even after rebooting and logging on with another administrator account. The file was still in use. Then I found out that Sophos antivirus caused the problem. One of its services was running under my own user account. I changed it to another account, et voilá, my user profile synchronized again with the server.</p>
<p>In my experience the easiest way to solve the problem with roaming profiles is to create a new profile and copy all the data from the old profile. Usually this is much faster than trying to find out what went wrong with the profile. Logon with an administrator account and rename the folder of the profile. Don&#8217;t try this with the account of the owner&#8217;s profile. You will only get an error message because ntuser.dat and ntuser.dat.log are in use. Don&#8217;t forget renaming the folder on the file server, too. When you have a new profile, you can copy all files from My Documents to the new local profile. Maybe you also have to copy some desktop icons. Some applications might lose their user specific settings.</p>
<p>If this is a serious problem for you or if you really are curious to find out what went wrong with your profile, you can check Usereven.log in c:\windows\debug\UserMode. Maybe you are lucky and can find some hints there. If you have problems with certain folders in your profile, you can try to exclude them from the synchronization process. All you have to do is adding them to user.ini in the root folder of the user profile.</p>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/folder-redirection-part-3-explanation-of-folder-permissions/" title="Folder Redirection &#8211; Part 3: Explanation of folder permissions (May 7, 2012)">Folder Redirection &#8211; Part 3: Explanation of folder permissions</a> (4)</li>
	<li><a href="http://4sysops.com/archives/folder-redirection-part-1-introduction/" title="Folder Redirection &#8211; Part 1: Introduction (April 30, 2012)">Folder Redirection &#8211; Part 1: Introduction</a> (0)</li>
	<li><a href="http://4sysops.com/archives/troubleshoot-slow-logon-part-1-profile-size/" title="Troubleshoot slow logon &#8211; Part 1: Profile size (January 4, 2012)">Troubleshoot slow logon &#8211; Part 1: Profile size</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-userprofilesview-view-user-profiles/" title="FREE: UserProfilesView &#8211; View user profiles (May 6, 2011)">FREE: UserProfilesView &#8211; View user profiles</a> (0)</li>
	<li><a href="http://4sysops.com/archives/windows-7-background-upload-of-roaming-user-profiles/" title="Windows 7 background upload of roaming user profiles (September 21, 2009)">Windows 7 background upload of roaming user profiles</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/when-roaming-profiles-dont-roam-anymore/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

