Skip to content

Commit 3ca67f9

Browse files
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

sharepoint/sharepoint-server-ps/sharepoint-server/Update-SPProfileSync.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The Update-SPProfileSync cmdlet updates the configuration of the User Profile Sy
2828

2929
### ------------EXAMPLE 1-----------
3030
```powershell
31-
Update-SPProfileSync -IgnoreIsActive:$false
31+
Update-SPProfileSync -IgnoreIsActive:$true
3232
```
3333

3434
This example updates the User Profile Synchronization job marking it to sync all users irrespective of their activity, without prompting for user confirmation.

0 commit comments

Comments
 (0)