<?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>Windows Server 2012 R2 Archives - VS Online</title>
	<atom:link href="https://www.vsonline.blog/tag/windows-server-2012-r2/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.vsonline.blog/tag/windows-server-2012-r2/</link>
	<description>Vimal and Sou</description>
	<lastBuildDate>Sun, 28 Mar 2021 14:26:50 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.3</generator>

<image>
	<url>https://www.vsonline.blog/wp-content/uploads/2021/03/cropped-cropped-VSOnline-Logo-2-32x32.png</url>
	<title>Windows Server 2012 R2 Archives - VS Online</title>
	<link>https://www.vsonline.blog/tag/windows-server-2012-r2/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How To: Update your Hyper-V Clusters</title>
		<link>https://www.vsonline.blog/how-to-update-your-hyper-v-clusters/</link>
					<comments>https://www.vsonline.blog/how-to-update-your-hyper-v-clusters/#respond</comments>
		
		<dc:creator><![CDATA[Vimal]]></dc:creator>
		<pubDate>Sat, 07 Jun 2014 19:29:12 +0000</pubDate>
				<category><![CDATA[General]]></category>
		<category><![CDATA[cau]]></category>
		<category><![CDATA[cluster aware updating]]></category>
		<category><![CDATA[hyper-v cluster]]></category>
		<category><![CDATA[updates]]></category>
		<category><![CDATA[virtual machine manager]]></category>
		<category><![CDATA[vmm]]></category>
		<category><![CDATA[Windows Server 2012 R2]]></category>
		<guid isPermaLink="false">https://vcaleechurn.me/?p=686</guid>

					<description><![CDATA[<p>We all know that Microsoft updates are as important as having an antivirus or firewall in your network. Updates can be a hassle or blocking factor when it comes to Hyper-V nodes and clusters. Many solutions exists to apply updates with administrative efforts but nowadays we need to be able to do things in IT [&#8230;]</p>
<p>The post <a href="https://www.vsonline.blog/how-to-update-your-hyper-v-clusters/">How To: Update your Hyper-V Clusters</a> appeared first on <a href="https://www.vsonline.blog">VS Online</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>We all know that Microsoft updates are as important as having an antivirus or firewall in your network.</p>
<p>Updates can be a hassle or blocking factor when it comes to Hyper-V nodes and clusters.</p>
<p>Many solutions exists to apply updates with administrative efforts but nowadays we need to be able to do things in IT with less or no administrative effort.</p>
<p>Thanks to WSUS and System Center Configuration Manager we do not need to go and download updates, they are pushed automatically and installed to the servers and sometimes we even configure automatic restarts.</p>
<p>But Can We Afford to Restart Hyper-V clusters AUTOMATICALLY after updates by WSUS and SCCM? CAN WE?</p>
<p>Most administrators will respond no as these are critical servers.</p>
<p>&nbsp;</p>
<p><em><strong>The Solution.</strong></em></p>
<p>Hopefully there is solutions to address these issues.</p>
<p><em><strong>Cluster Aware Updating or  System Center Virtual Machine Manager</strong></em></p>
<p>&nbsp;</p>
<p><strong>Windows Server 2008</strong></p>
<p>Since Cluster aware updating is not available in Windows Server 2008, you can use Virtual Machine Manager orchestrated updates.</p>
<p>VMM goes by every node and updates them one at a time, giving you the option to save or migrate the Virtual Machine, then puts the node in maintenance mode and applies the updates, and sees if restart is necessary.</p>
<p>&nbsp;</p>
<p><strong>Windows Server 2012</strong></p>
<p>Windows Server 2012 has cluster aware updating built-in and it can be complete automated unlike Windows Server 2008. The procedure is the same as Server 2008 but here you can set when to do the updates, frequency and time. CAU will update the nodes at that specific time, placing the node in maintenance, update it and even restart and fai lback roles if configured.</p>
<p>Completely automated.</p>
<p>&nbsp;</p>
<p>Hope this helps you in choosing your update solution. Technet has a lot of resources on these and how to deploy them.</p>
<p>&nbsp;</p>
<p>The post <a href="https://www.vsonline.blog/how-to-update-your-hyper-v-clusters/">How To: Update your Hyper-V Clusters</a> appeared first on <a href="https://www.vsonline.blog">VS Online</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.vsonline.blog/how-to-update-your-hyper-v-clusters/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Setting Up Work Folders &#8211; Windows Server 2012 R2</title>
		<link>https://www.vsonline.blog/setting-up-work-folders-windows-server-2012-r2/</link>
					<comments>https://www.vsonline.blog/setting-up-work-folders-windows-server-2012-r2/#respond</comments>
		
		<dc:creator><![CDATA[Vimal]]></dc:creator>
		<pubDate>Sat, 21 Dec 2013 12:45:13 +0000</pubDate>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Windows Server 2012 R2]]></category>
		<category><![CDATA[WorkFolders]]></category>
		<guid isPermaLink="false">https://vcaleechurn.me/?p=610</guid>

					<description><![CDATA[<p>Howdy People, A new concept introduced in Windows Server 2012 R2 is work folders. What are Work Folders? Work Folders allows users to sync their data from the corporate network to their personal device without compromising data. &#160;The server and the user data is always synced. Work Folders can also remove the use of a [&#8230;]</p>
<p>The post <a href="https://www.vsonline.blog/setting-up-work-folders-windows-server-2012-r2/">Setting Up Work Folders &#8211; Windows Server 2012 R2</a> appeared first on <a href="https://www.vsonline.blog">VS Online</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Howdy People,</p>



<p class="wp-block-paragraph">A new concept introduced in Windows Server 2012 R2 is work folders.</p>



<p class="wp-block-paragraph">What are Work Folders? Work Folders allows users to sync their data from the corporate network to their personal device without compromising data. &nbsp;The server and the user data is always synced.</p>



<p class="wp-block-paragraph">Work Folders can also remove the use of a VPN for accessing corporate data.</p>



<p class="wp-block-paragraph">Let&#8217;s take a look at configuring Work Folders.</p>



<blockquote><p>Requirements:</p><ul>
<li>Domain Controller</li>
<li>Windows Server 2012 R2 File Server</li>
<li>Certificate Services*</li>
<li>Reverse proxy to publish your URL.</li>
<li>2 VMS to test sync, I have one on the server and the other on my home network via direct access 2012 R2.</li>
</ul><p>*The Work Folder Server (File Server) must have a computer certificate installed (this can be obtained from your CA). Use another server that has the IIS Management console installed and connect to the file server. Edit the binding for the Default website, add https (443) and select the certificate.</p></blockquote>



<p class="wp-block-paragraph">&#8212;-</p>



<p class="wp-block-paragraph">Open Server Manager and Add Remove Roles</p>



<div class="wp-block-image"><figure class="aligncenter"><a href="https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot001.png"><img fetchpriority="high" decoding="async" width="800" height="567" src="https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot001.png" alt="ScreenShot001" class="wp-image-645" srcset="https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot001.png 800w, https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot001-300x212.png 300w" sizes="(max-width: 800px) 100vw, 800px" /></a></figure></div>



<div class="wp-block-image"><figure class="aligncenter"><a href="https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot002.png"><img loading="lazy" decoding="async" width="800" height="567" src="https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot002.png" alt="ScreenShot002" class="wp-image-646" srcset="https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot002.png 800w, https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot002-300x212.png 300w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></figure></div>



<div class="wp-block-image"><figure class="aligncenter"><a href="https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot003.png"><img loading="lazy" decoding="async" width="800" height="567" src="https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot003.png" alt="ScreenShot003" class="wp-image-647" srcset="https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot003.png 800w, https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot003-300x212.png 300w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></figure></div>



<p class="wp-block-paragraph">Expand File and Storage Services, Select File and iSCSI Services and Select Work Folders.</p>



<div class="wp-block-image"><figure class="aligncenter"><a href="https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot004.png"><img loading="lazy" decoding="async" width="800" height="567" src="https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot004.png" alt="ScreenShot004" class="wp-image-648" srcset="https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot004.png 800w, https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot004-300x212.png 300w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></figure></div>



<div class="wp-block-image"><figure class="aligncenter"><a href="https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot005.png"><img loading="lazy" decoding="async" width="800" height="567" src="https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot005.png" alt="ScreenShot005" class="wp-image-649" srcset="https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot005.png 800w, https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot005-300x212.png 300w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></figure></div>



<div class="wp-block-image"><figure class="aligncenter"><a href="https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot006.png"><img loading="lazy" decoding="async" width="800" height="567" src="https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot006.png" alt="ScreenShot006" class="wp-image-650" srcset="https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot006.png 800w, https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot006-300x212.png 300w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></figure></div>



<div class="wp-block-image"><figure class="aligncenter"><a href="https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot0071.png"><img loading="lazy" decoding="async" width="800" height="567" src="https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot0071.png" alt="ScreenShot007" class="wp-image-651" srcset="https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot0071.png 800w, https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot0071-300x212.png 300w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></figure></div>



<div class="wp-block-image"><figure class="aligncenter"><a href="https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot008.png"><img loading="lazy" decoding="async" width="800" height="567" src="https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot008.png" alt="ScreenShot008" class="wp-image-652" srcset="https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot008.png 800w, https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot008-300x212.png 300w" sizes="auto, (max-width: 800px) 100vw, 800px" /></a></figure></div>



<p class="wp-block-paragraph">Open Server Manager and Click on File and Storage Services. Select Work Folders</p>



<div class="wp-block-image"><figure class="aligncenter"><a href="https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot009.png"><img loading="lazy" decoding="async" width="1680" height="1018" src="https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot009.png" alt="ScreenShot009" class="wp-image-653" srcset="https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot009.png 1680w, https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot009-300x181.png 300w, https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot009-1024x620.png 1024w" sizes="auto, (max-width: 1680px) 100vw, 1680px" /></a></figure></div>



<p class="wp-block-paragraph">Click on Create a Sync Share for Work Folders, Start the New Sync Share Wizard.</p>



<div class="wp-block-image"><figure class="aligncenter"><a href="https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot010.png"><img loading="lazy" decoding="async" width="1680" height="1018" src="https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot010.png" alt="ScreenShot010" class="wp-image-654" srcset="https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot010.png 1680w, https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot010-300x181.png 300w, https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot010-1024x620.png 1024w" sizes="auto, (max-width: 1680px) 100vw, 1680px" /></a></figure></div>



<div class="wp-block-image"><figure class="aligncenter"><a href="https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot011.png"><img loading="lazy" decoding="async" width="775" height="567" src="https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot011.png" alt="ScreenShot011" class="wp-image-655" srcset="https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot011.png 775w, https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot011-300x219.png 300w" sizes="auto, (max-width: 775px) 100vw, 775px" /></a></figure></div>



<p class="wp-block-paragraph">Enter the Local Path of the Share, in my case it is C:\Shares</p>



<div class="wp-block-image"><figure class="aligncenter"><a href="https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot012.png"><img loading="lazy" decoding="async" width="775" height="567" src="https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot012.png" alt="ScreenShot012" class="wp-image-656" srcset="https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot012.png 775w, https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot012-300x219.png 300w" sizes="auto, (max-width: 775px) 100vw, 775px" /></a></figure></div>



<p class="wp-block-paragraph">Select User Alias &#8211; Folders will be by User name. The second will be by email address.</p>



<div class="wp-block-image"><figure class="aligncenter"><a href="https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot013.png"><img loading="lazy" decoding="async" width="775" height="567" src="https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot013.png" alt="ScreenShot013" class="wp-image-657" srcset="https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot013.png 775w, https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot013-300x219.png 300w" sizes="auto, (max-width: 775px) 100vw, 775px" /></a></figure></div>



<p class="wp-block-paragraph">Enter the Share Name</p>



<div class="wp-block-image"><figure class="aligncenter"><a href="https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot014.png"><img loading="lazy" decoding="async" width="775" height="567" src="https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot014.png" alt="ScreenShot014" class="wp-image-658" srcset="https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot014.png 775w, https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot014-300x219.png 300w" sizes="auto, (max-width: 775px) 100vw, 775px" /></a></figure></div>



<p class="wp-block-paragraph">Add the Group that will have access to Work Folders</p>



<div class="wp-block-image"><figure class="aligncenter"><a href="https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot0151.png"><img loading="lazy" decoding="async" width="775" height="567" src="https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot0151.png" alt="ScreenShot015" class="wp-image-659" srcset="https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot0151.png 775w, https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot0151-300x219.png 300w" sizes="auto, (max-width: 775px) 100vw, 775px" /></a></figure></div>



<p class="wp-block-paragraph">Add Encryption if your organisation requires it and Automatically lock screen, and require a password.</p>



<div class="wp-block-image"><figure class="aligncenter"><a href="https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot0161.png"><img loading="lazy" decoding="async" width="775" height="567" src="https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot0161.png" alt="ScreenShot016" class="wp-image-660" srcset="https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot0161.png 775w, https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot0161-300x219.png 300w" sizes="auto, (max-width: 775px) 100vw, 775px" /></a></figure></div>



<p class="wp-block-paragraph">Review and click Create.</p>



<div class="wp-block-image"><figure class="aligncenter"><a href="https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot0171.png"><img loading="lazy" decoding="async" width="775" height="567" src="https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot0171.png" alt="ScreenShot017" class="wp-image-661" srcset="https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot0171.png 775w, https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot0171-300x219.png 300w" sizes="auto, (max-width: 775px) 100vw, 775px" /></a></figure></div>



<div class="wp-block-image"><figure class="aligncenter"><a href="https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot018.png"><img loading="lazy" decoding="async" width="775" height="567" src="https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot018.png" alt="ScreenShot018" class="wp-image-662" srcset="https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot018.png 775w, https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot018-300x219.png 300w" sizes="auto, (max-width: 775px) 100vw, 775px" /></a></figure></div>



<p class="wp-block-paragraph">Server Manager now show you the Work Folder. Repeat Same steps for another Work Folder.</p>



<div class="wp-block-image"><figure class="aligncenter"><a href="https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot019.png"><img loading="lazy" decoding="async" width="300" height="181" src="https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot019-300x181.png" alt="ScreenShot019" class="wp-image-663" srcset="https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot019-300x181.png 300w, https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot019-1024x620.png 1024w, https://www.vsonline.blog/wp-content/uploads/2013/12/ScreenShot019.png 1680w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a></figure></div>



<p class="wp-block-paragraph">Client Configuration:</p>



<div class="wp-block-image"><figure class="aligncenter"><a href="https://www.vsonline.blog/wp-content/uploads/2013/12/Client01001.png"><img loading="lazy" decoding="async" width="300" height="187" src="https://www.vsonline.blog/wp-content/uploads/2013/12/Client01001-300x187.png" alt="Client01001" class="wp-image-634" srcset="https://www.vsonline.blog/wp-content/uploads/2013/12/Client01001-300x187.png 300w, https://www.vsonline.blog/wp-content/uploads/2013/12/Client01001-1024x639.png 1024w, https://www.vsonline.blog/wp-content/uploads/2013/12/Client01001.png 1050w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a></figure></div>



<p class="wp-block-paragraph">Go to Control Panel on the Computer, Open System and Security</p>



<div class="wp-block-image"><figure class="aligncenter"><a href="https://www.vsonline.blog/wp-content/uploads/2013/12/Client01002.png"><img loading="lazy" decoding="async" width="300" height="187" src="https://www.vsonline.blog/wp-content/uploads/2013/12/Client01002-300x187.png" alt="Client01002" class="wp-image-635" srcset="https://www.vsonline.blog/wp-content/uploads/2013/12/Client01002-300x187.png 300w, https://www.vsonline.blog/wp-content/uploads/2013/12/Client01002-1024x639.png 1024w, https://www.vsonline.blog/wp-content/uploads/2013/12/Client01002.png 1050w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a></figure></div>



<p class="wp-block-paragraph">Click on Work Folders</p>



<div class="wp-block-image"><figure class="aligncenter"><a href="https://www.vsonline.blog/wp-content/uploads/2013/12/Client01003.png"><img loading="lazy" decoding="async" width="300" height="187" src="https://www.vsonline.blog/wp-content/uploads/2013/12/Client01003-300x187.png" alt="Client01003" class="wp-image-636" srcset="https://www.vsonline.blog/wp-content/uploads/2013/12/Client01003-300x187.png 300w, https://www.vsonline.blog/wp-content/uploads/2013/12/Client01003-1024x639.png 1024w, https://www.vsonline.blog/wp-content/uploads/2013/12/Client01003.png 1050w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a></figure></div>



<p class="wp-block-paragraph">Since I am not publishing it on the Web, I will enter the folder URL.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter"><a href="https://www.vsonline.blog/wp-content/uploads/2013/12/Client01004.png"><img loading="lazy" decoding="async" width="300" height="187" src="https://www.vsonline.blog/wp-content/uploads/2013/12/Client01004-300x187.png" alt="Client01004" class="wp-image-637" srcset="https://www.vsonline.blog/wp-content/uploads/2013/12/Client01004-300x187.png 300w, https://www.vsonline.blog/wp-content/uploads/2013/12/Client01004-1024x639.png 1024w, https://www.vsonline.blog/wp-content/uploads/2013/12/Client01004.png 1050w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a></figure></div>



<p class="wp-block-paragraph">Folder URL Inserted</p>



<div class="wp-block-image"><figure class="aligncenter"><a href="https://www.vsonline.blog/wp-content/uploads/2013/12/Client01005.png"><img loading="lazy" decoding="async" width="300" height="187" src="https://www.vsonline.blog/wp-content/uploads/2013/12/Client01005-300x187.png" alt="Client01005" class="wp-image-638" srcset="https://www.vsonline.blog/wp-content/uploads/2013/12/Client01005-300x187.png 300w, https://www.vsonline.blog/wp-content/uploads/2013/12/Client01005-1024x639.png 1024w, https://www.vsonline.blog/wp-content/uploads/2013/12/Client01005.png 1050w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a></figure></div>



<p class="wp-block-paragraph">Verification and Connection</p>



<div class="wp-block-image"><figure class="aligncenter"><a href="https://www.vsonline.blog/wp-content/uploads/2013/12/Client01006.png"><img loading="lazy" decoding="async" width="300" height="187" src="https://www.vsonline.blog/wp-content/uploads/2013/12/Client01006-300x187.png" alt="Client01006" class="wp-image-639" srcset="https://www.vsonline.blog/wp-content/uploads/2013/12/Client01006-300x187.png 300w, https://www.vsonline.blog/wp-content/uploads/2013/12/Client01006-1024x639.png 1024w, https://www.vsonline.blog/wp-content/uploads/2013/12/Client01006.png 1050w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a></figure></div>



<p class="wp-block-paragraph">Security Policies as per our Setup</p>



<div class="wp-block-image"><figure class="aligncenter"><a href="https://www.vsonline.blog/wp-content/uploads/2013/12/Client01007.png"><img loading="lazy" decoding="async" width="300" height="187" src="https://www.vsonline.blog/wp-content/uploads/2013/12/Client01007-300x187.png" alt="Client01007" class="wp-image-640" srcset="https://www.vsonline.blog/wp-content/uploads/2013/12/Client01007-300x187.png 300w, https://www.vsonline.blog/wp-content/uploads/2013/12/Client01007-1024x639.png 1024w, https://www.vsonline.blog/wp-content/uploads/2013/12/Client01007.png 1050w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a></figure></div>



<p class="wp-block-paragraph">Work Folders Setup</p>



<div class="wp-block-image"><figure class="aligncenter"><a href="https://vcaleechurn.me/wp-content/uploads/2013/12/Client01008.png"><img loading="lazy" decoding="async" width="300" height="187" src="https://vcaleechurn.me/wp-content/uploads/2013/12/Client01008-300x187.png" alt="Client01008" class="wp-image-641" srcset="https://www.vsonline.blog/wp-content/uploads/2013/12/Client01008-300x187.png 300w, https://www.vsonline.blog/wp-content/uploads/2013/12/Client01008-1024x639.png 1024w, https://www.vsonline.blog/wp-content/uploads/2013/12/Client01008.png 1050w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a></figure></div>



<p class="wp-block-paragraph">Work Folder Visible under This PC<br></p>



<p class="wp-block-paragraph">View from Control Panel</p>



<div class="wp-block-image"><figure class="aligncenter"><a href="https://www.vsonline.blog/wp-content/uploads/2013/12/Client01009.png"><img loading="lazy" decoding="async" width="300" height="187" src="https://www.vsonline.blog/wp-content/uploads/2013/12/Client01009-300x187.png" alt="Client01009" class="wp-image-642" srcset="https://www.vsonline.blog/wp-content/uploads/2013/12/Client01009-300x187.png 300w, https://www.vsonline.blog/wp-content/uploads/2013/12/Client01009-1024x639.png 1024w, https://www.vsonline.blog/wp-content/uploads/2013/12/Client01009.png 1050w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a></figure></div>



<div class="wp-block-image"><figure class="aligncenter"><a href="https://www.vsonline.blog/wp-content/uploads/2013/12/Client01011.png"><img loading="lazy" decoding="async" width="300" height="187" src="https://www.vsonline.blog/wp-content/uploads/2013/12/Client01011-300x187.png" alt="Client01011" class="wp-image-643" srcset="https://www.vsonline.blog/wp-content/uploads/2013/12/Client01011-300x187.png 300w, https://www.vsonline.blog/wp-content/uploads/2013/12/Client01011-1024x639.png 1024w, https://www.vsonline.blog/wp-content/uploads/2013/12/Client01011.png 1050w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a></figure></div>



<p class="wp-block-paragraph">I have Sync Files over metered connections and sync even when I&#8217;m Roaming as the second PC is over direct access.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter"><a href="https://www.vsonline.blog/wp-content/uploads/2013/12/Client01012.png"><img loading="lazy" decoding="async" width="300" height="187" src="https://www.vsonline.blog/wp-content/uploads/2013/12/Client01012-300x187.png" alt="Client01012" class="wp-image-644" srcset="https://www.vsonline.blog/wp-content/uploads/2013/12/Client01012-300x187.png 300w, https://www.vsonline.blog/wp-content/uploads/2013/12/Client01012-1024x639.png 1024w, https://www.vsonline.blog/wp-content/uploads/2013/12/Client01012.png 1050w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a></figure></div>



<p class="wp-block-paragraph">Changes get replicated to my other machine which is a VM at home.&nbsp;</p>



<p class="wp-block-paragraph">Common Troubleshooting:</p>



<p class="wp-block-paragraph">Cannot access Server or connection terminated unexpectedly: Check Certificate Binding</p>



<p class="wp-block-paragraph">Sync Error: Data Transferred isn&#8217;t in the proper format: Make sure you have General Availability Roll up (A) for Server 2012 R2 and 8.1 Installed.</p>
<p>The post <a href="https://www.vsonline.blog/setting-up-work-folders-windows-server-2012-r2/">Setting Up Work Folders &#8211; Windows Server 2012 R2</a> appeared first on <a href="https://www.vsonline.blog">VS Online</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.vsonline.blog/setting-up-work-folders-windows-server-2012-r2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
