aeoreo.blogg.se

Onedrive manage folder backup gpo
Onedrive manage folder backup gpo







  1. #Onedrive manage folder backup gpo update
  2. #Onedrive manage folder backup gpo manual
  3. #Onedrive manage folder backup gpo Offline

Push the “helpful” button if you liked my article and have a look at others.Im looking for a bit of advice with regards to the KFM OneDrive GPO, specifically the automatic back up of known folders setting you can enable. one Files from onenote in your documents, you have to move them to another place.Īlso the settings menu was added another ribbon.īy opening explorer you should now be able to see the green hook beside the folders desktop, pictures and documents.Īs you can see, it is possible to get that feature without ad, but with gpos it is much easier for sure. so the onedrive client asks you which folders you want to sync with onedrive business. $path = "HKLM:\SOFTWARE\Policies\Microsoft\"Īfter the key with the value was set please reboot the machine. If you only want to set that f***ng registry key then you can execute a powershell as admin and copy this code. Write-Host "registry key already exists, nothing's done!" -ForegroundColor Yellow New-ItemProperty -Path "$onedrivepath" -Name "KFMOptInWithWizard" -Value "$tentantid" -Force New-Item -Path "$path" -Name OneDrive -Force Install-Module AzureAD -Scope CurrentUser -Force $testpath = Test-Path -Path "HKLM:\SOFTWARE\Policies\Microsoft\OneDrive" $onedrivepath = "HKLM:\SOFTWARE\Policies\Microsoft\OneDrive"

onedrive manage folder backup gpo

$path = "HKLM:\SOFTWARE\Policies\Microsoft\" There is some “error handling” in searching for the path. You can use any normal user in your o365 tenant.Īfter we have the tenant id, we can do our job with this script in ISE. NOTE: You need to have internetconnection to download the powershell module for azure ad. To get the O365 tenant id I wrote the following short sixliner 🙂 Install-Module AzureAD -Scope CurrentUser -Force What do we need to accomplish the goal? We need to set the registry key and in there a value that is the office 365 tenant id? hmm sounds easy.

#Onedrive manage folder backup gpo manual

So why shouldn’t we set it via powershell? (setting regkeys manual is boring) The article talks about one registry key with a value. You may have a look at this article from MSĪs mentioned you can do it via gpos (first you have to import admx templates on dc blablabla…) but this is not the way I did. So I read some articles and found out that you can use it with GPOs but I only have Azure AD and there are no gpos. On my working machine the client has a higher release so I can use the KFM but I did not find any button to active it.

#Onedrive manage folder backup gpo update

In the latest release note you can see that enterprise ring propably will get the update for KFM in september 2018.įinding out the release is pretty easy in onedrive-> rightclick on the onedrive icon in the taskbar -> settings->info

onedrive manage folder backup gpo

Lets have a look at the releases of onedrive business clients

#Onedrive manage folder backup gpo Offline

You can access the files also in offline mode, on a laptop without VPN or something else. KFM does not move folder to servers it only syncs his content, so the folders and files are still on your computer.

onedrive manage folder backup gpo

So microsoft gives an alternative to the old folder redirection which has one important benefit. So what does it mean? This little feature allows you to sync all the content of your document, pictures and desktopfolder to onedrive business. This feature was release in late june 2018 with release 18.111.0603.0004. OneDrive for Business is developing all the time and got a new feature which is known as KMF (Known Folder Move). OneDrive Business KFM Known Folder Move without GPOs via Powershell









Onedrive manage folder backup gpo