Skip to content

Commit f1a5755

Browse files
committed
Topic to article
1 parent afe0f9d commit f1a5755

32 files changed

+172
-172
lines changed

exchange/exchange-ps/ExchangePowerShell/Add-RoleGroupMember.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ This example finds all the mailboxes that are part of the Sales department and a
5959

6060
After you verify the correct members are added to the role group, remove the WhatIf switch and run the command again.
6161

62-
For more information about pipelining and the WhatIf parameter, see the following topics:
62+
For more information about pipelining and the WhatIf parameter, see the following articles:
6363

6464
- [About Pipelines](https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_pipelines)
6565
- [WhatIf, Confirm and ValidateOnly switches](https://learn.microsoft.com/exchange/whatif-confirm-and-validateonly-switches-exchange-2013-help)

exchange/exchange-ps/ExchangePowerShell/Get-AdminAuditLogConfig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
3838
Get-AdminAuditLogConfig | Format-List
3939
```
4040

41-
This example displays the administrator audit logging settings. The output of the Get-AdminAuditLogConfig cmdlet is piped to the Format-List cmdlet. For more information about piping and the Format-List cmdlet, see the following topics:
41+
This example displays the administrator audit logging settings. The output of the Get-AdminAuditLogConfig cmdlet is piped to the Format-List cmdlet. For more information about piping and the Format-List cmdlet, see the following articles:
4242

4343
- [About Pipelines](https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_pipelines)
4444
- [Working with command output](https://learn.microsoft.com/exchange/working-with-command-output-exchange-2013-help)

exchange/exchange-ps/ExchangePowerShell/Get-LogonStatistics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The Get-LogonStatistics cmdlet retrieves logon information about currently activ
4747

4848
Users who log on to their mailboxes using Microsoft Office Outlook Web App aren't continually connected to the Mailbox server. An Outlook Web App client connects to the server, performs tasks, and then disconnects from the server. Therefore, you might see few or no logon statistics for Outlook Web App, even if users are logged on with this client.
4949

50-
You need to be assigned permissions before you can run this cmdlet. Although all parameters for this cmdlet are listed in this topic, you might not have access to some parameters if they aren't included in the permissions assigned to you. To see what permissions you need, see the "Recipient Provisioning Permissions" section in the Mailbox Permissions topic.
50+
You need to be assigned permissions before you can run this cmdlet. Although this article lists all parameters for the cmdlet, you might not have access to some parameters if they aren't included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see [Find the permissions required to run any Exchange cmdlet](https://learn.microsoft.com/powershell/exchange/find-exchange-cmdlet-permissions).
5151

5252
## EXAMPLES
5353

exchange/exchange-ps/ExchangePowerShell/Get-MailboxStatistics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ On Mailbox servers only, you can use the Get-MailboxStatistics cmdlet without pa
6969

7070
The Get-MailboxStatistics cmdlet requires at least one of the following parameters to complete successfully: Server, Database or Identity.
7171

72-
You can use the Get-MailboxStatistics cmdlet to return detailed move history and a move report for completed move requests to troubleshoot a move request. To view the move history, you must pass this cmdlet as an object. Move histories are retained in the mailbox database and are numbered incrementally and the last executed move request is always numbered 0. For more information, see "Example 7," "Example 8," and "Example 9" in this topic.
72+
You can use the Get-MailboxStatistics cmdlet to return detailed move history and a move report for completed move requests to troubleshoot a move request. To view the move history, you must pass this cmdlet as an object. Move histories are retained in the mailbox database and are numbered incrementally and the last executed move request is always numbered 0. For more information, see "Example 7," "Example 8," and "Example 9" in this article.
7373

7474
You can only see move reports and move history for completed move requests.
7575

exchange/exchange-ps/ExchangePowerShell/New-AddressList.md

Lines changed: 18 additions & 18 deletions
Large diffs are not rendered by default.

exchange/exchange-ps/ExchangePowerShell/New-ClientAccessRule.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ The AnyOfClientIPAddressesOrRanges parameter specifies a condition for the clien
171171
172172
You can enter multiple values separated by commas.
173173
174-
For more information about IPv6 addresses and syntax, see this Exchange 2013 topic: [IPv6 address basics](https://learn.microsoft.com/exchange/ipv6-support-in-exchange-2013-exchange-2013-help#ipv6-address-basics).
174+
For more information about IPv6 addresses and syntax, see this Exchange 2013 article: [IPv6 address basics](https://learn.microsoft.com/exchange/ipv6-support-in-exchange-2013-exchange-2013-help#ipv6-address-basics).
175175
176176
```yaml
177177
Type: MultiValuedProperty
@@ -345,7 +345,7 @@ The ExceptAnyOfClientIPAddressesOrRanges parameter specifies an exception for th
345345

346346
You can enter multiple values separated by commas.
347347

348-
For more information about IPv6 addresses and syntax, see this Exchange 2013 topic: [IPv6 address basics](https://learn.microsoft.com/exchange/ipv6-support-in-exchange-2013-exchange-2013-help#ipv6-address-basics).
348+
For more information about IPv6 addresses and syntax, see this Exchange 2013 article: [IPv6 address basics](https://learn.microsoft.com/exchange/ipv6-support-in-exchange-2013-exchange-2013-help#ipv6-address-basics).
349349

350350
```yaml
351351
Type: MultiValuedProperty

exchange/exchange-ps/ExchangePowerShell/New-ComplianceSearchAction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ This parameter is available only in the cloud-based service.
396396
The IncludeSharePointDocumentVersions parameter specifies whether to export previous versions of the document when you use the Export switch. Valid values are:
397397

398398
- $true: Export all versions of the document.
399-
- $false: Export only the current published version of the topic. This value is the default.
399+
- $false: Export only the current published version of the document. This value is the default.
400400

401401
```yaml
402402
Type: Boolean

exchange/exchange-ps/ExchangePowerShell/New-DlpComplianceRule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ This parameter uses the basic syntax `@(@{Name="SensitiveInformationType1";[minC
692692

693693
Use the Get-DLPSensitiveInformationType cmdlet to list the sensitive information types for your organization. For more information on sensitive information types, see [What the sensitive information types in Exchange look for](https://learn.microsoft.com/exchange/what-the-sensitive-information-types-in-exchange-look-for-exchange-online-help).
694694

695-
For an example of advanced syntax, see Example 2 in this topic.
695+
For an example of advanced syntax, see Example 2 in this article.
696696

697697
```yaml
698698
Type: PswsHashtable[]

exchange/exchange-ps/ExchangePowerShell/New-DlpKeywordDictionary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Accept wildcard characters: False
142142

143143
> Applicable: Security & Compliance
144144

145-
The FileData parameter specifies the terms that are used in the DLP keyword dictionary. This parameter requires a comma-separated list of values that's binary encoded in UTF-16. For more information, see the examples in this topic.
145+
The FileData parameter specifies the terms that are used in the DLP keyword dictionary. This parameter requires a comma-separated list of values that's binary encoded in UTF-16. For more information, see the examples in this article.
146146

147147
```yaml
148148
Type: Byte[]

0 commit comments

Comments
 (0)