Skip to content

Commit fc511b0

Browse files
committed
suggest Users module, and fix heading verb tense
1 parent 34711e6 commit fc511b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/governance/identity-governance-automation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ By default, Azure Automation does not have any PowerShell modules preloaded for
8484
8585
1. If you are using the cmdlets for Azure AD identity governance features, such as entitlement management, then repeat the import process for the module **Microsoft.Graph.Identity.Governance**.
8686
87-
1. Import other modules that your script may require. For example, if you are using Identity Protection, then you may wish to import the **Microsoft.Graph.Identity.SignIns** module.
87+
1. Import other modules that your script may require, such as **Microsoft.Graph.Users**. For example, if you are using Identity Protection, then you may wish to import the **Microsoft.Graph.Identity.SignIns** module.
8888
8989
## Create an app registration and assign permissions
9090
@@ -179,7 +179,7 @@ $ap | Select-Object -Property Id,DisplayName | ConvertTo-Json
179179

180180
3. If the run was successful, the output instead of the welcome message will be a JSON array. The JSON array will include the ID and display name of each access package returned from the query.
181181

182-
## Providing parameters to the runbook (optional)
182+
## Provide parameters to the runbook (optional)
183183

184184
You can also add input parameters to your runbook, by adding a `Param` section at the top of the PowerShell script. For instance,
185185

0 commit comments

Comments
 (0)