Skip to content

Commit 85e7445

Browse files
committed
Updates to RetryDistribution switch
Based on note added in #6958
1 parent 0faec85 commit 85e7445

File tree

5 files changed

+19
-3
lines changed

5 files changed

+19
-3
lines changed

exchange/exchange-ps/exchange/Set-AutoSensitivityLabelPolicy.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,8 @@ The RetryDistribution switch redistributes the policy to all OneDrive for Busine
491491

492492
Locations whose initial distributions succeeded aren't included in the retry. Policy distribution errors are reported when you use this switch.
493493

494+
**Note**: Because the process of retrying distribution is a significant operation, run it only if necessary and for one policy at a time. It is not intended to be run every time you update a policy. If you run a script to update multiple policies, wait until the policy distribution is successful before running the command again for the next policy.
495+
494496
```yaml
495497
Type: SwitchParameter
496498
Parameter Sets: RetryDistributionParameterSet

exchange/exchange-ps/exchange/Set-CaseHoldPolicy.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,11 @@ Accept wildcard characters: False
8888
```
8989
9090
### -RetryDistribution
91-
The RetryDistribution switch specifies whether to redistribute the policy to all Exchange Online and SharePoint Online locations. Locations whose initial distributions succeeded aren't included in the retry. Policy distribution errors are reported when you use this switch.
91+
The RetryDistribution switch specifies whether to redistribute the policy to all Exchange Online and SharePoint Online locations. You don't need to specify a value with this switch.
92+
93+
Locations whose initial distributions succeeded aren't included in the retry. Policy distribution errors are reported when you use this switch.
94+
95+
**Note**: Because the process of retrying distribution is a significant operation, run it only if necessary and for one policy at a time. It is not intended to be run every time you update a policy. If you run a script to update multiple policies, wait until the policy distribution is successful before running the command again for the next policy.
9296
9397
```yaml
9498
Type: SwitchParameter

exchange/exchange-ps/exchange/Set-DlpCompliancePolicy.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,11 @@ Accept wildcard characters: False
104104
```
105105
106106
### -RetryDistribution
107-
The RetryDistribution switch redistributes the policy to all OneDrive for Business and SharePoint Online locations. Locations whose initial distributions succeeded aren't included in the retry. Policy distribution errors are reported when you use this switch.
107+
The RetryDistribution switch redistributes the policy to all OneDrive for Business and SharePoint Online locations. You don't need to specify a value with this switch.
108+
109+
Locations whose initial distributions succeeded aren't included in the retry. Policy distribution errors are reported when you use this switch.
110+
111+
**Note**: Because the process of retrying distribution is a significant operation, run it only if necessary and for one policy at a time. It is not intended to be run every time you update a policy. If you run a script to update multiple policies, wait until the policy distribution is successful before running the command again for the next policy.
108112
109113
```yaml
110114
Type: SwitchParameter

exchange/exchange-ps/exchange/Set-HoldCompliancePolicy.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,11 @@ Accept wildcard characters: False
8888
```
8989
9090
### -RetryDistribution
91-
The RetryDistribution switch specifies whether to redistribute the policy to all Exchange Online and SharePoint Online locations. Locations whose initial distributions succeeded aren't included in the retry. Policy distribution errors are reported when you use this switch.
91+
The RetryDistribution switch specifies whether to redistribute the policy to all Exchange Online and SharePoint Online locations. You don't need to specify a value with this switch.
92+
93+
Locations whose initial distributions succeeded aren't included in the retry. Policy distribution errors are reported when you use this switch.
94+
95+
**Note**: Because the process of retrying distribution is a significant operation, run it only if necessary and for one policy at a time. It is not intended to be run every time you update a policy. If you run a script to update multiple policies, wait until the policy distribution is successful before running the command again for the next policy.
9296
9397
```yaml
9498
Type: SwitchParameter

exchange/exchange-ps/exchange/Set-LabelPolicy.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ The RetryDistribution switch specifies whether to redistribute the policy to all
9292
9393
Locations whose initial distributions succeeded aren't included in the retry. Policy distribution errors are reported when you use this switch.
9494
95+
**Note**: Because the process of retrying distribution is a significant operation, run it only if necessary and for one policy at a time. It is not intended to be run every time you update a policy. If you run a script to update multiple policies, wait until the policy distribution is successful before running the command again for the next policy.
96+
9597
```yaml
9698
Type: SwitchParameter
9799
Parameter Sets: RetryDistribution

0 commit comments

Comments
 (0)