You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sharepoint/sharepoint-server-ps/sharepoint-server/Update-SPProfileSync.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ The Update-SPProfileSync cmdlet updates the configuration of the User Profile Sy
28
28
29
29
### ------------EXAMPLE 1-----------
30
30
```powershell
31
-
Update-SPProfileSync -IgnoreIsActive:$false
31
+
Update-SPProfileSync -IgnoreIsActive:$true
32
32
```
33
33
34
34
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