Tag: sharepoint

Introduction in Microsoft Graph Development (Part 1)
Introduction in Microsoft Graph Development (Part 1)
Blog Posts

Application Development with Microsoft Graph A lot of companies are already using cloud based solutions, among others because of the speed and flexibility of cloud platforms in providing solutions and the long term lower costs compared to On Premise solutions. Microsoft offers a fast growing platform with Office 365 and SharePoint, which is used by… READ MORE

Archiving in SharePoint
Archiving in SharePoint
Blog Posts

In this article I’ll describe built-in archiving  in SharePoint / Office 365. I’ll cover topics like on how you can use Site / Library based retention to fulfil company or legal requirements. Background It’s often the case that we’re creating a SharePoint site for a project. Typically, they last for a specific amount of time,… READ MORE

Disable SharePoint Alerts on a Specific List
Disable SharePoint Alerts on a Specific List
Blog Posts

Here’s the scenario: You have a picture library that stores employee photos. This might be the case if you’re not storing the photos in Active Directory yet perhaps. Now, HR comes to you and says that “we want to be sure that employees can’t set an alert, because then they would know if we remove a picture when an employee is terminated”. Hmmm I never thought about it in that way, you’re right

Use PowerShell to Manipulate the Values of a SharePoint Choice Field
Use PowerShell to Manipulate the Values of a SharePoint Choice Field
Blog Posts

Using PowerShell, we’re going to walk through handling a Choice field in a list. Specifically, this is a calendar list using the Category field. This may come in handy if you want to automate changing the values from another data source that BCS can’t connect to, or is too much work to get it to connect. I always prefer using SharePoint’s features, but sometimes we need to stretch it to make it work.