Forum Discussion
Cian Allner
Oct 19, 2016Silver Contributor
Disabling Delve?
This question of disabling Office Graph has come up, to remove Delve, as there are concerns documents are being shown that shouldn't be. Even after explaining how this works, it's do with underlyin...
Deleted
Jan 19, 2017I'm looking for a powershell way to switch off the Delve sharing option that is normally under the options. Anyone can point me in the right direction?
GautamDE
Jul 08, 2019Copper Contributor
for per-user or for bulk change, we can use below-mentioned commands:
Set-PnPUserProfileProperty -Account <UPN> -PropertyName "DelveFlags" -Value $null
Set-PnPUserProfileProperty -Account <UPN> -PropertyName "OfficeGraphEnabled" -Value $null
Set-PnPUserProfileProperty -Account <UPN> -PropertyName "DelveFlags" -Value $null
Set-PnPUserProfileProperty -Account <UPN> -PropertyName "OfficeGraphEnabled" -Value $null