Skip to content

Commit bc8e6ce

Browse files
authored
Merge pull request #97617 from diecknet/patch-3
Fix missing spaces in PowerShell command
2 parents fed62be + c28d347 commit bc8e6ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/active-directory/hybrid/how-to-connect-selective-password-hash-synchronization.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ This attribute can be set either:
5252
### Disable the synchronization scheduler:
5353

5454
Before you start either scenario, you must disable the synchronization scheduler while making changes to the sync rules.
55-
1. Start Windows PowerShell enter.
55+
1. Start Windows PowerShell and enter.
5656

57-
`set-adsyncscheduler-synccycleenabled$false`
57+
`Set-ADSyncScheduler -SyncCycleEnabled $false`
5858

5959
2. Confirm the scheduler is disabled by running the following cmdlet:
6060

61-
`get-adsyncscheduler`
61+
`Get-ADSyncScheduler`
6262

6363
For more information on the scheduler see [Azure AD Connect sync scheduler](how-to-connect-sync-feature-scheduler.md).
6464

0 commit comments

Comments
 (0)