Prerequisite
- Sync for Personal Collaboration uses the same URIs used in Sync for Spaces. For the full list of network ports: https://prosupport.logi.com/hc/articles/360044122654
- Having a device connected prior to installation is not a requirement.
- Tune is not required. This will be installed during setup.
- Only Logitech Enterprise and Logi Dock devices will register with Sync. Keyboards, Mice, and consumer devices are not supported.
Files
There are three files part of the package
- LogiSyncPersonalCollab.msi: The Installer
- ProvisioningToken.json: Sync Cloud Token, do not edit
- LogiAppsBundle.json: Tune install configuration settings. Leave default values.
How Sync for Personal Collaboration is installed
- Install the Sync for Personal Collaboration Agent (LogiSyncPersonalCollab.msi). Installs a service so must be executed with elevated permissions.
- If the two JSON files are not in the same location as the installer, copy the two JSON files to C:\ProgramData\LogiSyncPersonalCollab\. With deployment tools, the two JSON files must be copied AFTER the installer is completed.
- The installer will look for the two JSON files and make the required configurations.
-
The log file C:\ProgramData\LogiSyncPersonalCollab\status.txt will return the connection status. There are 3 basic steps: setup, running and finish. An install should never stop at setup or running.
Name
State
Description
ProvisionFileNotFound
setup
The installer could not find the provisioning file ProvisioningToken.json
ProvisionStarted
running
Transient State, should not exit here
ProvisionCompleted
running
Transient State, device connected to sync cloud
ProvisionFailed
finished
Could not connect to Sync Cloud
BundleFileNotFound
setup
The installer could not find the provisioning file LogiAppsBundle.json
BundleInstallStarted
running
Transient State, should not exit here
BundleInstallCompleted
running
Transient State, Tune app installed
BundleInstallFailed
finished
Could not install Tune application
Success
finished
msiexec.exe could not find LogiSyncPersonalCollab.msi
- The computer will register with Sync
- If Tune is not installed, it will be pulled down from Logitech and installed
- Once the user runs Logi Tune for the first time, the connected B2B devices will be registered
Download the required files
Login to Sync |
|
On the left at the bottom click on System |
![]() |
Scroll Down to the Personal Devices on the main window and Click on Download |
![]() |
Choose the Platform |
![]() |
Configuring SCCM
If you want to download the pre-configured package it is available here:
http://gtm.vc.logitech.com/DeploymentTools/SCCM-LogiSyncPerosnalCollab.zip
- Extract the file and place the LogiSyncForPesonalCollab.zip file and the SCCM-LogiSyncForPesonalCollab_files folder in the distribution point share
- Add the msi installer and the two json files you downloaded from the Sync portal to the SCCM-LogiSyncPerosnalCollab_files\Content_ea48f214-2ba2-4c9e-b27f-964f33e4b5a5 folder
- Delete the SCCM-LogiSyncForPesonalCollab.zip
- Deploy the application
Manually configuring SCCM
On your distribution point, expand the Package to your shared folder. |
![]() |
|||||||||||||||||||||||||||||||||||||||
Create this PowerShell script in the folder install-LogiSyncPersonalCollab.ps1 |
$Error.Clear() |
|||||||||||||||||||||||||||||||||||||||
Within Applications create a new Application |
![]() |
|||||||||||||||||||||||||||||||||||||||
Choose to Manually specify the application information |
![]() |
|||||||||||||||||||||||||||||||||||||||
On General Information Tab Name: Logitech Sync for Personal Collaboration Administrator Comments: Connects personal collaboration B2B and Dock to Logitech Sync Cloud Publisher: Logitech Software Version: from MSI info details Administrative Category: Logitech Personal Collaboration |
![]() |
|||||||||||||||||||||||||||||||||||||||
On Software Center User Category: Logitech Personal Collaboration Description: Connects personal collaboration B2B and Dock to Logitech Sync Cloud. Privacy URL: https://www.logitech.com/en-us/legal/product-privacy-policy.html Keywords: Logitech, Sync, Personal Collaboration, Tune |
![]() |
|||||||||||||||||||||||||||||||||||||||
Add a new Deployment Type Change the type to Script Installer |
![]() |
|||||||||||||||||||||||||||||||||||||||
On General Name: Logi Sync Personal Collaboration Bundle Administrator Comments: Uses PowerShell to Install application. Copies Provisioning JSON files and returns install status |
![]() |
|||||||||||||||||||||||||||||||||||||||
On Content Browse to the Content location of the LogiSyncPersonnalCollabBundle Installation Program: PowerShell.exe -executionPolicy ByPass -File install-LogiSyncPersonalCollab.ps1 Uninstall Program: msiexec /x {9C660568-EA87-4F42-8CF1-7183B7D49457} /q |
![]() |
|||||||||||||||||||||||||||||||||||||||
On Detection Method Add Clause Windows Installer Product Code: {9C660568-EA87-4F42-8CF1-7183B7D49457} Choose MSI product code must exist. The Agent auto updates but the Product code stays the same |
![]() |
|||||||||||||||||||||||||||||||||||||||
On User Experience Installation Behavior Install for System Logon Requirement: Only when a user is logged on |
![]() |
|||||||||||||||||||||||||||||||||||||||
There are no Requirements or Dependencies |
||||||||||||||||||||||||||||||||||||||||
On Deployment Types Click Next to finish. |
||||||||||||||||||||||||||||||||||||||||
Go to the Properties of the Logitech Sync for Personal Collaboration🡪Deployment Types🡪Edit the Properties for the Logi Sync Personal Collaboration Bundle |
![]() |
|||||||||||||||||||||||||||||||||||||||
Tab: Content Set the Uninstall content setting to No uninstall content |
![]() |
|||||||||||||||||||||||||||||||||||||||
Tab: Programs Set Product Code to: {F4A08845-58F5-4400-A894-35F5242B4DFA} |
![]() |
|||||||||||||||||||||||||||||||||||||||
Tab: User Experience Change the Behavior to No specific Action |
![]() |
|||||||||||||||||||||||||||||||||||||||
Tab: Return Codes Add the following entries All code types are Failure (no reboot)
|
![]() |
Deploy the Application
Deploy the Application |
![]() |
Select the Collection |
![]() |
Add your distribution Points |
![]() |
Set your deployment settings to either required (force) or Available (Optional |
![]() |
Set the Scheduling, or leave default to enable it immediately |
![]() |
Set the User Experience |
![]() |
Set any alerts |
![]() |