Skip to content

Commit 3e050a0

Browse files
committed
More fixes to broken image links
1 parent 46f2bbe commit 3e050a0

13 files changed

+10
-9
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
@@ -27,11 +27,11 @@ If you want to use multi-factor authentication (MFA) to connect to Exchange Onli
2727

2828
2. In the EAC, go to **Hybrid** > **Setup** and click the appropriate **Configure** button to download the Exchange Online Remote PowerShell Module for multi-factor authentication.
2929

30-
![Download the Exchange Online PowerShell Module from the Hybrid tab in the EAC](../media/24645e56-8b11-4c0f-ace4-09bdb2703562.png)
30+
![Download the Exchange Online PowerShell Module from the Hybrid tab in the EAC](../../media/24645e56-8b11-4c0f-ace4-09bdb2703562.png)
3131

3232
3. In the **Application Install** window that opens, click **Install**.
3333

34-
![Click Install in the Exchange Online PowerShell Module window](../media/0fd389a1-a32d-4e2f-bf5f-78e9b6407d4c.png)
34+
![Click Install in the Exchange Online PowerShell Module window](../../media/0fd389a1-a32d-4e2f-bf5f-78e9b6407d4c.png)
3535

3636
- Windows Remote Management (WinRM) on your computer needs to allow basic authentication (it's enabled by default). To verify that basic authentication is enabled, run this command in a Command Prompt:
3737

@@ -86,13 +86,13 @@ If you want to use multi-factor authentication (MFA) to connect to Exchange Onli
8686

8787
3. In the sign-in window that opens, enter your password, and then click **Sign in**.
8888

89-
![Enter your password in the Exchange Online Remote PowerShell window.](../media/b85d80d9-1043-4c7c-8f14-d87d8d56b188.png)
89+
![Enter your password in the Exchange Online Remote PowerShell window](../../media/b85d80d9-1043-4c7c-8f14-d87d8d56b188.png)
9090

9191
A verification code is generated and delivered based on the verification response option that's configured for your account (for example, a text message or the Azure Authenticator app on your mobile phone).
9292

9393
4. In the verification window that opens, enter the verification code, and then click **Sign in**.
9494

95-
![Enter your verification code in the Exchange Online Remote PowerShell window.](../media/d3a405ce-5364-4732-a7bb-2cc9c678da2d.png)
95+
![Enter your verification code in the Exchange Online Remote PowerShell window](../../media/d3a405ce-5364-4732-a7bb-2cc9c678da2d.png)
9696

9797
## How do you know this worked?
9898

exchange/docs-conceptual/office-365-scc/connect-to-scc-powershell/connect-to-scc-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ description: "Learn how to connect to Security & Compliance Center PowerShel
1616
Office 365 Security & Compliance Center PowerShell allows you to manage your Office 365 Security & Compliance Center settings from the command line. You use Windows PowerShell on your local computer to create a remote PowerShell session to the Security & Compliance Center. It's a simple three-step process where you enter your Office 365 credentials, provide the required connection settings, and then import the Security & Compliance Center cmdlets into your local Windows PowerShell session so that you can use them.
1717

1818
> [!NOTE]
19-
> If you want to use multi-factor authentication (MFA) to connect to Security & Compliance Center PowerShell, or if your organization uses federated authentication, you need to download and use the Exchange Online Remote PowerShell Module. For more information, see [Connect to Office 365 Security & Compliance Center PowerShell using multi-factor authentication](mfa-connect-to-scc-powershell.md). For some features (for example, mailbox archiving), the Security & Compliance Center links to existing functionality in the Exchange admin center (EAC). To use PowerShell with these features, you need to connect to Exchange Online instead of the Security & Compliance Center. For more information, see [Connect to Exchange Online PowerShell](../../../exchange-online/connect-to-exchange-online-powershell/connect-to-exchange-online-powershell.md).
19+
> If you want to use multi-factor authentication (MFA) to connect to Security & Compliance Center PowerShell, or if your organization uses federated authentication, you need to download and use the Exchange Online Remote PowerShell Module. For more information, see [Connect to Office 365 Security & Compliance Center PowerShell using multi-factor authentication](mfa-connect-to-scc-powershell.md). For some features (for example, mailbox archiving), the Security & Compliance Center links to existing functionality in the Exchange admin center (EAC). To use PowerShell with these features, you need to connect to Exchange Online instead of the Security & Compliance Center. For more information, see [Connect to Exchange Online PowerShell](../../exchange-online/connect-to-exchange-online-powershell/connect-to-exchange-online-powershell.md).
2020
2121
For more information about the Security & Compliance Center, see [Office 365 Security & Compliance Center](https://go.microsoft.com/fwlink/p/?LinkId=627054).
2222

exchange/docs-conceptual/office-365-scc/connect-to-scc-powershell/mfa-connect-to-scc-powershell.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@ If your account uses multi-factor authentication (MFA) or federated authenticati
2727

2828
2. In the EAC, go to **Hybrid** > **Setup** and click the appropriate **Configure** button to download the Exchange Online Remote PowerShell Module for multi-factor authentication.
2929

30-
![Download the Exchange Online PowerShell Module from the Hybrid tab in the EAC](../media/24645e56-8b11-4c0f-ace4-09bdb2703562.png)
30+
![Download the Exchange Online PowerShell Module from the Hybrid tab in the EAC](../../media/24645e56-8b11-4c0f-ace4-09bdb2703562.png)
31+
3132
3. In the **Application Install** window that opens, click **Install**.
3233

33-
![Click Install in the Exchange Online PowerShell Module window](../media/0fd389a1-a32d-4e2f-bf5f-78e9b6407d4c.png)
34+
![Click Install in the Exchange Online PowerShell Module window](../../media/0fd389a1-a32d-4e2f-bf5f-78e9b6407d4c.png)
3435

3536
- Windows Remote Management (WinRM) on your computer needs to allow basic authentication (it's enabled by default). To verify that basic authentication is enabled, run this command in a Command Prompt:
3637

@@ -85,13 +86,13 @@ If your account uses multi-factor authentication (MFA) or federated authenticati
8586
8687
3. In the sign-in window that opens, enter your password, and then click **Sign in**.
8788
88-
![Enter your password in the Exchange Online Remote PowerShell window.](../media/b85d80d9-1043-4c7c-8f14-d87d8d56b188.png)
89+
![Enter your password in the Exchange Online Remote PowerShell window](../../media/b85d80d9-1043-4c7c-8f14-d87d8d56b188.png)
8990
9091
For MFA, a verification code is generated and delivered based on the verification response option that's configured for your account (for example, a text message or the Azure Authenticator app on your mobile phone).
9192
9293
4. **(MFA only)**: In the verification window that opens, enter the verification code, and then click **Sign in**.
9394
94-
![Enter your verification code in the Exchange Online Remote PowerShell window.](../media/d3a405ce-5364-4732-a7bb-2cc9c678da2d.png)
95+
![Enter your verification code in the Exchange Online Remote PowerShell window](../../media/d3a405ce-5364-4732-a7bb-2cc9c678da2d.png)
9596
9697
## How do you know this worked?
9798
Binary file not shown.

0 commit comments

Comments
 (0)