Table of Contents
https://4sysops.com/archives/work-folders-part-3-setting-up-ssl/
Install service:
Add-WindowsFeature FS-SyncShareService |
New-SyncShare Share -path C:\Share -User Contoso\GROUP # Optional: -RequireEncryption $true -RequirePasswordAutoLock $true |
Change Delay:
Set-SyncServerSetting -MinimumChangeDetectionMins 1 |
Enable IIS management console:
Install-WindowsFeature Web-Mgmt-Console |