Skip to content

Commit e8110a2

Browse files
authored
Merge pull request #10848 from MicrosoftDocs/chrisda
Updates to some EXO V3 references
2 parents e943a82 + a961d02 commit e8110a2

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

exchange/exchange-ps/exchange/Connect-ExchangeOnline.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -534,8 +534,6 @@ Accept wildcard characters: False
534534
```
535535

536536
### -ManagedIdentity
537-
**Note**: This parameter is available in version 2.0.6-Preview7 or later of the module.
538-
539537
The ManagedIdentity switch specifies that you're using managed identity to connect. You don't need to specify a value with this switch.
540538

541539
Managed identity connections are currently supported for the following types of Azure resources:
@@ -565,8 +563,6 @@ Accept wildcard characters: False
565563
```
566564

567565
### -ManagedIdentityAccountId
568-
**Note**: This parameter is available in version 2.0.6-Preview7 or later of the module.
569-
570566
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.
571567

572568
You must use this parameter with the Organization parameter and the ManagedIdentity switch.
@@ -661,8 +657,6 @@ Accept wildcard characters: False
661657
```
662658

663659
### -SkipLoadingFormatData
664-
**Note**: This parameter is available in version 2.0.6-Preview8 or later of the module.
665-
666660
The SkipLoadingFormatData switch avoids downloading the format data for REST API connections. You don't need to specify a value with this switch.
667661

668662
When you use this switch, the output of any Exchange cmdlet will be unformatted.
@@ -741,11 +735,9 @@ Accept wildcard characters: False
741735
```
742736

743737
### -UseRPSSession
744-
This parameter is available in version 2.0.6-Preview3 or later of the module.
745-
746738
The UseRPSSession switch allows you to connect to Exchange Online PowerShell using traditional remote PowerShell access to all cmdlets. You don't need to specify a value with this switch.
747739

748-
This switch requires that Basic authentication is enabled in WinRM on the local computer. For more information, see [Prerequisites in the Exchange Online PowerShell module](https://aka.ms/exov3-module#turn-on-basic-authentication-in-winrm).
740+
This switch requires that Basic authentication is enabled in WinRM on the local computer. For more information, see [Turn on Basic authentication in WinRM](https://aka.ms/exov3-module#turn-on-basic-authentication-in-winrm).
749741

750742
If you don't use this switch, Basic authentication in WinRM is not required.
751743

exchange/exchange-ps/exchange/Get-ConnectionInformation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.reviewer:
1313
# Get-ConnectionInformation
1414

1515
## SYNOPSIS
16-
This cmdlet is available only in the Exchange Online PowerShell module v2.0.6-Preview7 or later. For more information, see [About the Exchange Online PowerShell module](https://aka.ms/exov3-module).
16+
This cmdlet is available in the Exchange Online PowerShell module v3.0.0 or later. For more information, see [About the Exchange Online PowerShell module](https://aka.ms/exov3-module).
1717

1818
Use the Get-ConnectionInformation cmdlet to get information about all REST-based connections in the current PowerShell instance with Exchange Online.
1919

0 commit comments

Comments
 (0)