Microsoft Baseline Security Analyzer

Today I found a very handy tool to check your computer or server security settings: The Microsoft Baseline Security Analyzer. This tool determines if Windows administrative vulnerabilities are present, If weak passwords are being used and it checks if there are any vulnerabilities in IIS and SQL Server. After installing the tool you can scan your server or computer. After completion it provides you with a detailed report and instructions on how to make your environment more secure. ...

June 24, 2014 · 1 min · Sjoukje Zaal

SharePoint 2013 On-Premise Workflow Debugging in Visual Studio 2013

If you want to debug your SharePoint 2013 on-premise workflows you need to allow the workflow manager to access your system through the firewall. Take the following steps to allow the workflow manager to access your system: In Control Panel, choose System and Security and then Windows Firewall. In the Control Panel Home list, choose the Advanced Settings link. In the left pane of Windows Firewall, choose Inbound Rules. In the Inbound Rules list, choose Workflow Manager Tools 1.0 for Visual Studio 2012 – Test Service Host. In the Actions list, choose Enable Rule. On the properties page of your SharePoint project, choose the SharePoint tab, and then select the Enable Workflow debugging check box.

June 3, 2014 · 1 min · Sjoukje Zaal

Download the Windows Identity Foundation Developer Training Kit

Microsoft released a new version of the Identity Developer Training Kit, updated for WIF 4.5 and for Visual Studio 2012 RC . You can download it here.

July 8, 2012 · 1 min · Sjoukje Zaal

SharePoint 2013 Workflow Part 1: Workflow Manager Architecture

Leveraging Azure Marketplace Data in SharePoint Part 1: Consuming Azure Marketplace Data in BCS In this series of posts: Part 1: Consuming Azure Marketplace Data in BCS (this article). Part 2: Using the Secure Store Service for Azure Marketplace Authentication in BCS. Windows Azure Marketplace data is a service by Microsoft that hosts WCF services in Windows Azure. Organizations and individuals can consume that data via a subscription model. These services expose data using REST services which can be leveraged in SharePoint using BCS. ...

February 2, 2012 · 11 min · Sjoukje Zaal

SharePoint 2013 Workflow Part 1: Workflow Manager Architecture

Leveraging Azure Marketplace Data in SharePoint Part 1: Consuming Azure Marketplace Data in BCS Windows Azure Marketplace data is a service by Microsoft that hosts WCF services in Windows Azure. Organizations and individuals can consume that data via a subscription model. These services expose data using REST services which can be leveraged in SharePoint using BCS. For this example we are going to use US Crime data statistics Service (DATA.gov). By using BCS we can consume the Azure WCF Service and display this data in SharePoint via an External List. ...

February 2, 2012 · 11 min · Sjoukje Zaal