From be59d2805cb78d74f30e10596cc76136a2a7c5b7 Mon Sep 17 00:00:00 2001 From: Ryan McVicar Date: Wed, 3 Jan 2018 13:44:25 -0500 Subject: [PATCH 1/2] Fixes #17 Fixes #17 . Looks like a syntax error in the reference link for SSMS --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e07bdf..7974dca 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ application and grant it permissions to the tenant's Management Activity API. In the "Firewall Settings" blade, click "Add Client IP" and add the IP address of the host where you will be running the investigations tooling from. Save and wait for confirmation that the firewall rules have been updated. -1. Use Visual Studio, or download [SQL Server Management Studio Express 2014](ssms) (for free) and connect to your new +1. Use Visual Studio, or download [SQL Server Management Studio Express 2014][ssms] (for free) and connect to your new database. 1. Create a new SQL database named "O365Investigations" From 3e06f9708353af38d1c283ad9d21ddca1b667a4f Mon Sep 17 00:00:00 2001 From: Ryan McVicar Date: Wed, 3 Jan 2018 14:45:27 -0500 Subject: [PATCH 2/2] Update README.md Fixed the getting started link. Was using Parens when it needed to use [ ] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7974dca..ebc5442 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ AppID (`InvestigationAppID`) and AppSecret (`InvestigationAppSecret`) to enable ## Prerequisites for the Activity API -Follow the instructions in the [Management Activity API: Getting Started Guide](gettingstarted) to create a new AAD +Follow the instructions in the [Management Activity API: Getting Started Guide][gettingstarted] to create a new AAD application and grant it permissions to the tenant's Management Activity API.