Skip to content

Commit 712522f

Browse files
authored
Merge pull request #10831 from MicrosoftDocs/chrisda
Filled empty param descriptions
2 parents 90922b6 + 88b4d1c commit 712522f

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

exchange/docs-conceptual/connect-exo-powershell-managed-identity.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,9 @@ For detailed syntax and parameter information, see [Get-AzADServicePrincipal](/p
242242

243243
#### Add the Exchange Online PowerShell module to Azure Automation accounts with system-assigned managed identities
244244

245+
> [!TIP]
246+
> If the following procedure in the Azure portal doesn't work for you, try the **New-AzAutomationModule** command in Azure PowerShell that's described after the Azure portal procedure.
247+
245248
1. On the **Automation accounts** page at <https://portal.azure.com/#view/HubsExtension/BrowseResource/resourceType/Microsoft.Automation%2FAutomationAccounts>, select the Automation account.
246249
2. In the details flyout that opens, start typing "Modules" in the ![Search icon.](media/search-icon.png) **Search** box, and then select **Modules** from results.
247250
3. On the **Modules** flyout that opens, click ![Add module icon.](media/add-icon.png) **Add a module**.

exchange/exchange-ps/exchange/New-RetentionCompliancePolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ Accept wildcard characters: False
296296
```
297297

298298
### -IsSimulation
299-
{{ Fill IsSimulation Description }}
299+
The IsSimulation switch specifies the policy is created in simulation mode. You don't need to specify a value with this switch.
300300

301301
```yaml
302302
Type: SwitchParameter

exchange/exchange-ps/exchange/Set-RetentionCompliancePolicy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ Accept wildcard characters: False
594594
```
595595

596596
### -EnforceSimulationPolicy
597-
{{ Fill EnforceSimulationPolicy Description }}
597+
The EnforceSimulationPolicy switch specifies the policy in simulation mode is enforced as an active policy. You don't need to specify a value with this switch.
598598

599599
```yaml
600600
Type: Boolean
@@ -1017,7 +1017,7 @@ Accept wildcard characters: False
10171017
```
10181018

10191019
### -StartSimulation
1020-
{{ Fill StartSimulation Description }}
1020+
The StartSimulation switch starts the simulation for a policy that was created in simulation mode. You don't need to specify a value with this switch.
10211021

10221022
```yaml
10231023
Type: Boolean

0 commit comments

Comments
 (0)