Forum Discussion
Chandrasekaran Nageswaran
Jan 11, 2019Brass Contributor
SharePoint Online Team Sites - AutoMount
Hi All The OneDrive for Business sync client GPO Team Site AutoMount feature still not available. Any ETA on GA? Thanks Chandrasekaran C N
- Jan 11, 2019Hi!
Still on the Microsoft 365 Roadmap as in development
https://www.microsoft.com/en-us/microsoft-365/roadmap?filters=&searchterms=Onedrive%2Cfor%2CBusiness
Featured ID: 27031
Added to Roadmap: 5/21/2018
Last Modified: 1/10/2019
Tags: OneDrive for Business, All environments
Hope that answers your question!
Best, Chris
bkladd
Sep 30, 2019Copper Contributor
Out of curiosity, what format are you using for the links on desktop? If I use odopen://sync/? and then the same link formatting as the GPO, I get an error that One Drive can't open it
odopen://sync/?/tenantId=xxxxx%2Dxxxx%xxxxxx%2Dxxxxxx%&siteId=%7B73da76d1%2D&listId=%7B34542E4&folderId=&webUrl=https://reformattedlink.com/sites/blahblah
Christian Taveras
Sep 30, 2019Iron Contributor
bkladdMy GPO value starts with "tenantId=" then LIB id after nothing else before that and ITs working for me in my test environment.
- bkladdSep 30, 2019Copper ContributorYeah, I just edited my post to clarify I was working on a Powershell method.
However, I did just notice after several hours my machine finally started working via GPO. The key was editing the webURL as Deleted put in his post. Although the tenantID was correct for me, I didn't have to fix it as he mentioned, so perhaps they are making progress... - Christian TaverasSep 30, 2019Iron Contributor
bkladd Major difference here I am not using POSH Cmds, I am only using GPO.
- bkladdSep 30, 2019Copper Contributor
**Edit for clarification** I've had a lot of frustration with this process, so I was trying what pgawronski posted about last week. That is using a script rather than GPO to accomplish automounting for the user
I did some more trial and error, and if I run this PS1 as the user, it works. Haven't tried running via our RMM which runs as system yet.
$LoggedOnUser = "$Env:USERNAME@domain.com"
Start-Process "odopen://sync/?siteId=%7B0718xxxxxxxxxxx69%7D&webId=%7B6549dxxxxxxxxxxxx58962d%7D&webId=%7B65xxxxxxxxxxxxxxxxxxxxxxxxxxx2d%7D&listId=%7BF2716A0A%2DE5C0xxxxxxxxxxxxxxxxxxxxxxxxxxxxx07%7D%7D&userEmail=$LoggedOnUser&webUrl=https%3A%2F%2Fxxxxxxxxxxxxxxxxxx%2Esharepoint%2Ecom%2Fsites%2Fxxxx&onPrem=0&libraryType=4"