Skip to content

Commit 1751d51

Browse files
authored
Merge pull request #10826 from MicrosoftDocs/chrisda
Chrisda to Main
2 parents d81c17a + 0023744 commit 1751d51

File tree

6 files changed

+9
-8
lines changed

6 files changed

+9
-8
lines changed

exchange/docs-conceptual/connect-exo-powershell-managed-identity.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Use Azure managed identities to connect to Exchange Online PowerShell
33
ms.author: chrisda
44
author: chrisda
55
manager: dansimp
6-
ms.date:
6+
ms.date: 5/10/2023
77
ms.audience: Admin
88
audience: Admin
99
ms.topic: article
@@ -261,17 +261,18 @@ For detailed syntax and parameter information, see [Get-AzADServicePrincipal](/p
261261
To add the module to the Automation account in Azure PowerShell, use the following syntax:
262262

263263
```powershell
264-
New-AzAutomationModule -ResourceGroupName "<ResourceGroupName>" -AutomationAccountName "<AutomationAccountName>" -Name ExchangeOnlineManagement -ContentLinkUri https://www.powershellgallery.com/packages/ExchangeOnlineManagement/3.0.0
264+
New-AzAutomationModule -ResourceGroupName "<ResourceGroupName>" -AutomationAccountName "<AutomationAccountName>" -Name ExchangeOnlineManagement -ContentLinkUri https://www.powershellgallery.com/packages/ExchangeOnlineManagement/<LatestModuleVersion>
265265
```
266266

267267
- \<ResourceGroupName\> is the name of the resource group that's already assigned to the Automation account.
268268
- \<AutomationAccountName\> is the name of the Automation account.
269+
- \<LatestModuleVersion\> is the current version of the ExchangeOnlineManagement module. To see the latest GA (non-Preview) version of the module, run the following command in Windows PowerShell: `Find-Module ExchangeOnlineManagement`. To see the latest Preview release, run the following command: `Find-Module ExchangeOnlineManagement -AllowPrerelease`.
269270
- Currently, the PowerShell procedures don't give you a choice for the runtime version (it's 5.1).
270271

271272
For example:
272273

273274
```powershell
274-
New-AzAutomationModule -ResourceGroupName "ContosoRG" -AutomationAccountName "ContosoAzAuto1" -Name ExchangeOnlineManagement -ContentLinkUri https://www.powershellgallery.com/packages/ExchangeOnlineManagement/3.0.0
275+
New-AzAutomationModule -ResourceGroupName "ContosoRG" -AutomationAccountName "ContosoAzAuto1" -Name ExchangeOnlineManagement -ContentLinkUri https://www.powershellgallery.com/packages/ExchangeOnlineManagement/3.1.0
275276
```
276277

277278
To verify that the module imported successfully, run the following command:

exchange/exchange-ps/exchange/Delete-QuarantineMessage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Accept wildcard characters: False
147147
The EntityType parameter filters the results by EntityType. Valid values are:
148148

149149
- Email
150-
- SharePoint
150+
- SharePointOnline
151151
- Teams (currently in Preview)
152152
- DataLossPrevention (currently in Preview)
153153

exchange/exchange-ps/exchange/Export-QuarantineMessage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Accept wildcard characters: False
158158
The EntityType parameter filters the results by EntityType. Valid values are:
159159

160160
- Email
161-
- SharePoint
161+
- SharePointOnline
162162
- Teams (currently in Preview)
163163
- DataLossPrevention (currently in Preview)
164164

exchange/exchange-ps/exchange/Get-QuarantineMessageHeader.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Accept wildcard characters: False
7373
The EntityType parameter filters the results by EntityType. Valid values are:
7474
7575
- Email
76-
- SharePoint
76+
- SharePointOnline
7777
- Teams (currently in Preview)
7878
- DataLossPrevention (currently in Preview)
7979

exchange/exchange-ps/exchange/Preview-QuarantineMessage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Accept wildcard characters: False
7070
The EntityType parameter filters the results by EntityType. Valid values are:
7171
7272
- Email
73-
- SharePoint
73+
- SharePointOnline
7474
- Teams (currently in Preview)
7575
- DataLossPrevention (currently in Preview)
7676

exchange/exchange-ps/exchange/Release-QuarantineMessage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ Accept wildcard characters: False
280280
The EntityType parameter filters the results by EntityType. Valid values are:
281281

282282
- Email
283-
- SharePoint
283+
- SharePointOnline
284284
- Teams (currently in Preview)
285285
- DataLossPrevention (currently in Preview)
286286

0 commit comments

Comments
 (0)