You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Table of Contents

Links

https://4sysops.com/archives/work-folders-part-3-setting-up-ssl/

https://blogs.technet.microsoft.com/canitpro/2015/01/19/step-by-step-creating-a-work-folders-test-lab-deployment-in-windows-server-2012-r2/

Steps

  1. Install service: 

    Add-WindowsFeature FS-SyncShareService
  2. Configure: 


    New-SyncShare Share -path C:\Share -User Contoso\GROUP # Optional: -RequireEncryption $true -RequirePasswordAutoLock $true
  3. Change Delay:

    Set-SyncServerSetting -MinimumChangeDetectionMins 1
  4. Enable IIS management console: 

    Install-WindowsFeature Web-Mgmt-Console
  5. Install SSL certificate by either creating a request or adding a PFX certificate that meets the requirements
  6. The site will say off, but you will edit bindings, add port 443, and choose the certificate added above
  7. Rejoice!
  • No labels