Commit 3ca67f9
authored
Update Update-SPProfileSync.md
The provided example indicates that setting IgnoreIsActive to $false will synchronize all users, regardless of their activity status. However, to include all users in the synchronization, IgnoreIsActive should be set to $true.
---
Update-SPProfileSync -IgnoreIsActive:$false
This example updates the User Profile Synchronization job marking it to sync all users irrespective of their activity, without prompting for user confirmation.
---
Therefore, to ensure all users are included in the synchronization, please set IgnoreIsActive to $true.1 parent 46113e9 commit 3ca67f9
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments