You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Note**: This parameter is available in version 2.0.6-Preview7 or later of the module.
521
521
522
-
The ManagedIdentity switch connects to Exchange Online using managed identity (user-assigned or system-assigned). You don't need to specify a value with this switch.
522
+
The ManagedIdentity switch specifies that you're using managed identity to connect. You don't need to specify a value with this switch.
523
523
524
-
Managed identity is currently supported for Azure Virtual Machines, Virtual Machine Scale Sets and Azure Functions.
524
+
Managed identity connections are currently supported for the following types of Azure resources:
525
+
526
+
- Azure Automation runbooks
527
+
- Azure Virtual Machines
528
+
- Azure Virtual Machine Scale Sets
529
+
- Azure Functions
525
530
526
531
You must use this switch with the Organization parameter.
527
532
533
+
For user-assigned managed identity, you must also use this switch with the ManagedIdentityAccountId parameter.
534
+
535
+
For more information about connecting with managed identity, see [Use Azure managed identities to connect to Exchange Online PowerShell](https://learn.microsoft.com/powershell/exchange/connect-exo-powershell-managed-identity).
**Note**: This parameter is available in version 2.0.6-Preview7 or later of the module.
543
552
544
-
The ManagedIdentityAccountId parameter specifies the application ID of the service principal that corresponds to the user-assigned managed identity that's used for authentication.
553
+
The ManagedIdentityAccountId parameter specifies the user-assigned managed identity that you're using to connect. A valid value for this parameter is the application ID (GUID) of the service principal that corresponds to the user-assigned managed identity in Azure.
554
+
555
+
You must use this parameter with the Organization parameter and the ManagedIdentity switch.
556
+
557
+
For more information about connecting with managed identity, see [Use Azure managed identities to connect to Exchange Online PowerShell](https://learn.microsoft.com/powershell/exchange/connect-exo-powershell-managed-identity).
The Organization parameter specifies the organization when you connect using CBA or managed identity (user-assigned or system-assigned). You must use an .onmicrosoft.com domain for the value of this parameter.
573
+
The Organization parameter specifies the organization when you connect using CBA or managed identity. You must use an .onmicrosoft.com domain for the value of this parameter.
561
574
562
-
For more information about CBA, see [App-only authentication for unattended scripts in the Exchange Online PowerShell module](https://aka.ms/exo-cba).
575
+
For more information about connecting with CBA, see [App-only authentication for unattended scripts in the Exchange Online PowerShell module](https://aka.ms/exo-cba).
576
+
577
+
For more information about connecting with managed identity, see [Use Azure managed identities to connect to Exchange Online PowerShell](https://learn.microsoft.com/powershell/exchange/connect-exo-powershell-managed-identity).
0 commit comments