...
Install service:
Code Block language powershell theme Emacs Add-WindowsFeature FS-SyncShareService
- Configure:
Code Block language powershell theme Emacs New-SyncShare Share -path C:\Share -User Contoso\GROUP # Optional: -RequireEncryption $true -RequirePasswordAutoLock $true
Change Delay:
Code Block language powershell theme Emacs Set-SyncServerSetting -MinimumChangeDetectionMins 1
Enable IIS management console:
Code Block language powershell theme Emacs Install-WindowsFeature Web-Mgmt-Console
- Install SSL certificate by either creating a request or adding a PFX certificate that meets the requirements
- The site will say off, but you will edit bindings, add port 443, and choose the certificate added above
- Rejoice!