Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Install service: 

    Code Block
    languagepowershell
    themeEmacs
    Add-WindowsFeature FS-SyncShareService
  2. Configure: 
    Code Block
    languagepowershell
    themeEmacs
    New-SyncShare Share -path C:\Share -User Contoso\GROUP # Optional: -RequireEncryption $true -RequirePasswordAutoLock $true
  3. Change Delay:

    Code Block
    languagepowershell
    themeEmacs
    Set-SyncServerSetting -MinimumChangeDetectionMins 1
  4. Enable IIS management console: 

    Code Block
    languagepowershell
    themeEmacs
    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!