What are some methods that can be used to configure clients for accessing work folders?

Recently, we explained how you can set up a Work Folders Sync Share on a Windows Server 2012 R2. It’s time to discover how you can connect a Windows 8.1 client to a Work Folders Sync Share.

The process is quick and simple, but you need to know two important things:

  • By default, you need a SSL certificate installed and configured on the server in order to connect the client. You can configure the client to use http – instead of https – by running the following command on the client:
    Reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WorkFolders /v AllowUnsecureConnection /t REG_DWORD /d 1
  • As Microsoft explains here, when a user enters the email address, such as , the client will construct the Url as https://WorkFolders.contoso.com, and use that Url to communicate with the server. In production environment, you will need to publish the Url for the client to communicate to the server through reverse proxy. You can bypass the Url publication configuring the following regkey:
    Reg add HKCU\Software\Microsoft\Windows\CurrentVersion\WorkFolders /v ServerUrl /t REG_SZ /d http://syncServer.contoso.com

Let’s start with this tutorial. Open your Control Panel and click on Work Folders:

What are some methods that can be used to configure clients for accessing work folders?

Click Set up Work Folders:

What are some methods that can be used to configure clients for accessing work folders?

Specify the account email:

What are some methods that can be used to configure clients for accessing work folders?

Click Next:

What are some methods that can be used to configure clients for accessing work folders?

Accept the policies:

What are some methods that can be used to configure clients for accessing work folders?

Procedure completed:

What are some methods that can be used to configure clients for accessing work folders?

A Work Folders link will magically appear in your PC:

What are some methods that can be used to configure clients for accessing work folders?

Related article:
Set up a Work Folders Sync Share on Windows Server 2012 R2

Share:

What are some methods that can be used to configure clients for accessing work folders?
What are some methods that can be used to configure clients for accessing work folders?
What are some methods that can be used to configure clients for accessing work folders?

Tags: Microsoft Windows

What is the preferred method to configure clients to use work folders?

There are several ways to configure clients for accessing Work Folders. Automatic discovery is the most preferred method because it supports devices that are not domain joined. Automatic discovery of the Work Folders URL is based on the email address of the user.

Which of the following operating systems can use work folders?

Work Folders has the following software requirements for client computers: PCs and devices must be running one of the following operating systems: Windows 10. Windows 8.1.

What type of technology allows users to work with files whether they are connected to network or not by copying files locally to mobile computers?

Understanding Cloud Computing Companies that provide cloud services enable users to store files and applications on remote servers and then access all the data via the Internet. This means the user is not required to be in a specific place to gain access to it, allowing the user to work remotely.

How does a DirectAccess client determine whether it is on the internal network or external network?

The NLS is used by DirectAccess clients to determine if they are inside or outside of the corporate network. If a DirectAccess client can connect to the NLS, it must be inside the corporate network. If it cannot, it must be outside of the corporate network.