<?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/"
	>

<channel>
	<title>User Profile Disk | KC's Blog</title>
	<atom:link href="https://www.kjctech.net/tag/user-profile-disk/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.kjctech.net</link>
	<description></description>
	<lastBuildDate>Tue, 24 Jan 2023 18:20:58 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/12/cropped-KC-Logo.png?fit=32%2C32&#038;ssl=1</url>
	<title>User Profile Disk | KC's Blog</title>
	<link>https://www.kjctech.net</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">24634607</site>	<item>
		<title>Fixing Roaming User Profile Not Completely Synchronized on Windows Server 2012</title>
		<link>https://www.kjctech.net/fixing-roaming-user-profile-not-completely-synchronized-on-windows-server-2012/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=fixing-roaming-user-profile-not-completely-synchronized-on-windows-server-2012</link>
					<comments>https://www.kjctech.net/fixing-roaming-user-profile-not-completely-synchronized-on-windows-server-2012/#comments</comments>
		
		<dc:creator><![CDATA[Kent Chen]]></dc:creator>
		<pubDate>Thu, 15 Feb 2018 06:26:33 +0000</pubDate>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[group policy]]></category>
		<category><![CDATA[Remote Desktop Services]]></category>
		<category><![CDATA[User Profile Disk]]></category>
		<guid isPermaLink="false">https://www.kjctech.net/?p=3786</guid>

					<description><![CDATA[<p>I have a Remote Desktop Services running on Windows Server 2012. Users who have the access to that server have the roaming profile set up but every time when they log off a warning message displays on the screen saying that: Your roaming user profile was not completely synchronized. See the event log for details or contact administrator. By checking [&#8230;]</p>
The post <a href="https://www.kjctech.net/fixing-roaming-user-profile-not-completely-synchronized-on-windows-server-2012/">Fixing Roaming User Profile Not Completely Synchronized on Windows Server 2012</a> first appeared on <a href="https://www.kjctech.net">KC's Blog</a>.]]></description>
										<content:encoded><![CDATA[<p>I have a Remote Desktop Services running on Windows Server 2012. Users who have the access to that server have the roaming profile set up but every time when they log off a warning message displays on the screen saying that:</p>
<blockquote>
<p class="">Your roaming user profile was not completely synchronized. See the event log for details or contact administrator.</p>
</blockquote>
<p><a href="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/02/User-Profile-Not-Sync.png?ssl=1" data-rel="lightbox-image-0" data-rl_title="" data-rl_caption="" title=""><img data-recalc-dims="1" fetchpriority="high" decoding="async" class="alignnone size-large wp-image-3788" src="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/02/User-Profile-Not-Sync.png?resize=600%2C306&#038;ssl=1" alt="" width="600" height="306" srcset="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/02/User-Profile-Not-Sync.png?resize=600%2C306&amp;ssl=1 600w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/02/User-Profile-Not-Sync.png?resize=250%2C128&amp;ssl=1 250w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/02/User-Profile-Not-Sync.png?resize=450%2C230&amp;ssl=1 450w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/02/User-Profile-Not-Sync.png?resize=768%2C392&amp;ssl=1 768w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/02/User-Profile-Not-Sync.png?resize=700%2C357&amp;ssl=1 700w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/02/User-Profile-Not-Sync.png?resize=520%2C265&amp;ssl=1 520w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/02/User-Profile-Not-Sync.png?resize=360%2C184&amp;ssl=1 360w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/02/User-Profile-Not-Sync.png?resize=100%2C51&amp;ssl=1 100w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/02/User-Profile-Not-Sync.png?w=1375&amp;ssl=1 1375w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/02/User-Profile-Not-Sync.png?w=1280&amp;ssl=1 1280w" sizes="(max-width: 600px) 100vw, 600px" /></a></p>
<p>By checking the event log, a few warning entries show that</p>
<blockquote>
<p class="">Windows cannot copy file \\?\C:\Users\131\System Volume Information to location \\?\UNC\backup\mcq\profiles\tsProfiles\131.V2\System Volume Information. This error may be caused by network problems or insufficient security rights.</p>
</blockquote>
<p>So why a user profile has a folder called <strong>System Volume Information</strong> that is only made for a storage volume? That&#8217;s because I am using User Profile Disk for the Remote Desktop sessions. Each session has its own disk mounted to store the user profile data. And because it&#8217;s basically a disk, it has a system hidden folder called System Volume Information only accessible by the operating system.</p>
<p>The only way to get around it is to exclude this folder from roaming profile. You can do that through Group Policy.</p>
<p>Open Group Policy Management Policy, go to</p>
<pre class="">User Configuration &gt; Administrative Templates &gt; System &gt; User Profiles</pre>
<p>Double click <strong>Exclude directories in roaming profile</strong> setting.</p>
<p><a href="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/02/Group-Policy-user-profiles-Exclude-directories.png?ssl=1" data-rel="lightbox-image-1" data-rl_title="" data-rl_caption="" title=""><img data-recalc-dims="1" decoding="async" class="alignnone size-large wp-image-3789" src="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/02/Group-Policy-user-profiles-Exclude-directories.png?resize=600%2C380&#038;ssl=1" alt="" width="600" height="380" srcset="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/02/Group-Policy-user-profiles-Exclude-directories.png?resize=600%2C380&amp;ssl=1 600w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/02/Group-Policy-user-profiles-Exclude-directories.png?resize=250%2C158&amp;ssl=1 250w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/02/Group-Policy-user-profiles-Exclude-directories.png?resize=450%2C285&amp;ssl=1 450w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/02/Group-Policy-user-profiles-Exclude-directories.png?resize=768%2C487&amp;ssl=1 768w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/02/Group-Policy-user-profiles-Exclude-directories.png?resize=700%2C444&amp;ssl=1 700w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/02/Group-Policy-user-profiles-Exclude-directories.png?resize=520%2C330&amp;ssl=1 520w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/02/Group-Policy-user-profiles-Exclude-directories.png?resize=360%2C228&amp;ssl=1 360w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/02/Group-Policy-user-profiles-Exclude-directories.png?resize=100%2C63&amp;ssl=1 100w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/02/Group-Policy-user-profiles-Exclude-directories.png?w=920&amp;ssl=1 920w" sizes="(max-width: 600px) 100vw, 600px" /></a></p>
<p>Click Enable, and type in the folder names, separated by semi-colons.</p>
<p><a href="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/02/Group-Policy-Enable-Exclude-Directories.png?ssl=1" data-rel="lightbox-image-2" data-rl_title="" data-rl_caption="" title=""><img data-recalc-dims="1" decoding="async" class="alignnone size-large wp-image-3790" src="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/02/Group-Policy-Enable-Exclude-Directories.png?resize=600%2C551&#038;ssl=1" alt="" width="600" height="551" srcset="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/02/Group-Policy-Enable-Exclude-Directories.png?resize=600%2C551&amp;ssl=1 600w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/02/Group-Policy-Enable-Exclude-Directories.png?resize=250%2C230&amp;ssl=1 250w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/02/Group-Policy-Enable-Exclude-Directories.png?resize=450%2C413&amp;ssl=1 450w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/02/Group-Policy-Enable-Exclude-Directories.png?w=700&amp;ssl=1 700w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/02/Group-Policy-Enable-Exclude-Directories.png?resize=520%2C478&amp;ssl=1 520w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/02/Group-Policy-Enable-Exclude-Directories.png?resize=360%2C331&amp;ssl=1 360w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/02/Group-Policy-Enable-Exclude-Directories.png?resize=100%2C92&amp;ssl=1 100w" sizes="(max-width: 600px) 100vw, 600px" /></a></p>
<p>Click OK when done and that will do the trick next time when you log in and log off.</p>The post <a href="https://www.kjctech.net/fixing-roaming-user-profile-not-completely-synchronized-on-windows-server-2012/">Fixing Roaming User Profile Not Completely Synchronized on Windows Server 2012</a> first appeared on <a href="https://www.kjctech.net">KC's Blog</a>.]]></content:encoded>
					
					<wfw:commentRss>https://www.kjctech.net/fixing-roaming-user-profile-not-completely-synchronized-on-windows-server-2012/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3786</post-id>	</item>
	</channel>
</rss>
