Forum Discussion
srabago
Aug 24, 2023Copper Contributor
'Work - Edge' Desktop Shortcut Reappears after deleting and reopening Edge Browser
End user removes the spam Desktop shortcut labeled 'Work - Edge': Once they reopen the Edge browser, the app shortcut reappears.
- Aug 29, 2023
Hi Everyone - The fix for this was released to Microsoft Edge Beta Version 117.0.2045.12. If you have access to the Beta Channel, please test and let us know if the issue has been resolved.
The fix should also be included in the next Stable release, which should be later this week if there are no delays. Thanks!
-Kelly
JASONPEEL
Sep 14, 2023Copper Contributor
chrisco341 Weird. Not seeing it here thankfully. Have asked a few people and luckily nothing is coming up, but the shortcuts are blocked from syncing.
phillyj05
Oct 23, 2023Copper Contributor
Thank you, this worked for me once (a little over 3k files) but now I run into an error:
Get-PnPListItem : The attempted operation is prohibited because it exceeds the list view threshold.
Does anyone know if there a threshold on the amount of files that can be deleted?
- phillyj05Oct 25, 2023Copper ContributorThank you setting it to 5000 worked, continued looking after posting here.
- jgudmundson_RETSDOct 25, 2023Copper Contributoradd
-PageSize 1000
to the end of Get-PnPListItem. Make sure to test first as yes this will make it run, but these types of scripts can go south. fast.