Skip to content

Commit ae7b424

Browse files
[All hosts] Fix broken links (#5309)
1 parent f5c625d commit ae7b424

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

docs/concepts/requirements-for-running-office-add-ins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To test and run an Outlook add-in, the user's Outlook email account must reside
3030

3131
- The server must be Exchange 2016 or later.
3232
- Exchange Web Services (EWS) must be enabled and must be exposed to the Internet. Many add-ins require EWS to function properly.
33-
- The server must have a valid authentication certificate in order for the server to issue valid identity tokens. New installations of Exchange Server include a default authentication certificate. For more information, see [Digital certificates and encryption in Exchange 2016](/Exchange/architecture/client-access/certificates) and [Set-AuthConfig](/powershell/module/exchange/organization/Set-AuthConfig).
33+
- The server must have a valid authentication certificate in order for the server to issue valid identity tokens. New installations of Exchange Server include a default authentication certificate. For more information, see [Digital certificates and encryption in Exchange 2016](/Exchange/architecture/client-access/certificates) and [Set-AuthConfig](/powershell/module/exchangepowershell/set-authconfig).
3434
- To access add-ins from [AppSource](https://appsource.microsoft.com/marketplace/apps?product=office), the client access servers must be able to communicate with AppSource.
3535

3636
> [!NOTE]

docs/outlook/outlook-on-send-addins.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ Get-CASMailbox [email protected] | Set-CASMailbox -OwaMailboxPolicy "ContosoCorpOW
192192
```
193193

194194
> [!NOTE]
195-
> For more information about how to use the **Set-OwaMailboxPolicy** cmdlet to configure existing Outlook on the web or new Outlook on Windows mailbox policies, see [Set-OwaMailboxPolicy](/powershell/module/exchange/client-access/Set-OwaMailboxPolicy).
195+
> For more information about how to use the **Set-OwaMailboxPolicy** cmdlet to configure existing Outlook on the web or new Outlook on Windows mailbox policies, see [Set-OwaMailboxPolicy](/powershell/module/exchangepowershell/set-owamailboxpolicy).
196196
197197
To turn off on-send compliance enforcement for all users that have a specific Outlook on the web or new Outlook on Windows mailbox policy assigned, run the following cmdlets.
198198

@@ -282,7 +282,7 @@ Get-CASMailbox [email protected] | Set-CASMailbox –OwaMailboxPolicy "ContosoCorp
282282
```
283283

284284
> [!NOTE]
285-
> For more information about how to use the **Set-OwaMailboxPolicy** cmdlet to configure existing Outlook on the web mailbox policies, see [Set-OwaMailboxPolicy](/powershell/module/exchange/client-access/Set-OwaMailboxPolicy).
285+
> For more information about how to use the **Set-OwaMailboxPolicy** cmdlet to configure existing Outlook on the web mailbox policies, see [Set-OwaMailboxPolicy](/powershell/module/exchangepowershell/set-owamailboxpolicy).
286286
287287
To disable the on-send feature for all users that have a specific Outlook on the web mailbox policy assigned, run the following cmdlets.
288288

docs/outlook/turn-exchange-tokens-on-off.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,6 @@ The `Get-AuthenticationPolicy` command only shows the legacy token status as set
100100

101101
- [Nested app authentication and Outlook legacy tokens deprecation FAQ](https://aka.ms/NAAFAQ)
102102
- [Enable SSO in an Office Add-in using nested app authentication](../develop/enable-nested-app-authentication-in-your-add-in.md)
103-
- [Set-AuthenticationPolicy](/powershell/module/exchange/set-authenticationpolicy)
104-
- [Remove-AuthenticationPolicy](/powershell/module/exchange/remove-authenticationpolicy)
105-
- [Get-AuthenticationPolicy](/powershell/module/exchange/get-authenticationpolicy)
103+
- [Set-AuthenticationPolicy](/powershell/module/exchangepowershell/set-authenticationpolicy)
104+
- [Remove-AuthenticationPolicy](/powershell/module/exchangepowershell/remove-authenticationpolicy)
105+
- [Get-AuthenticationPolicy](/powershell/module/exchangepowershell/get-authenticationpolicy)

docs/outlook/web-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ The following table lists the EWS operations that add-ins support. To see exampl
183183
When you use the `makeEwsRequestAsync` method, the request is authenticated by using the email account credentials of the current user. The `makeEwsRequestAsync` method manages the credentials for you so that you don't have to provide authentication credentials with your request.
184184

185185
> [!NOTE]
186-
> The server administrator must use the [New-WebServicesVirtualDirectory](/powershell/module/exchange/client-access-servers/New-WebServicesVirtualDirectory?view=exchange-ps&preserve-view=true) or the [Set-WebServicesVirtualDirectory](/powershell/module/exchange/client-access-servers/Set-WebServicesVirtualDirectory?view=exchange-ps&preserve-view=true) cmdlet to set the *OAuthAuthentication* parameter to `true` on the Client Access server EWS directory in order to enable the `makeEwsRequestAsync` method to make EWS requests.
186+
> The server administrator must use the [New-WebServicesVirtualDirectory](/powershell/module/exchangepowershell/new-webservicesvirtualdirectory) or the [Set-WebServicesVirtualDirectory](/powershell/module/exchangepowershell/set-webservicesvirtualdirectory) cmdlet to set the *OAuthAuthentication* parameter to `true` on the Client Access server EWS directory in order to enable the `makeEwsRequestAsync` method to make EWS requests.
187187
188188
To use the `makeEwsRequestAsync` method, your add-in must request the **read/write mailbox** permission in the manifest. The markup varies depending on the type of manifest.
189189

docs/publish/publish.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Outlook add-in deployment requires:
7575
- Microsoft 365, Exchange Online, or Exchange Server 2016 or later
7676
- Outlook 2016 or later
7777

78-
To assign and manage add-ins for your tenants and users, use [Exchange PowerShell](/powershell/module/exchange). For more information, see [Add-ins for Outlook in Exchange Server](/exchange/add-ins-for-outlook-2013-help) and [Add-ins for Outlook in Exchange Online](/exchange/clients-and-mobile-in-exchange-online/add-ins-for-outlook/add-ins-for-outlook).
78+
To assign and manage add-ins for your tenants and users, use [Exchange PowerShell](/powershell/module/exchangepowershell). For more information, see [Add-ins for Outlook in Exchange Server](/exchange/add-ins-for-outlook-2013-help) and [Add-ins for Outlook in Exchange Online](/exchange/clients-and-mobile-in-exchange-online/add-ins-for-outlook/add-ins-for-outlook).
7979

8080
It's important to note that some versions of Outlook clients and Exchange servers may only support certain Mailbox requirement sets. For details about supported requirement sets, see [Requirement sets supported by Exchange servers and Outlook clients](/javascript/api/requirement-sets/outlook/outlook-api-requirement-sets#requirement-sets-supported-by-exchange-servers-and-outlook-clients).
8181

docs/testing/uninstall-add-in.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,4 +152,4 @@ Open Outlook with the same identity you used when you created the add-in. If art
152152

153153
- [Troubleshoot development errors with Office Add-ins](troubleshoot-development-errors.md)
154154
- [Clear the Office cache](clear-cache.md)
155-
- The PowerShell reference for [Install-Module](/powershell/module/powershellget/install-module), [Set-ExecutionPolicy](/powershell/module/microsoft.powershell.security/set-executionpolicy), [Connect-ExchangeOnline](/powershell/exchange/connect-to-exchange-online-powershell), and [Get-App](/powershell/module/exchange/get-app).
155+
- The PowerShell reference for [Install-Module](/powershell/module/powershellget/install-module), [Set-ExecutionPolicy](/powershell/module/microsoft.powershell.security/set-executionpolicy), [Connect-ExchangeOnline](/powershell/exchange/connect-to-exchange-online-powershell), and [Get-App](/powershell/module/exchangepowershell/get-app).

0 commit comments

Comments
 (0)