From 4419339f20d7c59ef6f1b98ba8c5ec5aa607f569 Mon Sep 17 00:00:00 2001 From: silverhack Date: Sun, 2 Oct 2022 22:01:30 +0200 Subject: [PATCH] Fix README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9072090..d85057bd 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ The following example will retrieve data and metadata from Azure AD and SharePoi ``` powershell $param = @{ - Instance = 'Office365'; + Instance = 'Microsoft365'; Analysis = 'SharePointOnline'; PromptBehavior = 'SelectAccount'; IncludeAzureActiveDirectory = $true;