Skip to content

Commit 31f9d1b

Browse files
authored
Merge pull request MicrosoftDocs#4783 from MicrosoftDocs/chrisda
Chrisda to Master
2 parents 11d63fc + 45c6341 commit 31f9d1b

File tree

5 files changed

+6
-10
lines changed

5 files changed

+6
-10
lines changed

exchange/docs-conceptual/exchange-online/connect-to-exchange-online-powershell/mfa-connect-to-exchange-online-powershell.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ description: "Learn how to connect to Exchange Online PowerShell by using multi-
1515

1616
# Connect to Exchange Online PowerShell using multi-factor authentication
1717

18-
If you want to use multi-factor authentication (MFA) to connect to Exchange Online PowerShell, you can't use the instructions at [Connect to Exchange Online PowerShell](connect-to-exchange-online-powershell.md) to use remote PowerShell to connect to Exchange Online. MFA requires you to install the Exchange Online Remote PowerShell Module, and use the **Connect-ExoPSSession** cmdlet to connect.
18+
If you want to use multi-factor authentication (MFA) to connect to Exchange Online PowerShell, you can't use the instructions at [Connect to Exchange Online PowerShell](connect-to-exchange-online-powershell.md) to use remote PowerShell to connect to Exchange Online. MFA requires you to install the Exchange Online Remote PowerShell Module, and use the **Connect-EXOPSSession** cmdlet to connect.
1919

2020
> [!NOTE]
2121
> • The Exchange Online Remote PowerShell Module is not supported in PowerShell Core (macOS, Linux, or Windows Nano Server). As a workaround, you can install the module on a computer that's running a supported version of Windows (physical or virtual), and use remote desktop software to connect. <br/><br/>• To use the new Exchange Online PowerShell V2 module (which also supports MFA), see [Use the Exchange Online PowerShell V2 module](../exchange-online-powershell-v2/exchange-online-powershell-v2.md).)
@@ -111,7 +111,7 @@ If you want to use multi-factor authentication (MFA) to connect to Exchange Onli
111111
This example connects to Exchange Online to manage another tenant
112112

113113
```PowerShell
114-
Connect-ExoPSSession -UserPrincipalName [email protected] -ConnectionUri https://outlook.office.de/PowerShell-LiveID -AzureADAuthorizationEndPointUri https://login.microsoftonline.de/common
114+
Connect-EXOPSSession -UserPrincipalName [email protected] -ConnectionUri https://outlook.office.de/PowerShell-LiveID -AzureADAuthorizationEndPointUri https://login.microsoftonline.de/common
115115
```
116116
117117
3. In the sign-in window that opens, enter your password, and then click **Sign in**.
@@ -133,9 +133,9 @@ Get-PSSession | Remove-PSSession
133133

134134
## Single sign-on
135135

136-
If your organization has single sign-on (SSO) enabled and you are logged on to a computer as a user in the SSO domain, then **Connect-EXPOPSSession** may fail with the following error:
136+
If your organization has single sign-on (SSO) enabled and you are logged on to a computer as a user in the SSO domain, then **Connect-EXOPSSession** may fail with the following error:
137137

138-
> New-ExoPSSession : User '[email protected]' returned by service does not match user '[email protected]' in the request.
138+
> New-EXOPSSession : User '[email protected]' returned by service does not match user '[email protected]' in the request.
139139
140140
This error occurs because single sign-on overrides the specified user principal name (UPN). As a work-around, connect from a non-domain-joined computer or log on to the domain-joined computer using a local user account.
141141

exchange/exchange-ps/exchange/mailboxes/Get-Mailbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ Accept wildcard characters: False
250250
```
251251
252252
### -Archive
253-
The Archive switch is required to return archive mailboxes in the results. You don't need to specify a value with this switch.
253+
The Archive switch filters the results by mailboxes that have an archive enabled (only mailboxes that have an archive mailbox are returned). You don't need to specify a value with this switch.
254254
255255
```yaml
256256
Type: SwitchParameter

exchange/exchange-ps/exchange/policy-and-compliance/New-MessageClassification.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,6 @@ The DisplayName parameter specifies the title of the message classification that
9393
9494
The message classification XML file must be present on the sender's computer for the display name to be displayed.
9595
96-
If the UserDisplayEnabled parameter is set to $true, the value of this parameter is displayed for the recipient, even if no message classification XML file is installed.
97-
9896
```yaml
9997
Type: String
10098
Parameter Sets: (All)

exchange/exchange-ps/exchange/policy-and-compliance/Set-MessageClassification.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,6 @@ The DisplayName parameter specifies the title of the message classification that
119119
120120
The message classification XML file must be present on the sender's computer for the display name to be displayed.
121121
122-
If the UserDisplayEnabled parameter is set to $true, the value of this parameter is displayed for the recipient, even if no message classification XML file is installed.
123-
124122
```yaml
125123
Type: String
126124
Parameter Sets: (All)

exchange/exchange-ps/exchange/powershell-v2-module/Get-EXOMailbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Accept wildcard characters: False
125125
```
126126
127127
### -Archive
128-
The Archive switch is required to return archive mailboxes in the results. You don't need to specify a value with this switch.
128+
The Archive switch filters the results by mailboxes that have an archive enabled (only mailboxes that have an archive mailbox are returned). You don't need to specify a value with this switch.
129129
130130
```yaml
131131
Type: SwitchParameter

0 commit comments

Comments
 (0)