When download the windows client from web portal, the downloaded msi/exe package name will be decorated with the access point for the user. Install the msi/exe package. When user logs in, he'll get the access point auto filled in.
Sometimes admin need to push the windows client to user's machine automatically. In that case, need to download the msi/exe package as one user in the tenant. The downloaded msi/exe package will have name like below:
(412752078_1_636750868145446272.sync4share.com_4881A449811111)_CloudWindowsClient_x64.msi
Here, 412752078_1_636750868145446272.sync4share.com is the access point information.
The section after the access point information, 4881A449811111, is a unique token information related with the user who downloads the package. Need to remove them when install the package on other machines.
In the example here, the msi package name to use on other machines will be:
(412752078_1_636750868145446272.sync4share.com)_CloudWindowsClient_x64.msi
Comments
0 comments
Please sign in to leave a comment.