Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sfonteneau authored Nov 15, 2024
1 parent d7741fd commit 1cc54b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ To force a send from all again, use --force (force sync) :
python3 /opt/sync-azure/run_sync.py --force
```

Once your first full sync has taken place, it's worth changing this setting to True to make the script run much faster.
💡 Once your first full sync has taken place, it's worth changing this setting to True to make the script run much faster.
This makes it possible to calculate deletions based on the last send and therefore no longer query Microsoft servers at each launch.

```
Expand All @@ -64,7 +64,7 @@ The default sourceanchor in azure.conf.exemple is the objectGUID with msDSConsis

You can run the script on a previous installation but you have to pay attention to the previous configuration of your azure ad connect (sourceanchor)

> **Warning**
> **⚠️Warning**
> If "sourceanchor" changes, it will initiate object deletions and then object recreations. You must therefore choose your sourceanchor well and not change it
A dry_run mode allows you to run the script without making any changes
Expand Down

0 comments on commit 1cc54b4

Please sign in to comment.