Skip to content

Commit 6ec0355

Browse files
authored
Merge pull request #184368 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/MicrosoftDocs/azure-docs (branch master)
2 parents 467a8b2 + 21b462f commit 6ec0355

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/active-directory/reports-monitoring/howto-manage-inactive-user-accounts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ To access this property, you need an Azure Active Directory Premium edition.
7373
To read this property, you need to grant the following rights:
7474

7575
- AuditLog.Read.All
76-
- Organization.Read.All
76+
- Directory.Read.All
7777

7878

7979
### When does Azure AD update the property?

articles/cloud-shell/quickstart-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ Next time when you use PowerShell in Cloud Shell, the `helloworld.ps1` file will
222222
## Use custom profile
223223

224224
You can customize your PowerShell environment, by creating PowerShell profile(s) - `profile.ps1` (or `Microsoft.PowerShell_profile.ps1`).
225-
Save it under `$profile.CurrentUserAllHosts` (or `$profile.CurrentUserAllHosts`), so that it can be loaded in every PowerShell in Cloud Shell session.
225+
Save it under `$profile.CurrentUserAllHosts` (or `$profile.CurrentUserCurrentHost`), so that it can be loaded in every PowerShell in Cloud Shell session.
226226

227227
For how to create a profile, refer to [About Profiles][profile].
228228

0 commit comments

Comments
 (0)