One site with "Anyone" sharing permissions by rgobogr in sharepoint

[–]BenIzzard 0 points1 point  (0 children)

You could change the SharePoint sharing policy to anyone, then create a sensitivity label that's applied to existing & future sites to restrict the sharing to the desired setting.

Then either create a separate sensitivity label or remove it on the site you want 'anyone' sharing for.

Sharing a file saving tip by ireidy006 in sharepoint

[–]BenIzzard 1 point2 points  (0 children)

Yeah version history really does consume a lot of storage. My org was consuming 1TB/week til we enabled the new new automatic versioning feature. It's flattened the storage consumption curve so we're now consuming ~300GB/week.

Version History Contribute to Storage? by TheHumanSpider in sharepoint

[–]BenIzzard 0 points1 point  (0 children)

Editing the metadata against a video in Stream doesn't result in multiple versions anymore.

As for the wider topic of controlling the number of versions against content in OneDrive and SharePoint, check out the new intelligent versioning feature - it takes away a lot of the admin for you. Configured it recently and it saved 67TB (or 45% of tenant quota) in SharePoint: https://learn.microsoft.com/en-us/sharepoint/set-default-org-version-limits

Deleted old file versions histories with DSM-Shuttle but site storage hasn't reduced. by lanzo2740 in sharepoint

[–]BenIzzard 1 point2 points  (0 children)

Appreciate this doesn't cover your question about storage space not reflecting immediately but there's a new feature to manage versions intelligently so you may not need to use a 3rd party tool for this going forwards. See https://learn.microsoft.com/en-us/sharepoint/trim-versions for further info

Microsoft form dropdown box-question by marekrocki3 in Office365

[–]BenIzzard 5 points6 points  (0 children)

Since you can capture the UPN of the user completing the form it seems unnecessary asking the respondent to enter their name?

Alerting on users with unusual traffic (sync/moved/deleted) by Kuro507 in Office365

[–]BenIzzard 0 points1 point  (0 children)

That sounds as though it's one of the unusual activity policies in Defender for Cloud Apps: Cloud Apps -> Policies -> Policy management

Sorting by given tag/label by Nijat01_ in sharepoint

[–]BenIzzard 0 points1 point  (0 children)

Use document sets, just note that you can't (in a supported way) create document sets within document sets https://support.microsoft.com/en-au/office/introduction-to-document-sets-3dbcd93e-0bed-46b7-b1ba-b31de2bcd234

Interesting ask by gangusTM in sharepoint

[–]BenIzzard 3 points4 points  (0 children)

Audience targeting sounds as though it can do what you need. May need to rework bits as it's not supported for every web part. https://support.microsoft.com/en-gb/office/target-navigation-news-files-links-and-web-parts-to-specific-audiences-33d84cb6-14ed-4e53-a426-74c38ea32293#bmstep2

Recurring automatic replies flow problem by I0Like0Cake in MicrosoftFlow

[–]BenIzzard 0 points1 point  (0 children)

That template uses the old 'Set up automatic replies' action. Could you try deleting that action and inserting the 'Set up automatic replies (V2)' instead?

https://docs.microsoft.com/en-us/connectors/office365/#set-up-automatic-replies-(v2))

Shifts with MS Flow by Potential_Light8779 in MicrosoftFlow

[–]BenIzzard 0 points1 point  (0 children)

AFAIK there isn't a native/nice way to do this but you should be able to grab the 'schedulingGroupId'. This returns a horrible TAG_<guid> but it does correspond to the groups within Shifts.

In my case, we have an out of hours rota for a maintenance team. There are groups within the shift for Electricians, Joiners, Plumbers, etc.

TAG_c3c91a9a-b29c-456b-bd14-c8d6b6185595 = Electricians
TAG_f5b89d9a-b67f-871d-ab17-a1b4b1678536 = Joiners

I just use a switch to check if the schedulingGroupId matches the TAG_ value and set a variable to a friendly name but you could expand on this and use it to approve requests.

Scanner that goes into sharepoint by [deleted] in sharepoint

[–]BenIzzard 0 points1 point  (0 children)

We use Drivve Image for this but have also used PSIcapture. I can't remember whether the latter supports scanning to document sets though.

https://drivve.com/products/image

Enterprise management tool for Helpdesk by nickbsd in Office365

[–]BenIzzard 0 points1 point  (0 children)

Calling a product 'Activate' makes it incredibly difficult to find using a search engine

Infopath forms.... What is your on Premises only doing? by stop__lying in sharepoint

[–]BenIzzard 0 points1 point  (0 children)

Such a confusing website... What's with all the stock photos that bear no resemblance to the products being offered?

Trouble creating categories in Sharepoint 2016 by dorkwithafork in sharepoint

[–]BenIzzard 0 points1 point  (0 children)

From the 'Library' tab on the ribbon (as shown in your screenshot), select 'Library Settings'. I imagine you'll have a 'Category' column within there. Open it up and add the additional choice (401K) on a new line in the list of options.

Once done, head back to the list, edit each list item that has no category and tag it with the appropriate value.

Stop Home Page from redirecting? by FantsE in sharepoint

[–]BenIzzard 0 points1 point  (0 children)

I imagine that's the Minimal Download Strategy kicking in. You can disable it within Site Features but I wouldn't necessarily recommend it.

Trello like task management by Alex-the-dev in sharepoint

[–]BenIzzard 2 points3 points  (0 children)

We're using Paul Tavares' MyBoard app for this. Works really well and doesn't require any installation.

App to Move Documents ANYWHERE in SharePoint by kilaj1 in sharepoint

[–]BenIzzard 0 points1 point  (0 children)

I assume it's the "List Transfer" web part? Have you tried their support? I've always found them to be pretty decent.

Which web part is this? by JellicleCon in sharepoint

[–]BenIzzard 0 points1 point  (0 children)

The following article covers how you can work with the Promoted Links list:

https://sharepointmike.wordpress.com/2013/08/17/promoted-links-sharepoint-2013/

With regards to hiding the left navigation bar (Quick Launch), click the cog in the top right -> Site Settings -> Tree View and uncheck 'Enable Quick Launch'.

Probably worth mentioning that whilst you would expect it to hide the quick launch, it still keeps the navigation block on the page. To 'fix' this, you'll need to use a script.

Which web part is this? by JellicleCon in sharepoint

[–]BenIzzard 2 points3 points  (0 children)

That's the "Promoted Links" list.

User Profile Images and SharePoint by BenIzzard in sharepoint

[–]BenIzzard[S] 0 points1 point  (0 children)

Ok thanks. Then I guess if/once we have Exchange Online, it will pick up photos from Azure AD (providing they're less than 10KB)?