More whitespace removal

Removed additional whitespace indentation in order to restore MD
Note functionality; removed indent code blocks from normal text.
This commit is contained in:
illfated
2019-10-30 11:35:36 +01:00
parent f160b6be95
commit a6521de451

View File

@ -104,6 +104,7 @@ Set-CalendarProcessing -Identity 'HUB01@contoso.com' -AddAdditionalResponse $tru
7. Connect to Azure AD. 7. Connect to Azure AD.
You first need to install Azure AD module for PowerShell version 2. In an elevated powershell prompt run the following command : You first need to install Azure AD module for PowerShell version 2. In an elevated powershell prompt run the following command :
```PowerShell ```PowerShell
Install-Module -Name AzureAD Install-Module -Name AzureAD
``` ```